tmp_suning_uos_patched/Documentation/devicetree/bindings/mfd
Linus Torvalds 884e0d3dd5 - Core Frameworks
- Make better attempt at matching device with the correct OF node
    - Allow batch removal of hierarchical sub-devices
 
  - New Drivers
    - Add STM32 Clocksource driver
    - Add support for Khadas System Control Microcontroller
 
  - Driver Removal
    - Remove unused driver for TI's SMSC ECE1099
 
  - New Device Support
    - Add support for Intel Emmitsburg PCH to Intel LPSS PCI
    - Add support for Intel Tiger Lake PCH-H to Intel LPSS PCI
    - Add support for Dialog DA revision to Dialog DA9063
 
  - New Functionality
    - Add support for AXP803 to be probed by I2C
 
  - Fix-ups
    - Numerous W=1 warning fixes
    - Device Tree changes; stm32-lptimer, gateworks-gsc, khadas,mcu, stmfx, cros-ec, j721e-system-controller
    - Enabled Regmap 'fast I/O'; stm32-lptimer
    - Change BUG_ON to WARN_ON; arizona-core
    - Remove superfluous code/initialisation; madera, max14577
    - Trivial formatting/spelling issues; madera-core, madera-i2c, da9055, max77693-private
    - Switch to of_platform_populate(); sprd-sc27xx-spi
    - Expand out set/get brightness/pwm macros; lm3533-ctrlbank
    - Disable IRQs on suspend; motorola-cpcap
    - Clean-up error handling; intel_soc_pmic_mrfld
    - Ensure correct removal order of sub-devices; madera
    - Many s/HTTP/HTTPS/ link changes
    - Ensure name used with Regmap is unique; syscon
 
  - Bug Fixes
    - Properly 'put' clock on unbind and error; arizona-core
    - Fix revision handling; da9063
    - Fix 'assignment of read-only location' error; kempld-core
    - Avoid using the Regmap API when atomic; rn5t618
    - Redefine volatile register description; rn5t618
    - Use locking to protect event handler; dln2
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAl82oU4ACgkQUa+KL4f8
 d2GMiw//Xil7CSDFOS5P3F0BQJHBFAl2L/BFtcFXx+BkkMQHvvuv0J1yTPoPFEI8
 wQv0TFWdcQeco6Vkf/nyoM5vPvHXRMt3QzV5AAlxhN+eBaxLRKyq4vtYOeCH7iA/
 R9CTI9KZvIg7tMTMDFuTnXFYPZoCSFIIl/7st8PrkC6JyVs4v/4vEXHvJz6DTOky
 yvVx7VsyQC2yrgiBXp/kAkvciD7hFSU2ibkJHn/6xDzgRrqc3PGmkmB8yMIXwSvz
 7a4/KFxENLshRzPSywwm1CIubtqlhO0ZOy3Swivg0X7wudNrpo4ysFgI4HBQMpOC
 lHF2WGOUUdpMVfrQQ5ccG3/kbjSU2tUPXOGrdG1IWASPrZtzksqUT5vnCysB7z8+
 LQT0j0WFsCZd9tbgEQt/i486M1c532Yh1iwsYhFv7PY6N4xhqArroFGu2ky5WvEY
 9IwLVgD0V8nEKnVTk1Zmz9/FpDHKf1xhbTK8Dyxsztis2vn9cXdva+iJZ73mFehb
 E1kVvI+KccZnpgM7nZZ7AwkJFO39rws9Hm+zWoUOdUV4+Zb809QeWCEPJyJeDHy7
 bqHyiGCDDYvV+eE9AOxEsI1D8QoXhS9gNPZxSW9rSxaWVbdE+7HD4Of5gEEH9C5Z
 1RMdshrOT7mjBqhotzqxNe2NvMP8bgoL3pvDwCrkl9u72mCzweo=
 =X/Zn
 -----END PGP SIGNATURE-----

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

Pull MFD updates from Lee Jones:
 "Core Frameworks
   - Make better attempt at matching device with the correct OF node
   - Allow batch removal of hierarchical sub-devices

  New Drivers
   - Add STM32 Clocksource driver
   - Add support for Khadas System Control Microcontroller

  Driver Removal
   - Remove unused driver for TI's SMSC ECE1099

  New Device Support
   - Add support for Intel Emmitsburg PCH to Intel LPSS PCI
   - Add support for Intel Tiger Lake PCH-H to Intel LPSS PCI
   - Add support for Dialog DA revision to Dialog DA9063

  New Functionality
   - Add support for AXP803 to be probed by I2C

  Fix-ups
   - Numerous W=1 warning fixes
   - Device Tree changes (stm32-lptimer, gateworks-gsc, khadas,mcu, stmfx, cros-ec, j721e-system-controller)
   - Enabled Regmap 'fast I/O' in stm32-lptimer
   - Change BUG_ON to WARN_ON in arizona-core
   - Remove superfluous code/initialisation (madera, max14577)
   - Trivial formatting/spelling issues (madera-core, madera-i2c, da9055, max77693-private)
   - Switch to of_platform_populate() in sprd-sc27xx-spi
   - Expand out set/get brightness/pwm macros in lm3533-ctrlbank
   - Disable IRQs on suspend in motorola-cpcap
   - Clean-up error handling in intel_soc_pmic_mrfld
   - Ensure correct removal order of sub-devices in madera
   - Many s/HTTP/HTTPS/ link changes
   - Ensure name used with Regmap is unique in syscon

  Bug Fixes
   - Properly 'put' clock on unbind and error in arizona-core
   - Fix revision handling in da9063
   - Fix 'assignment of read-only location' error in kempld-core
   - Avoid using the Regmap API when atomic in rn5t618
   - Redefine volatile register description in rn5t618
   - Use locking to protect event handler in dln2"

* tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (76 commits)
  mfd: syscon: Use a unique name with regmap_config
  mfd: Replace HTTP links with HTTPS ones
  mfd: dln2: Run event handler loop under spinlock
  mfd: madera: Improve handling of regulator unbinding
  mfd: mfd-core: Add mechanism for removal of a subset of children
  mfd: intel_soc_pmic_mrfld: Simplify the return expression of intel_scu_ipc_dev_iowrite8()
  mfd: max14577: Remove redundant initialization of variable current_bits
  mfd: rn5t618: Fix caching of battery related registers
  mfd: max77693-private: Drop a duplicated word
  mfd: da9055: pdata.h: Drop a duplicated word
  mfd: rn5t618: Make restart handler atomic safe
  mfd: kempld-core: Fix 'assignment of read-only location' error
  mfd: axp20x: Allow the AXP803 to be probed by I2C
  mfd: da9063: Add support for latest DA silicon revision
  mfd: da9063: Fix revision handling to correctly select reg tables
  dt-bindings: mfd: st,stmfx: Remove I2C unit name
  dt-bindings: mfd: ti,j721e-system-controller.yaml: Add J721e system controller
  mfd: motorola-cpcap: Disable interrupt for suspend
  mfd: smsc-ece1099: Remove driver
  mfd: core: Add OF_MFD_CELL_REG() helper
  ...
2020-08-15 08:09:38 -07:00
..
88pm860x.txt
ab8500.txt dt-bindings: mfd: ab8500: Document AB8505 bindings 2020-01-24 07:33:57 +00:00
ac100.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
act8945a.txt
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: Replace HTTP links with HTTPS ones 2020-07-21 10:13:22 -06:00
aspeed-scu.txt dt-bindings: aspeed: Remove mention of deprecated compatibles 2019-08-05 12:48:12 +02:00
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: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
bfticu.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
brcm,bcm59056.txt
brcm,iproc-cdru.txt
brcm,iproc-mhb.txt
cirrus,lochnagar.yaml mfd: lochnagar: Move binding over to dtschema 2020-05-27 19:30:25 -06:00
cirrus,madera.yaml mfd: madera: Move binding over to dtschema 2020-05-27 19:30:26 -06:00
da9052-i2c.txt
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
fsl-imx25-tsadc.txt
gateworks-gsc.yaml dt-bindings: mfd: gateworks-gsc: Add 16bit pre-scaled voltage mode 2020-06-18 11:23:16 +01:00
google,cros-ec.yaml dt-bindings: mfd: Convert ChromeOS EC bindings to json-schema 2020-07-14 09:51:38 +01:00
hi6421.txt
hisilicon,hi655x.txt
iqs62x.yaml dt-bindings: Add bindings for Azoteq IQS620A/621/622/624/625 2020-03-27 08:25:33 +00:00
khadas,mcu.yaml dt-bindings: mfd: Add Khadas Microcontroller bindings 2020-06-18 11:23:16 +01:00
lp873x.txt
lp3943.txt
lp87565.txt dt-bindings: mfd: lp87565: Add LP87561 configuration 2019-06-17 08:00:24 +01:00
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
mfd.txt
motorola-cpcap.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06: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: mediatek: Add MT6397 Pin Controller 2020-05-26 10:51:20 +01:00
mxs-lradc.txt
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.txt
qcom-rpm.txt regulator: add smb208 support 2020-02-26 18:29:52 +00:00
qcom,spmi-pmic.txt mfd: qcom-spmi-pmic: Add support for PM/PMI8950 2019-11-11 08:45:02 +00:00
qcom,tcsr.txt
qriox.txt
retu.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
rk808.txt dt-bindings: mfd: rk808: Add binding information for RK809 and RK817. 2019-06-27 14:57:47 +01:00
rn5t618.txt dt-bindings: mfd: rn5t618: Document optional property interrupts 2020-03-27 09:42:06 +00:00
rohm,bd70528-pmic.txt dt-bindings: mfd: Document first ROHM BD70528 bindings 2019-06-27 10:57:24 +01:00
rohm,bd71828-pmic.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
rohm,bd71837-pmic.yaml dt-bindings: BD718x7 - add missing I2C bus properties 2020-04-14 15:41:13 -05:00
rohm,bd71847-pmic.yaml dt-bindings: BD718x7 - add missing I2C bus properties 2020-04-14 15:41:13 -05: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
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: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
st,stmfx.yaml dt-bindings: mfd: st,stmfx: Remove I2C unit name 2020-08-13 07:49:46 +01:00
st,stpmic1.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
stmpe.txt iio: adc: add STMPE ADC devicetree bindings 2019-01-16 12:37:36 +00:00
syscon.yaml Devicetree updates for v5.9: 2020-08-05 13:02:45 -07:00
tc3589x.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
ti-keystone-devctrl.txt
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.yaml: Add J721e system controller 2020-08-13 07:49:44 +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
twl-family.txt mfd: Replace HTTP links with HTTPS ones 2020-08-13 07:50:59 +01:00
twl4030-audio.txt
twl4030-power.txt
twl6040.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
wlf,arizona.yaml mfd: arizona: Move binding over to dtschema 2020-05-27 19:30:26 -06:00
wm831x.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
xylon,logicvc.yaml dt-bindings: mfd: Document the Xylon LogiCVC multi-function device 2020-01-24 07:33:57 +00:00
zii,rave-sp.txt dt-bindings: mfd: zii,rave-sp: Fix a typo ("onborad") 2020-03-03 16:37:38 -06:00