Merge tag 'mfd-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull mfd updates from Lee Jones: - Fix race in device_node_get_regmap() using more extensive locking - Remove unused platform driver support for syscon - Allow syscon nodes to be registered without a "syscon" compatible string - Make `platform_data` pointer const in struct mfd_cell - Revert support for multiple AXP PMICs to avoid regressions - Increase SoundWire attach timeout and use gpiod_set_raw() for GPIO operation - Store the result from fault_log() for use by other sub-components - Fix an invalid regmap-config max_register value - Add another Gemini Lake ISA bridge PCI device ID - Use devm_register_power_off_handler() to simplify code - Add support for QNAP microcontroller units, including LEDs, input, and hwmon - Use MFD_CELL macros and remove unused code - Add support for AAEON UP board FPGA - Remove unused includes - Fix various typos and compatibility issues in multiple bindings - Add new bindings for rk3562 QoS, LED1202, and qcom,tcsr-ipq5424 - Convert several bindings to YAML schema - Update sprd,sc2731 bindings to reference sprd,sc2731-efuse bindings directly - Fix rohm,bd71815 bindings by correcting resistor values and typos - Documentation improvements: - Add documentation for LED1202 and qnap-mcu-hwmon - Adjust the file entry for the qnap-mcu header in MAINTAINERS * tag 'mfd-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (35 commits) MAINTAINERS: Adjust the file entry for the qnap-mcu header dt-bindings: mfd: syscon: Fix ti,j784s4-acspcie-proxy-ctrl compatible dt-bindings: mfd: syscon: Fix al,alpine-sysfabric-service compatible Revert "mfd: axp20x: Allow multiple regulators" dt-bindings: mfd: syscon: Add rk3562 QoS register compatible mfd: syscon: Allow syscon nodes without a "syscon" compatible mfd: syscon: Remove the platform driver support mfd: syscon: Fix race in device_node_get_regmap() dt-bindings: mfd: atmel: Convert to YAML schema dt-bindings: mfd: atmel,at91sam9260: Convert to YAML schema dt-bindings: mfd: sprd,sc2731: Reference sprd,sc2731-efuse bindings mfd: tps65219: Remove unused macros & add regmap.h mfd: tps65219: Use MFD_CELL macros leds: Add LED1202 I2C driver dt-bindings: leds: Add LED1202 LED Controller Documentation:leds: Add leds-st1202.rst mfd: Add support for AAEON UP board FPGA mfd: da9052: Store result from fault_log mfd: intel_soc_pmic_chtdc_ti: Fix invalid regmap-config max_register value mfd: cs42l43: Use devres for remove as well ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/leds/st,led1202.yaml 132 additions, 0 deletionsDocumentation/devicetree/bindings/leds/st,led1202.yaml
- Documentation/devicetree/bindings/mfd/atmel,at91sam9260-gpbr.yaml 44 additions, 0 deletions...ation/devicetree/bindings/mfd/atmel,at91sam9260-gpbr.yaml
- Documentation/devicetree/bindings/mfd/atmel,at91sam9260-matrix.yaml 52 additions, 0 deletions...ion/devicetree/bindings/mfd/atmel,at91sam9260-matrix.yaml
- Documentation/devicetree/bindings/mfd/atmel-gpbr.txt 0 additions, 18 deletionsDocumentation/devicetree/bindings/mfd/atmel-gpbr.txt
- Documentation/devicetree/bindings/mfd/atmel-matrix.txt 0 additions, 26 deletionsDocumentation/devicetree/bindings/mfd/atmel-matrix.txt
- Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/mfd/qcom,tcsr.yaml
- Documentation/devicetree/bindings/mfd/qnap,ts433-mcu.yaml 42 additions, 0 deletionsDocumentation/devicetree/bindings/mfd/qnap,ts433-mcu.yaml
- Documentation/devicetree/bindings/mfd/rohm,bd71815-pmic.yaml 10 additions, 10 deletionsDocumentation/devicetree/bindings/mfd/rohm,bd71815-pmic.yaml
- Documentation/devicetree/bindings/mfd/sprd,sc2731.yaml 2 additions, 10 deletionsDocumentation/devicetree/bindings/mfd/sprd,sc2731.yaml
- Documentation/devicetree/bindings/mfd/syscon.yaml 4 additions, 1 deletionDocumentation/devicetree/bindings/mfd/syscon.yaml
- Documentation/devicetree/bindings/nvmem/sprd,sc2731-efuse.yaml 0 additions, 29 deletions...entation/devicetree/bindings/nvmem/sprd,sc2731-efuse.yaml
- Documentation/hwmon/index.rst 1 addition, 0 deletionsDocumentation/hwmon/index.rst
- Documentation/hwmon/qnap-mcu-hwmon.rst 27 additions, 0 deletionsDocumentation/hwmon/qnap-mcu-hwmon.rst
- Documentation/leds/index.rst 1 addition, 0 deletionsDocumentation/leds/index.rst
- Documentation/leds/leds-st1202.rst 34 additions, 0 deletionsDocumentation/leds/leds-st1202.rst
- MAINTAINERS 9 additions, 0 deletionsMAINTAINERS
- drivers/hid/hid-sensor-hub.c 14 additions, 7 deletionsdrivers/hid/hid-sensor-hub.c
- drivers/hwmon/Kconfig 12 additions, 0 deletionsdrivers/hwmon/Kconfig
- drivers/hwmon/Makefile 1 addition, 0 deletionsdrivers/hwmon/Makefile
- drivers/hwmon/qnap-mcu-hwmon.c 364 additions, 0 deletionsdrivers/hwmon/qnap-mcu-hwmon.c
Documentation/hwmon/qnap-mcu-hwmon.rst
0 → 100644
Documentation/leds/leds-st1202.rst
0 → 100644
drivers/hwmon/qnap-mcu-hwmon.c
0 → 100644
Please register or sign in to comment