linux/Documentation/devicetree/bindings/mfd
Linus Torvalds 463c09d09d - Core Frameworks
- Fix Software Node clean-up code
 
  - New Drivers
    - Add support for MediaTek MT6359 PMIC
    - Add support for Qualcomm PM8008 PMIC
    - Add support for Richtek RT4831
 
  - New Device Support
    - Add support for Audio CODECs to Rockchip RK817
    - Add support for Alder Lake-M to Intel LPSS PCI
    - Add support for Periph Device Charge to ChromeOS EC
 
  - New Functionality
    - Provide additional IRQs; wcd934x
    - Add optional Reset functionality; lp87565
 
  - Fix-ups
    - Namespacing & visibility; lp87565
    - Differentiate between Power and Home key IRQs; mt6358
    - Export I2C device tables; da9052-i2c, stmpe-i2c
    - Adapt IRQ flags; max8907, rn5t61, max8907
    - Make some functions/devices optional; axp20x, cros_ec_dev
    - Explicitly include used header files; ioc3
    - Remove superfluous lines; MAINTAINERS, sec-core, st,stm32-timers
    - Resolve Kerneldoc issues; omap-usb-host, omap-usb-tll, si476x-cmd, si476x-i2c
    - Convert to a module; arizona-core
    - Copyright changes; hi655x-pmic
    - Drop support for board file initialisation; sec-core
    - Trivial; spelling, whitespace etc; lp87565, si476x-cmd, mt6360-core, wm831x-core,
 					twl-core, db8500-prcmu
    - Simplify various implementations; wcd934x, mt6360-core, max8997, max8998,
                                        da9052-i2c, da9062-core, sec-core,
    - Device Tree binding changes; google,cros-ec, richtek,rt4831-backlight,
                                   db8500-prcmu, qcom,pm8008, qcom,spmi-pmic
    - Use provided APIs to simplify; t7l66xb, as3722, da9055-core, tps80031, 88pm800,
                                 88pm805, asic3, sun6i-prcm,
 				wm831x-core, wm831x-otp,
 				ucb1x00-assabet, timberdale, sm501,
 				pcf50633-core, kempld-core,
 				janz-cmodio, intel_soc_pmic_bxtwc, ab8500-core
 
  - Bug Fixes
    - Fix unused variable warning; rk817_codec
    - Fix regulator voltage configuration; rohm-bd71828
    - Fix ongoing freeing of regmap_config 'name' issue; syscon
    - Fix error handling path; da9063-i2c
    - Fix Kconfig issues; MFD_MP2629
    - Fix DMA mask warnings; motorola-cpcap
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmDjETYACgkQUa+KL4f8
 d2GmAw/7BbJpXUc8Rbw09qEWf/jOmmoQ+H1U5Gjvw6rbHMmGxFRce1Xf/01JAW8U
 ypffmQ/oSJgR1c5l5/g0+Tbn4LFmgGAxG+4RGdTVe4H81wjraKAnRLoJTFl74cD7
 LahcrUPkSf50VrrkiephO/yGvU53XfOhbJMQf21OM7TCoskWLUUyB72akBAyu6jC
 +cxi3DymyG26E1xG6opYFrY7VmQ3Wj+QywiJs0GYbik0nBgEGrG6fctTPKLNbv/Q
 duCRwVnZvoYbVHw5lwfYMRy/gsOU8/cLiWZOxpbng9J3C/PP19L+DHGrOp/l7RNc
 D7FLHZWiFwI3sHPnxaJQx87cOQ6WiVy1Q/fyVR2OyJkvk5wedIrBfLtvSuN3f2gb
 C4U6g0+PxGlkmf4Q5QqLRmJRUN6vqAglTa885M+INwOiNCTD/nfh+EFztIi1biX4
 dW3A+IYCl4Mx5DjIfv+cfoAD57fTHyhIaHJAKNgSUbKAfIJ/UeeuCgSomb2PgHNv
 fA6uECRgTTYC6HdZ1+5dj9hJdb1BPW6l01uDKLVs5NyXQ4trgOzCgvcy5jJgLxlC
 QCatkKejfqK9XLoJBN5Bn6G74X08zoSbykOPHZBdD40leR6LeMr4wlsKJRi8XAeJ
 YbaUWbPQCOSgvrw1bZLpXQyc49myxyJMmG69TTopOTmXt3aglag=
 =g7ix
 -----END PGP SIGNATURE-----

Merge tag 'mfd-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull mfd updates from Lee Jones:
 "Core Frameworks:
   - Fix Software Node clean-up code

  New Drivers:
   - Add support for MediaTek MT6359 PMIC
   - Add support for Qualcomm PM8008 PMIC
   - Add support for Richtek RT4831

  New Device Support:
   - Add support for Audio CODECs to Rockchip RK817
   - Add support for Alder Lake-M to Intel LPSS PCI
   - Add support for Periph Device Charge to ChromeOS EC

  New Functionality:
   - Provide additional IRQs for wcd934x
   - Add optional Reset functionality to lp87565

  Fix-ups:
   - Namespacing & visibility fixes to lp87565
   - Differentiate between Power and Home key IRQs in mt6358
   - Export I2C device tables in da9052-i2c, stmpe-i2c
   - Adapt IRQ flags in max8907, rn5t61, max8907
   - Make some functions/devices optional in axp20x, cros_ec_dev
   - Explicitly include used header files in ioc3
   - Remove superfluous lines in MAINTAINERS, sec-core, st,stm32-timers
   - Resolve Kerneldoc issues in omap-usb-host, omap-usb-tll, si476x-cmd, si476x-i2c
   - Convert arizona-core to a module
   - Copyright changes in hi655x-pmic
   - Drop support for board file initialisation in sec-core
   - Trivial spelling, whitespace etc updates in lp87565, si476x-cmd,
     mt6360-core, wm831x-core, twl-core, db8500-prcmu
   - Simplify various implementations of wcd934x, mt6360-core, max8997,
     max8998, da9052-i2c, da9062-core, sec-core,
   - Device Tree binding changes in google,cros-ec,
     richtek,rt4831-backlight, db8500-prcmu, qcom,pm8008, qcom,spmi-pmic
   - Use provided APIs to simplify t7l66xb, as3722, da9055-core,
     tps80031, 88pm800, 88pm805, asic3, sun6i-prcm, wm831x-core,
     wm831x-otp, ucb1x00-assabet, timberdale, sm501, pcf50633-core,
     kempld-core, janz-cmodio, intel_soc_pmic_bxtwc, ab8500-core

  Bug Fixes:
   - Fix unused variable warning in rk817_codec
   - Fix regulator voltage configuration in rohm-bd71828
   - Fix ongoing freeing of regmap_config 'name' issue in syscon
   - Fix error handling path in da9063-i2c
   - Fix Kconfig issues in MFD_MP2629
   - Fix DMA mask warnings in motorola-cpcap"

* tag 'mfd-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (83 commits)
  mfd: cros_ec: Add peripheral device charger
  mfd: max8907: Remove IRQF_NO_AUTOEN flag
  mfd: ab8500-core: Use DEVICE_ATTR_RO/RW macro
  mfd: intel_soc_pmic_bxtwc: Use DEVICE_ATTR_ADMIN_RW macro
  mfd: janz-cmodio: Use DEVICE_ATTR_RO macro
  mfd: kempld-core: Use DEVICE_ATTR_RO macro
  mfd: pcf50633: Use DEVICE_ATTR_ADMIN_RO macro
  mfd: sm501: Use DEVICE_ATTR_RO macro
  mfd: timberdale: Use DEVICE_ATTR_RO macro
  mfd: ucb1x00-assabet: Use DEVICE_ATTR_RO macro
  mfd: wm831x: Use DEVICE_ATTR_RO macro
  mfd: wm831x: Use DEFINE_RES_IRQ_NAMED() and DEFINE_RES_IRQ() to simplify code
  dt-bindings: mfd: stm32-timers: Remove #address/size cells from required properties
  mfd: sun6i-prcm: Use DEFINE_RES_MEM() to simplify code
  mfd: asic3: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify code
  mfd: 88pm805: Use DEFINE_RES_IRQ_NAMED() to simplify code
  mfd: 88pm800: Use DEFINE_RES_IRQ_NAMED() to simplify code
  mfd: tps80031: Use DEFINE_RES_IRQ() to simplify code
  mfd: da9055: Use DEFINE_RES_IRQ_NAMED() to simplify code
  mfd: as3722: Use DEFINE_RES_IRQ_NAMED() to simplify code
  ...
2021-07-05 12:10:34 -07:00
..
88pm860x.txt
ab8500.txt dt-bindings: fix references for iio-bindings.txt 2021-04-09 14:18:49 -05:00
ac100.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
act8945a.txt dt-bindings: mfd: Correct interrupt flags in examples 2020-09-30 17:46:29 +01:00
actions,atc260x.yaml dt-bindings: mfd: Add Actions Semi ATC260x PMIC binding 2021-03-10 11:10:20 +00:00
allwinner,sun4i-a10-ts.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
allwinner,sun6i-a31-prcm.yaml dt-bindings: mfd: Convert Allwinner legacy PRCM bindings to schemas 2019-12-24 14:17:52 -07:00
allwinner,sun8i-a23-prcm.yaml dt-bindings: mfd: Convert Allwinner legacy PRCM bindings to schemas 2019-12-24 14:17:52 -07:00
altera-a10sr.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
as3711.txt
as3722.txt mfd: as3722: Disable auto-power-on when AC OK 2018-07-27 08:16:01 +01:00
aspeed-gfx.txt
aspeed-lpc.txt dt-bindings: aspeed-lpc: Remove LPC partitioning 2021-04-09 13:39:19 +09:30
aspeed-scu.txt dt-bindings: aspeed: Add silicon id node to SCU 2020-09-25 10:14:04 +09:30
atmel-flexcom.txt
atmel-gpbr.txt dt-bindings: atmel-gpbr: add microchip,sam9x60-gpbr 2020-01-14 15:06:57 +01:00
atmel-hlcdc.txt dt-bindings: mfd: Add bindings for SAM9X60 HLCD controller 2019-05-14 08:13:26 +01:00
atmel-matrix.txt dt-bindings: atmel-matrix: add microchip,sam9x60-matrix 2020-01-14 15:06:56 +01:00
atmel-smc.txt dt-bindings: atmel-smc: add microchip,sam9x60-smc 2020-01-14 15:06:57 +01:00
atmel-usart.txt dt-bindings: atmel-usart: Add microchip,sam9x60-{usart, dbgu} 2020-01-24 07:33:59 +00:00
axp20x.txt dt-bindings: mfd: axp20x: Add fallback for axp805 2019-04-29 12:43:39 -05:00
bd9571mwv.txt dt-bindings: mfd: bd9571mwv: Document BD9574MWF 2021-01-14 13:05:54 +00:00
bfticu.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
brcm,bcm6318-gpio-sysctl.yaml dt-bindings: add BCM6318 GPIO sysctl binding documentation 2021-03-29 12:20:09 +02:00
brcm,bcm6328-gpio-sysctl.yaml dt-bindings: add BCM6328 GPIO sysctl binding documentation 2021-03-29 12:20:07 +02:00
brcm,bcm6358-gpio-sysctl.yaml dt-bindings: add BCM6358 GPIO sysctl binding documentation 2021-03-29 12:20:07 +02:00
brcm,bcm6362-gpio-sysctl.yaml dt-bindings: add BCM6362 GPIO sysctl binding documentation 2021-03-29 12:20:08 +02:00
brcm,bcm6368-gpio-sysctl.yaml dt-bindings: add BCM6368 GPIO sysctl binding documentation 2021-03-29 12:20:08 +02:00
brcm,bcm59056.txt
brcm,bcm63268-gpio-sysctl.yaml dt-bindings: add BCM63268 GPIO sysctl binding documentation 2021-03-29 12:20:08 +02:00
brcm,iproc-cdru.txt syscon: dt-bindings: Add binding doc for Broadcom iProc CDRU 2017-10-13 10:42:58 +01:00
brcm,iproc-mhb.txt syscon: dt-bindings: Add binding document for iProc MHB block 2017-10-13 10:42:58 +01:00
canaan,k210-sysctl.yaml dt-binding: mfd: Document canaan,k210-sysctl bindings 2021-01-14 15:08:50 -08:00
cirrus,lochnagar.yaml dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties' 2020-10-07 11:28:30 -05:00
cirrus,madera.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
da9052-i2c.txt DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
da9055.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
da9062.txt dt-bindings: mfd: dialog: Replace HTTP links with HTTPS ones 2020-07-15 15:46:03 -06:00
da9063.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
da9150.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
ene-kb930.yaml dt-bindings: mfd: Add ENE KB930 Embedded Controller binding 2021-02-08 13:54:20 +00:00
ene-kb3930.yaml dt-bindings: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05:00
fsl-imx25-tsadc.txt
gateworks-gsc.yaml dt-bindings: mfd: gateworks-gsc: Add fan-tach mode 2021-02-08 13:54:18 +00:00
google,cros-ec.yaml mfd: google,cros-ec: add DT bindings for a baseboard's switch device 2021-06-02 10:50:00 +01:00
hi6421.txt
hisilicon,hi655x.txt
iqs62x.yaml dt-bindings: mfd: Correct the node name of the panel LED 2021-02-08 13:54:07 +00:00
khadas,mcu.yaml dt-bindings: mfd: Add Khadas Microcontroller bindings 2020-06-18 11:23:16 +01:00
kontron,sl28cpld.yaml dt-bindings: mfd: Add bindings for sl28cpld 2020-09-17 15:57:14 +01:00
lp873x.txt
lp3943.txt
max8925.txt
max8998.txt regulator/mfd: max8998: Document charger regulator 2020-05-22 13:11:06 +01:00
max14577.txt dt-bindings: mfd: max14577: Add reference to max14040_battery.txt descriptions 2020-01-24 07:33:57 +00:00
max77620.txt dt-bindings: mfd: max77620: Add system-power-controller property 2019-05-08 12:49:44 +01:00
max77650.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
max77686.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
max77693.txt dt-bindings: mfd: max77693: Fix missing curly brace 2019-11-11 09:20:37 +00:00
max77802.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
mc13xxx.txt dt-bindings: mfd: mc13xxx: Add the unit address to sysled 2018-01-08 11:03:35 +00:00
mfd.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
motorola-cpcap.txt dt-bindings: power: supply: cpcap-charger: update cpcap-charger.yaml reference 2021-06-02 20:59:28 -05:00
mps,mp2629.yaml dt-bindings: mfd: Add document bindings for mp2629 2020-05-26 10:41:28 +01:00
mt6397.txt dt-bindings: mfd: Add compatible for the MediaTek MT6359 PMIC 2021-06-01 16:44:15 +01:00
mxs-lradc.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
netronix,ntxec.yaml dt-bindings: mfd: Add binding for Netronix embedded controller 2021-03-10 11:06:25 +00:00
omap-usb-host.txt
omap-usb-tll.txt
palmas.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
qcom-pm8xxx.yaml dt-bindings: mfd: Convert pm8xxx bindings to yaml 2021-04-14 16:06:50 +01:00
qcom-rpm.txt regulator: add smb208 support 2020-02-26 18:29:52 +00:00
qcom,pm8008.yaml dt-bindings: mfd: pm8008: Add bindings 2021-06-02 10:51:17 +01:00
qcom,spmi-pmic.txt mfd: qcom-spmi-pmic: Add support for four variants 2021-06-02 10:51:17 +01:00
qcom,tcsr.txt
qriox.txt
retu.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
richtek,rt4831.yaml mfd: rt4831: Adds DT binding document for Richtek RT4831 2021-06-02 10:50:01 +01:00
ricoh,rn5t618.yaml dt-bindings: mfd: ricoh,rn5t618: Trivial: Fix spelling mistake of 'additionally' 2021-04-14 16:03:13 +01:00
rk808.txt dt-bindings: Add Rockchip rk817 audio CODEC support 2021-06-01 13:40:41 +01:00
rohm,bd9576-pmic.yaml dt_bindings: mfd: Add ROHM BD9576MUF and BD9573MUF PMICs 2021-03-10 10:58:06 +00:00
rohm,bd70528-pmic.txt dt-bindings: mfd: Correct interrupt flags in examples 2020-09-30 17:46:29 +01:00
rohm,bd71815-pmic.yaml dt_bindings: mfd: Add ROHM BD71815 PMIC 2021-04-14 10:18:22 +01:00
rohm,bd71828-pmic.yaml dt_bindings: bd71828: Add clock output mode 2021-04-14 10:18:03 +01:00
rohm,bd71837-pmic.yaml dt-bindings: mfd: rohm,bd71837-pmic: Add common properties 2020-11-19 08:34:22 +00:00
rohm,bd71847-pmic.yaml dt-bindings: mfd: rohm,bd71847-pmic: Correct clock properties requirements 2020-09-14 16:49:09 -06:00
samsung,exynos5433-lpass.txt dt-bindings: serial: Convert Samsung UART bindings to json-schema 2019-11-05 16:48:22 -06:00
samsung,sec-core.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
sky81452.txt
sprd,sc27xx-pmic.txt dt-bindings: mfd: Add Spreadtrum SC27xx PMIC documentation 2017-11-01 09:32:42 +00:00
st,stm32-lptimer.yaml dt-bindings: mfd: Document STM32 low power timer bindings 2020-06-18 11:19:37 +01:00
st,stm32-timers.yaml dt-bindings: mfd: stm32-timers: Remove #address/size cells from required properties 2021-06-02 10:51:20 +01:00
st,stmfx.yaml dt-bindings: Drop unnecessary *-supply schemas properties 2020-12-22 18:58:02 -07:00
st,stpmic1.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
stericsson,db8500-prcmu.yaml mfd: db8500-prcmu: Add devicetree bindings 2021-06-02 10:50:04 +01:00
stmpe.txt iio: adc: add STMPE ADC devicetree bindings 2019-01-16 12:37:36 +00:00
syscon.yaml dt-binding: mfd: syscon: add Rockchip QoS register compatibles 2020-11-19 08:34:23 +00:00
tc3589x.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
ti-keystone-devctrl.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
ti-lmu.txt dt-bindings: mfd: Add lm36274 bindings to ti-lmu 2019-06-06 20:37:53 +02:00
ti,j721e-system-controller.yaml dt-bindings: mfd: ti,j721e-system-controller: Fix mux node errors 2021-06-01 18:20:05 -05:00
ti,lp87524-q1.yaml dt-bindings: mfd: lp875xx: Add optional reset GPIO 2021-04-14 16:03:33 +01:00
ti,lp87561-q1.yaml dt-bindings: mfd: lp875xx: Add optional reset GPIO 2021-04-14 16:03:33 +01:00
ti,lp87565-q1.yaml dt-bindings: mfd: lp875xx: Add optional reset GPIO 2021-04-14 16:03:33 +01:00
tps6105x.txt dt-bindings: mfd: update TI tps6105x chip bindings 2019-12-21 20:10:06 +01:00
tps6507x.txt
tps65086.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
tps65910.txt dt-bindings: mfd: tps65910: Improve grammar 2020-03-03 16:38:12 -06:00
tps65912.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
twl4030-audio.txt
twl4030-power.txt
twl6040.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
twl-family.txt mfd: Replace HTTP links with HTTPS ones 2020-08-13 07:50:59 +01:00
wlf,arizona.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
wm831x.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
xylon,logicvc.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
zii,rave-sp.txt dt-bindings: mfd: zii,rave-sp: Fix a typo ("onborad") 2020-03-03 16:37:38 -06:00