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 ...
No related branches found
No related tags found
Showing
- .mailmap 4 additions, 0 deletions.mailmap
- Documentation/devicetree/bindings/mfd/adi,max77541.yaml 68 additions, 0 deletionsDocumentation/devicetree/bindings/mfd/adi,max77541.yaml
- Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml 0 additions, 10 deletionsDocumentation/devicetree/bindings/mfd/gateworks-gsc.yaml
- Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml 4 additions, 0 deletionsDocumentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
- Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/mfd/qcom,tcsr.yaml
- Documentation/devicetree/bindings/mfd/richtek,rt5033.yaml 138 additions, 0 deletionsDocumentation/devicetree/bindings/mfd/richtek,rt5033.yaml
- Documentation/devicetree/bindings/mfd/samsung,s5m8767.yaml 7 additions, 18 deletionsDocumentation/devicetree/bindings/mfd/samsung,s5m8767.yaml
- Documentation/devicetree/bindings/mfd/st,stpmic1.yaml 1 addition, 1 deletionDocumentation/devicetree/bindings/mfd/st,stpmic1.yaml
- Documentation/devicetree/bindings/mfd/ti,tps6594.yaml 193 additions, 0 deletionsDocumentation/devicetree/bindings/mfd/ti,tps6594.yaml
- Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/mfd/x-powers,axp152.yaml
- Documentation/devicetree/bindings/power/supply/richtek,rt5033-battery.yaml 1 addition, 1 deletion...icetree/bindings/power/supply/richtek,rt5033-battery.yaml
- Documentation/devicetree/bindings/power/supply/richtek,rt5033-charger.yaml 65 additions, 0 deletions...icetree/bindings/power/supply/richtek,rt5033-charger.yaml
- Documentation/devicetree/bindings/regulator/adi,max77541-regulator.yaml 38 additions, 0 deletions...devicetree/bindings/regulator/adi,max77541-regulator.yaml
- drivers/fpga/intel-m10-bmc-sec-update.c 28 additions, 19 deletionsdrivers/fpga/intel-m10-bmc-sec-update.c
- drivers/hwmon/intel-m10-bmc-hwmon.c 1 addition, 0 deletionsdrivers/hwmon/intel-m10-bmc-hwmon.c
- drivers/iio/adc/Kconfig 11 additions, 0 deletionsdrivers/iio/adc/Kconfig
- drivers/iio/adc/Makefile 1 addition, 0 deletionsdrivers/iio/adc/Makefile
- drivers/iio/adc/max77541-adc.c 194 additions, 0 deletionsdrivers/iio/adc/max77541-adc.c
- drivers/mfd/88pm800.c 1 addition, 1 deletiondrivers/mfd/88pm800.c
- drivers/mfd/88pm805.c 1 addition, 1 deletiondrivers/mfd/88pm805.c
Loading
Please register or sign in to comment