Merge tag 'mfd-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD updates from Lee Jones: "Core Frameworks: - Constify 'properties' attribute in core header file New Drivers: - Add support for Gateworks System Controller - Add support for MediaTek MT6358 PMIC - Add support for Mediatek MT6360 PMIC - Add support for Monolithic Power Systems MP2629 ADC and Battery charger Fix-ups: - Use new I2C API in htc-i2cpld - Remove superfluous code in sprd-sc27xx-spi - Improve error handling in stm32-timers - Device Tree additions/fixes in mt6397 - Defer probe betterment in wm8994-core - Improve module handling in wm8994-core - Staticify in stpmic1 - Trivial (spelling, formatting) in tqmx86 Bug Fixes: - Fix incorrect register/PCI IDs in intel-lpss-pci - Fix unbalanced Regulator API calls in wm8994-core - Fix double free() in wcd934x - Remove IRQ domain on failure in stmfx - Reset chip on resume in stmfx - Disable/enable IRQs on suspend/resume in stmfx - Do not use bulk writes on H/W which does not support them in max77620" * tag 'mfd-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (29 commits) mfd: mt6360: Remove duplicate REGMAP_IRQ_REG_LINE() entry mfd: Add support for PMIC MT6360 mfd: max77620: Use single-byte writes on MAX77620 mfd: wcd934x: Drop kfree for memory allocated with devm_kzalloc mfd: stmfx: Disable IRQ in suspend to avoid spurious interrupt mfd: stmfx: Fix stmfx_irq_init error path mfd: stmfx: Reset chip on resume as supply was disabled mfd: wm8994: Silence warning about supplies during deferred probe mfd: wm8994: Fix unbalanced calls to regulator_bulk_disable() mfd: wm8994: Fix driver operation if loaded as modules dt-bindings: mfd: mediatek: Add MT6397 Pin Controller mfd: Constify properties in mfd_cell mfd: stm32-timers: Use dma_request_chan() instead dma_request_slave_channel() mfd: sprd: Remove unnecessary spi_bus_type setting mfd: intel-lpss: Update LPSS UART #2 PCI ID for Jasper Lake mfd: tqmx86: Fix a typo in MODULE_DESCRIPTION mfd: stpmic1: Make stpmic1_regmap_config static mfd: htc-i2cpld: Convert to use i2c_new_client_device() MAINTAINERS: Add entry for mp2629 Battery Charger driver power: supply: mp2629: Add impedance compensation config ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-class-power-mp2629 8 additions, 0 deletionsDocumentation/ABI/testing/sysfs-class-power-mp2629
- Documentation/devicetree/bindings/mfd/mps,mp2629.yaml 62 additions, 0 deletionsDocumentation/devicetree/bindings/mfd/mps,mp2629.yaml
- Documentation/devicetree/bindings/mfd/mt6397.txt 15 additions, 4 deletionsDocumentation/devicetree/bindings/mfd/mt6397.txt
- MAINTAINERS 5 additions, 0 deletionsMAINTAINERS
- drivers/iio/adc/Kconfig 10 additions, 0 deletionsdrivers/iio/adc/Kconfig
- drivers/iio/adc/Makefile 1 addition, 0 deletionsdrivers/iio/adc/Makefile
- drivers/iio/adc/mp2629_adc.c 208 additions, 0 deletionsdrivers/iio/adc/mp2629_adc.c
- drivers/mfd/Kconfig 21 additions, 0 deletionsdrivers/mfd/Kconfig
- drivers/mfd/Makefile 4 additions, 1 deletiondrivers/mfd/Makefile
- drivers/mfd/htc-i2cpld.c 3 additions, 3 deletionsdrivers/mfd/htc-i2cpld.c
- drivers/mfd/intel-lpss-pci.c 1 addition, 1 deletiondrivers/mfd/intel-lpss-pci.c
- drivers/mfd/max77620.c 1 addition, 0 deletionsdrivers/mfd/max77620.c
- drivers/mfd/mp2629.c 79 additions, 0 deletionsdrivers/mfd/mp2629.c
- drivers/mfd/mt6358-irq.c 235 additions, 0 deletionsdrivers/mfd/mt6358-irq.c
- drivers/mfd/mt6360-core.c 424 additions, 0 deletionsdrivers/mfd/mt6360-core.c
- drivers/mfd/mt6397-core.c 50 additions, 51 deletionsdrivers/mfd/mt6397-core.c
- drivers/mfd/mt6397-irq.c 34 additions, 1 deletiondrivers/mfd/mt6397-irq.c
- drivers/mfd/sprd-sc27xx-spi.c 0 additions, 1 deletiondrivers/mfd/sprd-sc27xx-spi.c
- drivers/mfd/stm32-timers.c 23 additions, 9 deletionsdrivers/mfd/stm32-timers.c
- drivers/mfd/stmfx.c 20 additions, 2 deletionsdrivers/mfd/stmfx.c
Loading
Please register or sign in to comment