linux/Documentation/devicetree/bindings/power
Linus Torvalds b8ec70ab66 - New Drivers
- Add support for TI TPS6594/TPS6593/LP8764 PMICs
    - Add support for Samsung RT5033 Battery Charger
    - Add support for Analog Devices MAX77540 and MAX77541 PMICs
 
  - New Device Support
    - Add support for SPI to Rockchip RK808 (and friends)
    - Add support for AXP192 PMIC to X-Powers AXP20X
    - Add support for AXP313a PMIC to X-Powers AXP20X
    - Add support for RK806 to Rockchip RK8XX
 
  - Removed Device Support
    - Removed MFD support for Richtek RT5033 Battery
 
  - Fix-ups
    - Remove superfluous code
    - Switch I2C drivers from .probe_new() to .probe()
    - Convert over to managed resources (devm_*(), etc)
    - Use dev_err_probe() for returning errors from .probe()
    - Add lots of Device Tree bindings / support
    - Improve cache efficiency by switching to Maple
    - Use own exported namespaces (NS)
    - Include missing and remove superfluous headers
    - Start using / convert to the new shutdown sys-off API
    - Trivial: variable / define renaming
    - Make use of of_property_read_reg() when requesting DT 'reg's
 
  - Bug Fixes
    - Fix chip revision readout due to incorrect data masking
    - Amend incorrect register and mask values used for charger state
    - Hide unused functionality at compile time
    - Fix resource leaks following error handling routines
    - Return correct error values and fix error handling in general
    - Repair incorrect device names - used for device matching
    - Remedy broken module auto-loading
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmSinHkACgkQUa+KL4f8
 d2Gj3A/9EimIwZKau8OeHCVue1mNrEVkVsCiWIZF1eHliufNbH0g3+9gzTB1yQfL
 PmE2tN+vxdHNPJKzPnrmEEdJpm+rV6RikUD3I1mVN0wPSXDmZPx9kYuJD8SmMtZo
 aDLQIMwqY0ZijGgAoVWmRtYo5praWSFvyutiD1yYEI4yAz/QcLoNvWjt3qb0H+fq
 Un1LYErrLxLar0GllzQa5lzoNEAoSBvO1TmS8z4Cm5uiU6Orahh2DlsE/Do40GSc
 5YYntAEsuJ1Bkg7JB+bxdU4BJnJskqzaasLIe3Fc4rXf6zdh/21EpmhpFGY+BS8s
 51f+NjViMwi+3uiBe5g8f/pIy6dIpkfvdukzbqDhDwqXnexftpy3+i99PJiWludR
 Xpr6s+g6zpxLAoKzHNA1jm5B3I0IPJEBoWe8jAalIcGIQBdjiF9UAkas3z9NTEoa
 8TrjW1Abxow1TB9ouT0kE7hvQk2UpYLEbNdDAByE4mM33d5AF7UpcEBrhmbFDA/E
 12q5EMoV9uXIzf+LS2TdYroo8SVYHufiIoiwU6QPJzWVVFJ3lrU3pA1Oe+aICMNu
 90EVDI1Ve37WTJfN9+FAlncaWF99AEqZwrES25QrKhMQO4w6LS35shlzTzpUcB4k
 q+upr81cWLz0t7fmjgn4yVa1CWzaQ19nylqXF/Nb4RP/6ZiP2Dw=
 =EmOj
 -----END PGP SIGNATURE-----

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

Pull MFD updates from Lee Jones:
 "New Drivers:
   - Add support for TI TPS6594/TPS6593/LP8764 PMICs
   - Add support for Samsung RT5033 Battery Charger
   - Add support for Analog Devices MAX77540 and MAX77541 PMICs

  New Device Support:
   - Add support for SPI to Rockchip RK808 (and friends)
   - Add support for AXP192 PMIC to X-Powers AXP20X
   - Add support for AXP313a PMIC to X-Powers AXP20X
   - Add support for RK806 to Rockchip RK8XX

  Removed Device Support:
   - Removed MFD support for Richtek RT5033 Battery

  Fix-ups:
   - Remove superfluous code
   - Switch I2C drivers from .probe_new() to .probe()
   - Convert over to managed resources (devm_*(), etc)
   - Use dev_err_probe() for returning errors from .probe()
   - Add lots of Device Tree bindings / support
   - Improve cache efficiency by switching to Maple
   - Use own exported namespaces (NS)
   - Include missing and remove superfluous headers
   - Start using / convert to the new shutdown sys-off API
   - Trivial: variable / define renaming
   - Make use of of_property_read_reg() when requesting DT 'reg's

  Bug Fixes:
   - Fix chip revision readout due to incorrect data masking
   - Amend incorrect register and mask values used for charger state
   - Hide unused functionality at compile time
   - Fix resource leaks following error handling routines
   - Return correct error values and fix error handling in general
   - Repair incorrect device names - used for device matching
   - Remedy broken module auto-loading"

* tag 'mfd-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (51 commits)
  dt-bindings: mfd: max77541: Add ADI MAX77541/MAX77540
  iio: adc: max77541: Add ADI MAX77541 ADC Support
  regulator: max77541: Add ADI MAX77541/MAX77540 Regulator Support
  dt-bindings: regulator: max77541: Add ADI MAX77541/MAX77540 Regulator
  mfd: Switch two more drivers back to use struct i2c_driver::probe
  dt-bindings: mfd: samsung,s5m8767: Simplify excluding properties
  mfd: stmpe: Only disable the regulators if they are enabled
  mfd: max77541: Add ADI MAX77541/MAX77540 PMIC Support
  dt-bindings: mfd: gateworks-gsc: Remove unnecessary fan-controller nodes
  mfd: core: Use of_property_read_reg() to parse "reg"
  mfd: stmfx: Nullify stmfx->vdd in case of error
  mfd: stmfx: Fix error path in stmfx_chip_init
  mfd: intel-lpss: Add missing check for platform_get_resource
  mfd: stpmic1: Add PMIC poweroff via sys-off handler
  mfd: stpmic1: Fixup main control register and bits naming
  dt-bindings: mfd: qcom,tcsr: Add the compatible for IPQ8074
  mfd: tps65219: Add support for soft shutdown via sys-off API
  mfd: pm8008: Drop bogus i2c module alias
  mfd: pm8008: Fix module autoloading
  mfd: tps65219: Add GPIO cell instance
  ...
2023-07-03 10:55:04 -07:00
..
avs dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
reset ARM: SoC devicetree updates for 6.5 2023-06-29 15:07:06 -07:00
supply dt-bindings: Add rt5033 MFD, Regulator and Charger 2023-06-08 18:18:13 +01:00
actions,owl-sps.txt
allwinner,sun20i-d1-ppu.yaml dt-bindings: power: Add Allwinner D1 PPU 2023-01-27 23:20:30 +01:00
amlogic,meson-ee-pwrc.yaml MAINTAINERS: Update email of Neil Armstrong 2022-08-18 11:23:00 -06:00
amlogic,meson-gx-pwrc.txt dt-bindings: power: amlogic,meson-gx-pwrc: mark bindings as deprecated 2023-01-10 15:20:20 +01:00
amlogic,meson-sec-pwrc.yaml dt-bindings: power: drop quotes when not needed 2022-08-02 11:00:30 -06:00
apple,pmgr-pwrstate.yaml dt-bindings: power: apple,pmgr-pwrstate: Add t8112 compatible 2023-03-28 19:38:43 +09:00
brcm,bcm63xx-power.yaml dt-bindings: power: drop quotes when not needed 2022-08-02 11:00:30 -06:00
brcm,bcm-pmb.yaml dt-bindings: power: bcm-pmb: add BCM63138 binding 2021-03-25 14:24:43 -07:00
domain-idle-state.yaml dt-bindings: drop redundant part of title (end, part two) 2022-12-16 11:41:49 -06:00
fsl,imx-gpc.yaml dt-bindings: power: fsl,imx-gpc: document interrupt-controller 2023-01-26 16:42:07 +08:00
fsl,imx-gpcv2.yaml dt-bindings: power: gpcv2: add power-domains property 2022-10-29 16:26:31 +08:00
fsl,scu-pd.yaml dt-bindings: drop redundant part of title (manual) 2022-12-16 12:51:43 -06:00
mediatek,power-controller.yaml dt-bindings: power: Add MT8188 power domains 2023-01-19 17:17:37 +01:00
mti,mips-cpc.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
pd-samsung.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
power_domain.txt dt-bindings: power: Convert domain-idle-states bindings to json-schema 2020-03-04 08:49:36 -06:00
power-controller.txt
power-domain.yaml dt-bindings: drop type for operating-points-v2 2023-01-23 17:13:28 -06:00
qcom,kpss-acc-v2.yaml dt-bindings: arm: msm: Convert and split kpss-acc driver Documentation to yaml 2023-03-15 16:40:49 -07:00
qcom,rpmpd.yaml dt-bindings: power: qcom,rpmpd: Add SA8155P 2023-05-24 20:34:49 -07:00
renesas,apmu.yaml dt-bindings: Drop type from 'cpus' property 2022-12-06 14:50:35 -06:00
renesas,rcar-sysc.yaml dt-bindings: power: drop quotes when not needed 2022-08-02 11:00:30 -06:00
renesas,sysc-rmobile.yaml dt-bindings: power: sysc-rmobile: Convert to json-schema 2021-05-10 11:54:32 -05:00
rockchip-io-domain.yaml dt-bindings: power: rockchip: Document RV1126 PMU IO domains 2022-09-05 11:53:47 +02:00
rockchip,power-controller.yaml dt-bindings: power: rockchip: Add bindings for rk3588 2022-09-09 19:06:40 +02:00
starfive,jh7110-pmu.yaml dt-bindings: power: Add starfive,jh7110-pmu 2023-01-20 21:55:29 +00:00
ti-smartreflex.txt
wakeup-source.txt dt-bindings: mmc: Remove comment on wakeup-source property 2022-12-07 13:29:14 +01:00
xlnx,zynqmp-genpd.txt dt-bindings: power: Convert Generic Power Domain bindings to json-schema 2019-11-14 10:46:16 -06:00