Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD updates from Lee Jones: "Changes to existing drivers: - Constify structures; throughout the subsystem - Move support to DT in; cros_ec - DT changes and documentation; cros-ec, max77693, max77686, arizona, da9063 - ACPI changes and documentation; mfd-core - Use different platform specific API in; cros_ec_*, arizona-core - Remove unused parent field from; cros_ec_i2c - Add wake-up/reset delay in; cross_ec_spi, arizona-core - Staticise structures/functions in; cros_ec - Remove redundant code; arizona-core, max77686 - Bugfix; twl4030-power - Allow compile test; aat2870, tps65910 - MAINTAINERS adaptions; samsung, syscon - Resource Management (devm_*); arizona-core - Refactor Reset code; arizona-core - Insist on at least one full boot; arizona-core - Trivial formatting; arizona-core - Add low-power-sleep; arizona-core - IRQ ONESHOT changes; twl4030-irq, mc13xxx-core, wm831x-auxadc, htc-i2cpld, wm8350-core, ab8500-debugfs, ab8500-gpadc, si476x-i2c (Re-)moved drivers: - Move protocol helpers out to drivers/platform; cros_ec New drivers/supported devices: - Add support for AXP22x into axp20x - Add support for OnKey into da9063-core - Add support for Pinctrl into mt6397-core - New STMicroelectronics LPC Watchdog driver - New STMicroelectronics LPC Real-Time Clock driver" * tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (59 commits) mfd: lpc_ich: Assign subdevice ids automatically mfd: si476x-i2c: Pass the IRQF_ONESHOT flag mfd: ab8500-gpadc: Pass the IRQF_ONESHOT flag mfd: ab8500-debugfs: Pass the IRQF_ONESHOT flag mfd: wm8350-core: Pass the IRQF_ONESHOT flag mfd: htc-i2cpld: Pass the IRQF_ONESHOT flag mfd: wm831x-auxadc: Pass the IRQF_ONESHOT flag mfd: mc13xxx-core: Pass the IRQF_ONESHOT flag mfd: twl4030-irq: Pass the IRQF_ONESHOT flag mfd: mt6397-core: Add GPIO sub-module support mfd: arizona: Add convience defines for micd_rate/micd_bias_starttime mfd: dt: Add bindings for DA9063 OnKey mfd: da9063: Add support for OnKey driver mfd: arizona: Fix incorrect Makefile conditionals mfd: arizona: Add stub for wm5102_patch() mfd: Check ACPI device companion before checking resources Documentation: Add WM8998/WM1814 device tree bindings mfd: arizona: Split INx_MODE into two fields mfd: wm5110: Add delay before releasing reset line mfd: arizona: Add better support for system suspend ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/mfd/arizona.txt 9 additions, 4 deletionsDocumentation/devicetree/bindings/mfd/arizona.txt
- Documentation/devicetree/bindings/mfd/axp20x.txt 29 additions, 3 deletionsDocumentation/devicetree/bindings/mfd/axp20x.txt
- Documentation/devicetree/bindings/mfd/cros-ec.txt 4 additions, 0 deletionsDocumentation/devicetree/bindings/mfd/cros-ec.txt
- Documentation/devicetree/bindings/mfd/da9063.txt 18 additions, 0 deletionsDocumentation/devicetree/bindings/mfd/da9063.txt
- Documentation/devicetree/bindings/mfd/max77686.txt 1 addition, 1 deletionDocumentation/devicetree/bindings/mfd/max77686.txt
- Documentation/devicetree/bindings/mfd/max77693.txt 67 additions, 0 deletionsDocumentation/devicetree/bindings/mfd/max77693.txt
- Documentation/devicetree/bindings/rtc/rtc-st-lpc.txt 25 additions, 0 deletionsDocumentation/devicetree/bindings/rtc/rtc-st-lpc.txt
- Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt 38 additions, 0 deletionsDocumentation/devicetree/bindings/watchdog/st_lpc_wdt.txt
- MAINTAINERS 16 additions, 1 deletionMAINTAINERS
- drivers/i2c/busses/Kconfig 1 addition, 1 deletiondrivers/i2c/busses/Kconfig
- drivers/i2c/busses/i2c-cros-ec-tunnel.c 30 additions, 15 deletionsdrivers/i2c/busses/i2c-cros-ec-tunnel.c
- drivers/input/keyboard/Kconfig 1 addition, 1 deletiondrivers/input/keyboard/Kconfig
- drivers/input/keyboard/cros_ec_keyb.c 20 additions, 11 deletionsdrivers/input/keyboard/cros_ec_keyb.c
- drivers/mfd/88pm860x-core.c 1 addition, 1 deletiondrivers/mfd/88pm860x-core.c
- drivers/mfd/Kconfig 8 additions, 4 deletionsdrivers/mfd/Kconfig
- drivers/mfd/Makefile 3 additions, 3 deletionsdrivers/mfd/Makefile
- drivers/mfd/ab8500-core.c 1 addition, 1 deletiondrivers/mfd/ab8500-core.c
- drivers/mfd/ab8500-debugfs.c 1 addition, 1 deletiondrivers/mfd/ab8500-debugfs.c
- drivers/mfd/ab8500-gpadc.c 4 additions, 2 deletionsdrivers/mfd/ab8500-gpadc.c
- drivers/mfd/arizona-core.c 295 additions, 66 deletionsdrivers/mfd/arizona-core.c
Please register or sign in to comment