linux/Documentation/devicetree/bindings/mfd
Linus Torvalds 06e23d5115 - Core Frameworks
- New API to call bespoke pre/post IRQ handlers; Regmap
  - New Device Support
    - Add support for RN5T567 to rn5t618
    - Add support for COMe-cSL6 and COMe-mAL10 to kempld-core
  - New Functionality
    - Add support for USB Power Supply to axp20x
    - Add support for Power Key to hi655x-pmic
  - Fix-ups
    - Update MAINTAINERS; Dialog, Altera
    - Remove module support; max77843, max77620, max8998, max8997, max8925-i2c
    - Add module support; max14577
    - Constifying; max77620
    - Allow bespoke IRQ masking/unmasking; max77620
    - Remove superfluous code; arizona, qcom_rpm, smsc-ece1099
    - Power Management fixups; arizona-core
    - Error-path improvement; twl-core, dm355evm_msp, smsc-ece1099, hi655x
    - Clocking fixups; twl6040
    - Trivial (spelling, headers, coding-style, whitespace, (re)naming);
        si476x-i2c, omap-usb-tll, ti_am335x_tscadc, tps6507, hi655x-pmic
 - Bug Fixes
    - Fix offset error for MSM8660; qcom_rpm
    - Fix possible spurious IRQs; arizona, hi655x-pmic
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2
 
 iQIcBAABCAAGBQJXnxUiAAoJEFGvii+H/HdhjY4P/i9EeGo4rSKyMNYvSIV+FwpB
 W63eOeEf08EzLfaTyDTnJ9FO53UvcJEXvVE7jO5oYWI8g5y5zBinbwk041uUIeuN
 5gv/3quW0kiOozd+6VBghaLYbj37ZZLqBFXc0sYpHNwcIrfVboTaiUrFkl9wUXKQ
 Gbi7mAw0JhgzigQX2oPmylsdJ2u+MuwxLOcL43HoYLQ6E9b5ZmMqHqz0X7zwjh2c
 og+WYSl2VOe001fRoLZIPPkE6r61IWZ85oojuZKeQnIiadZWXGwY3XMcYDcheVuz
 6BC/f5Vt9PacDPjuInfI4Mv8ROmhnvoNgB9xgoUDROAn5m5FgqdHGZPK40hE+uVy
 cWRQjdI9CiTTcogGepJGY57OlB7T7q+Peue00knjQiiYdtS2jU4E0xNOWPO/8ILD
 EV8yeYbD9yghhA1vFc5pzOEQnBD9q9zX40N36vJp4cgl6jO25R/PkLeTg5KufFoi
 6+H9VAgqevg4/D8R63Yj8ANdEAvTVupLcpzwORgz89jKF4x5fDU782L5nGifx6dt
 hNlan00bLrSL6sWtAqCvezSNlF2Aqb6qHhdnvIV93VGeteVMU6N1wRB3JH08HFQI
 C5t+qFqlxJn3R5E8ur/6ZhtkiPnC4qCVR+r9uyH6Aix9bR1W18o0jgypuZMu7E+h
 czIJMLv97drOVtzYsosz
 =KB2d
 -----END PGP SIGNATURE-----

Merge tag 'mfd-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull MFD updates from Lee Jones:
 "Core Framework:
   - New API to call bespoke pre/post IRQ handlers; Regmap

  New Device Support:
   - Add support for RN5T567 to rn5t618
   - Add support for COMe-cSL6 and COMe-mAL10 to kempld-core

  New Functionality:
   - Add support for USB Power Supply to axp20x
   - Add support for Power Key to hi655x-pmic

  Fix-ups:
   - Update MAINTAINERS; Dialog, Altera
   - Remove module support; max77843, max77620, max8998, max8997, max8925-i2c
   - Add module support; max14577
   - Constifying; max77620
   - Allow bespoke IRQ masking/unmasking; max77620
   - Remove superfluous code; arizona, qcom_rpm, smsc-ece1099
   - Power Management fixups; arizona-core
   - Error-path improvement; twl-core, dm355evm_msp, smsc-ece1099, hi655x
   - Clocking fixups; twl6040
   - Trivial (spelling, headers, coding-style, whitespace, (re)naming);
       si476x-i2c, omap-usb-tll, ti_am335x_tscadc, tps6507, hi655x-pmic

  Bug Fixes:
   - Fix offset error for MSM8660; qcom_rpm
   - Fix possible spurious IRQs; arizona, hi655x-pmic"

* tag 'mfd-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (42 commits)
  mfd: qcom_rpm: Parametrize also ack selector size
  mfd: twl6040: Handle mclk used for HPPLL and optional internal clock source
  mfd: Add support for COMe-cSL6 and COMe-mAL10 to Kontron PLD driver
  mfd: hi655x: Fix return value check in hi655x_pmic_probe()
  mfd: smsc-ece1099: Return directly after a function failure in smsc_i2c_probe()
  mfd: smsc-ece1099: Delete an unnecessary variable initialisation in smsc_i2c_probe()
  mfd: dm355evm_msp: Return directly after a failed platform_device_alloc() in add_child()
  mfd: twl-core: Refactoring for add_numbered_child()
  mfd: twl-core: Return directly after a failed platform_device_alloc() in add_numbered_child()
  mfd: arizona: Add missing disable of PM runtime on probe error path
  mfd: stmpe: Move platform data into MFD driver
  mfd: max14577: Allow driver to be built as a module
  mfd: max14577: Use module_init() instead of subsys_initcall()
  mfd: arizona: Remove some duplicate defines
  mfd: qcom_rpm: Remove unused define
  mfd: hi655x-pmic: Add powerkey device to hi655x PMIC driver
  mfd: hi655x-pmic: Rename some interrupt macro names
  mfd: hi655x-pmic: Fixup issue with un-acked interrupts
  mfd: arizona: Check if AOD interrupts are pending before dispatching
  mfd: qcom_rpm: Fix offset error for msm8660
  ...
2016-08-01 07:28:14 -04:00
..
88pm860x.txt
ab8500.txt
act8945a.txt mfd: Add documentation for ACT8945A DT bindings 2016-03-16 08:50:26 +00:00
arizona.txt Documentation: fix common spelling mistakes 2016-04-28 07:51:59 -06:00
as3711.txt
as3722.txt
atmel-flexcom.txt mfd: devicetree: Add bindings for Atmel Flexcom 2015-10-30 17:19:48 +00:00
atmel-gpbr.txt
atmel-hlcdc.txt dt-bindings: consolidate display related bindings 2015-10-22 09:21:21 -05:00
atmel-matrix.txt mfd: syscon: Add Atmel Matrix bus DT binding documentation 2015-01-15 14:35:12 +01:00
atmel-smc.txt mfd: syscon: Add Atmel SMC binding doc 2015-01-15 14:35:13 +01:00
axp20x.txt regulator: axp20x: Add support for the (external) drivebus regulator 2016-06-06 18:38:30 +01:00
bfticu.txt
brcm,bcm59056.txt dt-bindings: brcm: rationalize Broadcom documentation naming 2015-03-26 12:14:11 -05:00
cros-ec.txt bindings: mfd: cros ec: Document vbc EC property 2015-10-30 17:18:51 +00:00
da9052-i2c.txt documentation: da9052: Update regulator bindings names to match DA9052/53 DTS expectations 2016-07-29 16:50:03 -05:00
da9055.txt
da9062.txt devicetree: da9062: Add device tree bindings for DA9062 RTC 2015-08-11 15:08:58 +01:00
da9063.txt mfd: dt: Add bindings for DA9063 OnKey 2015-06-22 12:25:21 +01:00
da9150.txt mfd: da9150: Use relative paths in DT bindings document 2015-10-13 11:28:20 +01:00
fsl-imx25-tsadc.txt mfd: Add DT binding documentation for imx25 ADC/TSC 2016-02-11 15:34:44 +00:00
hi6421.txt
hisilicon,hi655x.txt mfd: hi655x: Add document for hi665x PMIC 2016-04-19 07:57:20 +01:00
lp3943.txt
max8925.txt
max8998.txt
max14577.txt
max77620.txt mfd: Add device-tree binding doc for PMIC MAX77620/MAX20024 2016-05-09 15:42:08 +01:00
max77686.txt mfd: max77686: Split out regulator part from the DT binding 2015-08-24 15:26:53 +01:00
max77693.txt mfd: documentation: dt: Add documentation for the mfd Maxim max77693 2015-06-22 12:25:02 +01:00
max77802.txt mfd: Add DT binding for Maxim MAX77802 IC 2015-08-24 15:26:32 +01:00
mc13xxx.txt
mfd.txt MFD/OF: document MFD devices and handle simple-mfd 2015-05-11 08:55:03 +02:00
mt6397.txt dt-bindings: mfd: Add bindings for the MediaTek MT6323 PMIC 2016-03-16 08:50:28 +00:00
omap-usb-host.txt
omap-usb-tll.txt
palmas.txt Documentation: dt-bindings: Fix interrupt documentation file path 2015-11-24 11:11:17 +00:00
qcom-pm8xxx.txt
qcom-rpm.txt Documentation: dt: mfd: fix spelling mistakes 2016-04-25 08:41:18 -05:00
qcom,spmi-pmic.txt mfd: qcom-spmi-pmic: Add specific compatible strings for Qualcomm's SPMI PMIC's 2015-03-30 10:07:08 +01:00
qcom,tcsr.txt mfd: qcom,tcsr: Add device tree binding for TCSR 2015-04-03 13:33:43 -07:00
qriox.txt
rk808.txt mfd: rk808: dt: Add the description about dvs gpio for rk808 2015-08-11 15:08:55 +01:00
rn5t618.txt mfd: rn5t618: Add Ricoh RN5T567 PMIC support 2016-06-29 10:11:23 +01:00
samsung,sec-core.txt dt-bindings: regulator/mfd: Reorganize S2MPA01 bindings 2016-01-14 08:43:49 +00:00
sky81452.txt dt-bindings: move backlight bindings under leds 2015-10-22 09:21:22 -05:00
stmpe.txt
sun6i-prcm.txt
syscon.txt mfd: syscon: Add a DT property to set value width 2016-01-11 06:08:02 +00:00
tc3589x.txt Documentation: devicetree: fix reference to legacy wakeup properties 2015-10-30 13:04:19 -05:00
ti-keystone-devctrl.txt
tps6507x.txt tps6507x.txt: Remove executable permission 2015-05-29 10:23:58 -05:00
tps65086.txt Documentation: tps65086: Add DT bindings for the TPS65086 PMIC 2016-03-16 08:50:15 +00:00
tps65910.txt
tps65912.txt Documentation: tps65912: Add DT bindings for the TPS65912 PMIC 2016-02-11 16:30:22 +00:00
twl4030-audio.txt
twl4030-power.txt
twl6040.txt mfd: twl6040: Handle mclk used for HPPLL and optional internal clock source 2016-06-29 10:16:43 +01:00
twl-familly.txt