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
...
| -rw-r--r-- | .mailmap | 4 | |
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/adi,max77541.yaml | 68 | |
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml | 10 | |
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 4 | |
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 | |
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/richtek,rt5033.yaml | 138 | |
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/samsung,s5m8767.yaml | 25 | |
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/st,stpmic1.yaml | 2 | |
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/ti,tps6594.yaml | 193 | |
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml | 1 | |
| -rw-r--r-- | Documentation/devicetree/bindings/power/supply/richtek,rt5033-battery.yaml | 2 | |
| -rw-r--r-- | Documentation/devicetree/bindings/power/supply/richtek,rt5033-charger.yaml | 65 | |
| -rw-r--r-- | Documentation/devicetree/bindings/regulator/adi,max77541-regulator.yaml | 38 | |
| -rw-r--r-- | drivers/fpga/intel-m10-bmc-sec-update.c | 47 | |
| -rw-r--r-- | drivers/hwmon/intel-m10-bmc-hwmon.c | 1 | |
| -rw-r--r-- | drivers/iio/adc/Kconfig | 11 | |
| -rw-r--r-- | drivers/iio/adc/Makefile | 1 | |
| -rw-r--r-- | drivers/iio/adc/max77541-adc.c | 194 | |
| -rw-r--r-- | drivers/mfd/88pm800.c | 2 | |
| -rw-r--r-- | drivers/mfd/88pm805.c | 2 | |
| -rw-r--r-- | drivers/mfd/88pm80x.c | 1 | |
| -rw-r--r-- | drivers/mfd/88pm860x-core.c | 3 | |
| -rw-r--r-- | drivers/mfd/Kconfig | 17 | |
| -rw-r--r-- | drivers/mfd/Makefile | 1 | |
| -rw-r--r-- | drivers/mfd/aat2870-core.c | 4 | |
| -rw-r--r-- | drivers/mfd/acer-ec-a500.c | 2 | |
| -rw-r--r-- | drivers/mfd/act8945a.c | 2 | |
| -rw-r--r-- | drivers/mfd/adp5520.c | 2 | |
| -rw-r--r-- | drivers/mfd/arizona-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/as3711.c | 2 | |
| -rw-r--r-- | drivers/mfd/as3722.c | 2 | |
| -rw-r--r-- | drivers/mfd/atc260x-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/axp20x-i2c.c | 4 | |
| -rw-r--r-- | drivers/mfd/axp20x.c | 141 | |
| -rw-r--r-- | drivers/mfd/bcm590xx.c | 2 | |
| -rw-r--r-- | drivers/mfd/bd9571mwv.c | 2 | |
| -rw-r--r-- | drivers/mfd/da903x.c | 2 | |
| -rw-r--r-- | drivers/mfd/da9052-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/da9055-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/da9062-core.c | 2 | |
| -rw-r--r-- | drivers/mfd/da9063-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/da9150-core.c | 2 | |
| -rw-r--r-- | drivers/mfd/dln2.c | 1 | |
| -rw-r--r-- | drivers/mfd/ene-kb3930.c | 2 | |
| -rw-r--r-- | drivers/mfd/gateworks-gsc.c | 2 | |
| -rw-r--r-- | drivers/mfd/intel-lpss-acpi.c | 3 | |
| -rw-r--r-- | drivers/mfd/intel-lpss.c | 2 | |
| -rw-r--r-- | drivers/mfd/intel-m10-bmc-core.c | 90 | |
| -rw-r--r-- | drivers/mfd/intel-m10-bmc-pmci.c | 1 | |
| -rw-r--r-- | drivers/mfd/intel-m10-bmc-spi.c | 15 | |
| -rw-r--r-- | drivers/mfd/intel_soc_pmic_chtdc_ti.c | 2 | |
| -rw-r--r-- | drivers/mfd/intel_soc_pmic_chtwc.c | 2 | |
| -rw-r--r-- | drivers/mfd/intel_soc_pmic_crc.c | 2 | |
| -rw-r--r-- | drivers/mfd/iqs62x.c | 2 | |
| -rw-r--r-- | drivers/mfd/khadas-mcu.c | 2 | |
| -rw-r--r-- | drivers/mfd/lm3533-core.c | 4 | |
| -rw-r--r-- | drivers/mfd/lochnagar-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/lp3943.c | 2 | |
| -rw-r--r-- | drivers/mfd/lp873x.c | 2 | |
| -rw-r--r-- | drivers/mfd/lp87565.c | 2 | |
| -rw-r--r-- | drivers/mfd/lp8788.c | 2 | |
| -rw-r--r-- | drivers/mfd/madera-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/max14577.c | 2 | |
| -rw-r--r-- | drivers/mfd/max77541.c | 224 | |
| -rw-r--r-- | drivers/mfd/max77620.c | 2 | |
| -rw-r--r-- | drivers/mfd/max77650.c | 2 | |
| -rw-r--r-- | drivers/mfd/max77686.c | 2 | |
| -rw-r--r-- | drivers/mfd/max77693.c | 2 | |
| -rw-r--r-- | drivers/mfd/max77714.c | 2 | |
| -rw-r--r-- | drivers/mfd/max77843.c | 2 | |
| -rw-r--r-- | drivers/mfd/max8907.c | 4 | |
| -rw-r--r-- | drivers/mfd/max8925-i2c.c | 3 | |
| -rw-r--r-- | drivers/mfd/max8997.c | 2 | |
| -rw-r--r-- | drivers/mfd/max8998.c | 2 | |
| -rw-r--r-- | drivers/mfd/mc13xxx-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/menelaus.c | 2 | |
| -rw-r--r-- | drivers/mfd/menf21bmc.c | 2 | |
| -rw-r--r-- | drivers/mfd/mfd-core.c | 6 | |
| -rw-r--r-- | drivers/mfd/mp2629.c | 2 | |
| -rw-r--r-- | drivers/mfd/mt6360-core.c | 2 | |
| -rw-r--r-- | drivers/mfd/mt6370.c | 2 | |
| -rw-r--r-- | drivers/mfd/ntxec.c | 2 | |
| -rw-r--r-- | drivers/mfd/palmas.c | 2 | |
| -rw-r--r-- | drivers/mfd/pcf50633-core.c | 2 | |
| -rw-r--r-- | drivers/mfd/qcom-pm8008.c | 4 | |
| -rw-r--r-- | drivers/mfd/rc5t583-irq.c | 2 | |
| -rw-r--r-- | drivers/mfd/rc5t583.c | 2 | |
| -rw-r--r-- | drivers/mfd/retu-mfd.c | 2 | |
| -rw-r--r-- | drivers/mfd/rk8xx-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/rn5t618.c | 2 | |
| -rw-r--r-- | drivers/mfd/rohm-bd71828.c | 2 | |
| -rw-r--r-- | drivers/mfd/rohm-bd718x7.c | 2 | |
| -rw-r--r-- | drivers/mfd/rohm-bd9576.c | 2 | |
| -rw-r--r-- | drivers/mfd/rsmu_i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/rt4831.c | 2 | |
| -rw-r--r-- | drivers/mfd/rt5033.c | 10 | |
| -rw-r--r-- | drivers/mfd/rt5120.c | 2 | |
| -rw-r--r-- | drivers/mfd/sec-core.c | 2 | |
| -rw-r--r-- | drivers/mfd/si476x-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/simple-mfd-i2c.c | 20 | |
| -rw-r--r-- | drivers/mfd/sky81452.c | 2 | |
| -rw-r--r-- | drivers/mfd/smpro-core.c | 2 | |
| -rw-r--r-- | drivers/mfd/stmfx.c | 9 | |
| -rw-r--r-- | drivers/mfd/stmpe-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/stmpe.c | 4 | |
| -rw-r--r-- | drivers/mfd/stpmic1.c | 27 | |
| -rw-r--r-- | drivers/mfd/stw481x.c | 2 | |
| -rw-r--r-- | drivers/mfd/tc3589x.c | 2 | |
| -rw-r--r-- | drivers/mfd/ti-lmu.c | 2 | |
| -rw-r--r-- | drivers/mfd/tps6105x.c | 2 | |
| -rw-r--r-- | drivers/mfd/tps65010.c | 2 | |
| -rw-r--r-- | drivers/mfd/tps6507x.c | 2 | |
| -rw-r--r-- | drivers/mfd/tps65086.c | 2 | |
| -rw-r--r-- | drivers/mfd/tps65090.c | 2 | |
| -rw-r--r-- | drivers/mfd/tps65217.c | 2 | |
| -rw-r--r-- | drivers/mfd/tps65218.c | 2 | |
| -rw-r--r-- | drivers/mfd/tps65219.c | 42 | |
| -rw-r--r-- | drivers/mfd/tps6586x.c | 2 | |
| -rw-r--r-- | drivers/mfd/tps65910.c | 2 | |
| -rw-r--r-- | drivers/mfd/tps65912-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/tps6594-i2c.c | 4 | |
| -rw-r--r-- | drivers/mfd/tps6594-spi.c | 2 | |
| -rw-r--r-- | drivers/mfd/twl-core.c | 2 | |
| -rw-r--r-- | drivers/mfd/twl6040.c | 4 | |
| -rw-r--r-- | drivers/mfd/wcd934x.c | 28 | |
| -rw-r--r-- | drivers/mfd/wl1273-core.c | 2 | |
| -rw-r--r-- | drivers/mfd/wm831x-core.c | 2 | |
| -rw-r--r-- | drivers/mfd/wm831x-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/wm8350-i2c.c | 2 | |
| -rw-r--r-- | drivers/mfd/wm8400-core.c | 4 | |
| -rw-r--r-- | drivers/mfd/wm8994-core.c | 4 | |
| -rw-r--r-- | drivers/power/supply/Kconfig | 8 | |
| -rw-r--r-- | drivers/power/supply/Makefile | 1 | |
| -rw-r--r-- | drivers/power/supply/rt5033_battery.c |