Merge tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next
Pull MFD updates from Samuel Ortiz: "For the 3.13 merge window we have a couple of new drivers for the AMS AS3722 PMIC and for STMicroelectronics STw481x PMIC. Although this is a smaller update than usual, we also have: - Device tree support for the max77693 driver - linux/of.h inclusion for all DT compatible MFD drivers, to avoid build breakage in the future - Support for Intel Wildcat Point-LP PCH through the lpc_ich driver - A small arizona update for new wm5110 DSP registers and a few fixes - A small palmas update as well, including an of_device table addition and a few minor fixes - Two small mfd-core changes, one including a memory leak fix for when mfd_add_device() fails - Our usual round of minor cleanups and janitorial fixes" * tag 'mfd-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next: (63 commits) Documentation: mfd: Update s2mps11.txt mfd: pm8921: Potential NULL dereference in pm8921_remove() mfd: Fix memory leak in mfd_add_devices() mfd: Stop setting refcounting pointers in original mfd_cell arrays mfd: wm5110: Enable micd clamp functionality mfd: lpc_ich: Add Device IDs for Intel Wildcat Point-LP PCH mfd: max77693: Fix up bug of wrong interrupt number mfd: as3722: Don't export the regmap config mfd: twl6040: Remove obsolete cleanup for i2c clientdata mfd: tps65910: Remove warning during dt node parsing mfd: lpc_sch: Ignore resource conflicts when adding mfd cells mfd: ti_am335x_tscadc: Avoid possible deadlock of reg_lock mfd: syscon: Return -ENOSYS if CONFIG_MFD_SYSCON is not enabled mfd: Add support for ams AS3722 PMIC mfd: max77693: Include linux/of.h header mfd: tc3589x: Detect the precise version mfd: omap-usb: prepare/unprepare clock while enable/disable mfd: max77686: Include linux/of.h header mfd: max8907: Include linux/of.h header mfd: max8997: Include linux/of.h header ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/mfd/as3722.txt 194 additions, 0 deletionsDocumentation/devicetree/bindings/mfd/as3722.txt
- Documentation/devicetree/bindings/mfd/s2mps11.txt 7 additions, 6 deletionsDocumentation/devicetree/bindings/mfd/s2mps11.txt
- drivers/mfd/88pm860x-core.c 1 addition, 1 deletiondrivers/mfd/88pm860x-core.c
- drivers/mfd/Kconfig 22 additions, 0 deletionsdrivers/mfd/Kconfig
- drivers/mfd/Makefile 2 additions, 0 deletionsdrivers/mfd/Makefile
- drivers/mfd/aat2870-core.c 1 addition, 1 deletiondrivers/mfd/aat2870-core.c
- drivers/mfd/arizona-core.c 3 additions, 3 deletionsdrivers/mfd/arizona-core.c
- drivers/mfd/arizona-i2c.c 1 addition, 0 deletionsdrivers/mfd/arizona-i2c.c
- drivers/mfd/arizona-spi.c 1 addition, 0 deletionsdrivers/mfd/arizona-spi.c
- drivers/mfd/as3711.c 1 addition, 0 deletionsdrivers/mfd/as3711.c
- drivers/mfd/as3722.c 449 additions, 0 deletionsdrivers/mfd/as3722.c
- drivers/mfd/da9052-i2c.c 8 additions, 4 deletionsdrivers/mfd/da9052-i2c.c
- drivers/mfd/ezx-pcap.c 1 addition, 7 deletionsdrivers/mfd/ezx-pcap.c
- drivers/mfd/lpc_ich.c 13 additions, 2 deletionsdrivers/mfd/lpc_ich.c
- drivers/mfd/lpc_sch.c 3 additions, 0 deletionsdrivers/mfd/lpc_sch.c
- drivers/mfd/max77686.c 1 addition, 0 deletionsdrivers/mfd/max77686.c
- drivers/mfd/max77693-irq.c 2 additions, 1 deletiondrivers/mfd/max77693-irq.c
- drivers/mfd/max77693.c 9 additions, 10 deletionsdrivers/mfd/max77693.c
- drivers/mfd/max8907.c 1 addition, 0 deletionsdrivers/mfd/max8907.c
- drivers/mfd/max8925-i2c.c 1 addition, 1 deletiondrivers/mfd/max8925-i2c.c
Loading
Please register or sign in to comment