linux/Documentation/devicetree/bindings/mfd
Linus Torvalds 79b4f3baae MFD for v7.3
- New Support & Features
   - MediaTek MT6397: Add mt6323 AUXADC support.
   - MediaTek MT6397: Add mt6323 EFUSE support.
   - Spreadtrum SC27xx: Add SC2730 regulator cell.
 
 - Improvements & Fixes
   - Apple SMC: Fix key count endianness annotation.
   - Azoteq IQS62x: Reject zero-length firmware records.
   - ChromeOS EC: Introduce cros_ec_read_features helper and read features during
     probe to catch transfer errors.
   - Cirrus Logic CS42L43: Fix regmap defaults ordering.
   - Cirrus Logic CS42L43: Remove redundant NULL checks on SoundWire.
   - Congatec Board Controller: Fix teardown ordering in cgbc_remove().
   - HP iPAQ Micro: Fix out-of-bounds stack read in ipaq_micro_str.
   - Marvell 88PM886: Initialize the battery page.
   - QNAP MCU: Keep the reply buffer alive past a command timeout.
   - RAVE SP: Validate received frame payload lengths.
   - Silicon Labs Si476x: Drop duplicate NULL checks.
   - Silicon Labs Si476x: Modernize GPIO handling.
   - Silicon Motion SM501: Fix potential memory leaks during remove.
   - UCB1x00: Convert Assabet gpio-keys to use software nodes and register software
     node for GPIO controller.
   - Viperboard: Fix native fields type in structures as little-endian.
   - Viperboard: Remove redundant NULL check before kfree().
   - X-Powers AXP20x: Preserve other control bits when powering off.
 
 - Cleanups & Refactoring
   - Core: Drop unused assignment of spi_device_id driver data.
   - Core: Initialize spi_device_id arrays using member names.
   - Core: Unify style of spi_device_id arrays.
   - Maintainers: Add Intel LPSS section to follow the changes.
   - Maintainers: Add a mailing list entry to MFD.
   - Cirrus Logic CS42L43: Format sdw_device_id table.
   - Cirrus Logic CS42L43: Use new SoundWire enumeration helper.
   - ROHM PMIC: Factor out power button registration and convert gpio-keys to use
     software nodes.
   - ST-Ericsson DB8500: Fold dbx500 header into db8500.
 
 - Device Tree Binding Updates
   - Core: Add techvision vendor prefix.
   - Marvell 88PM886: Allow vbus regulator.
   - MediaTek MT8195 SCP: Add support for MT8189 SoC.
   - Qualcomm SPMI PMIC: Document PMG1110.
   - Qualcomm SPMI PMIC: Document haptics device.
   - Qualcomm TCSR: Add compatible for Hawi and Maili SoCs.
   - Qualcomm TCSR: Add compatible for Shikra.
   - Qualcomm TCSR: Document the IPQ9650 TCSR block.
   - STMicroelectronics STMPE: Fix typo st,stmpe601 (should be st,stmpe610).
   - Syscon: Add ESWIN EIC7700 compatible.
   - Syscon: Allow syscon compatible for Loongson-2K0300 chip id.
   - Syscon: Disallow simple-bus with syscon.
   - Syscon: Drop custom select for older dtschema.
   - TI OMAP USBHS TLL: Convert to DT schema.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmqPE0EACgkQUa+KL4f8
 d2EwsA/6Ah511L+E+sH3PMz9/9ZR7F6b4xXx+YI0WuiWANNNEdxkkIiq6smdCQI9
 oS//iJBdMigdKzjllIwnAHTcfatZE+3A6qCroM0pnxsQejDdAR0BP2VA4b7QMGg0
 ey44e5CYZgRorh9oOTtsjE/jL4sNZK6AgyZab0gZ3Q/A5qubLRiSaphHfpfCej+q
 RC3W2m3jbQSge5iNy8iIg41PH4fHcjpRNM/UxT6UVexxBWiJ6i9yiNYdfb4joCuG
 Oh4Rr4TfnoN8yIuoA8WRngYejpV5ZGGnwXwTDl47WPvoJiMeWSnpQU0u/fSJARqm
 YAMtZ+GLjSfj60SgCu6HR8AyH9q5U54pNdBiCSQ/7fGhYJwq9WS/XDjr+Xaj0+ku
 g4veatMTMaNdwJr0RAViw1RAOA97cAqfgOADnlAJM/tzvGw0VjIxdrbciywUXB2A
 At26ibT6WQX/I/fPSJqmwieEYiueikZfvuLFYAeSrLQ4GWGGgq3Aj4k1LtOVLEP3
 y3Pt4rkxJQxW3EDKseaZYsyR7EbU3PnJFTsAY0/p1XiDSeiM4d0IIi7dZQiQygg4
 3XwmqE8ODxetHna+dPXr0ooaU9UIaaT1X5AyOr6t6Tp/n0Yq50F1PpjBCS2nLAYk
 JdkgfFBMWlkOZcCTgLYMKNSnmWZihUxb0zfDaOMCe4HUoqc1WLA=
 =92XF
 -----END PGP SIGNATURE-----

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

Pull MFD updates from Lee Jones:
 "New Support & Features:
   - MediaTek MT6397: Add mt6323 AUXADC support
   - MediaTek MT6397: Add mt6323 EFUSE support
   - Spreadtrum SC27xx: Add SC2730 regulator cell

  Improvements & Fixes:
   - Apple SMC: Fix key count endianness annotation
   - Azoteq IQS62x: Reject zero-length firmware records
   - ChromeOS EC: Introduce cros_ec_read_features helper and read
     features during probe to catch transfer errors
   - Cirrus Logic CS42L43: Fix regmap defaults ordering
   - Cirrus Logic CS42L43: Remove redundant NULL checks on SoundWire
   - Congatec Board Controller: Fix teardown ordering in cgbc_remove()
   - HP iPAQ Micro: Fix out-of-bounds stack read in ipaq_micro_str
   - Marvell 88PM886: Initialize the battery page
   - QNAP MCU: Keep the reply buffer alive past a command timeout
   - RAVE SP: Validate received frame payload lengths
   - Silicon Labs Si476x: Drop duplicate NULL checks
   - Silicon Labs Si476x: Modernize GPIO handling
   - Silicon Motion SM501: Fix potential memory leaks during remove
   - UCB1x00: Convert Assabet gpio-keys to use software nodes and
     register software node for GPIO controller
   - Viperboard: Fix native fields type in structures as little-endian
   - Viperboard: Remove redundant NULL check before kfree()
   - X-Powers AXP20x: Preserve other control bits when powering off

  Cleanups & Refactoring:
   - Core: Drop unused assignment of spi_device_id driver data
   - Core: Initialize spi_device_id arrays using member names
   - Core: Unify style of spi_device_id arrays
   - Maintainers: Add Intel LPSS section to follow the changes
   - Maintainers: Add a mailing list entry to MFD
   - Cirrus Logic CS42L43: Format sdw_device_id table
   - Cirrus Logic CS42L43: Use new SoundWire enumeration helper
   - ROHM PMIC: Factor out power button registration and convert
     gpio-keys to use software nodes
   - ST-Ericsson DB8500: Fold dbx500 header into db8500

  Device Tree Binding Updates:
   - Core: Add techvision vendor prefix
   - Marvell 88PM886: Allow vbus regulator
   - MediaTek MT8195 SCP: Add support for MT8189 SoC
   - Qualcomm SPMI PMIC: Document PMG1110
   - Qualcomm SPMI PMIC: Document haptics device
   - Qualcomm TCSR: Add compatible for Hawi and Maili SoCs
   - Qualcomm TCSR: Add compatible for Shikra
   - Qualcomm TCSR: Document the IPQ9650 TCSR block
   - STMicroelectronics STMPE: Fix typo st,stmpe601 (should be
     st,stmpe610)
   - Syscon: Add ESWIN EIC7700 compatible
   - Syscon: Allow syscon compatible for Loongson-2K0300 chip id
   - Syscon: Disallow simple-bus with syscon
   - Syscon: Drop custom select for older dtschema
   - TI OMAP USBHS TLL: Convert to DT schema"

* tag 'mfd-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (45 commits)
  mfd: cs42l43: Fix regmap defaults ordering
  dt-bindings: mfd: syscon: Allow syscon compatible for Loongson-2K0300 chip id
  dt-bindings: mfd: syscon: Add ESWIN EIC7700 compatible
  mfd: qnap-mcu: keep the reply buffer alive past a command timeout
  dt-bindings: mfd: qcom,tcsr: Document the IPQ9650 TCSR block
  mfd: macsmc: Fix key count endianness annotation
  dt-bindings: mfd: qcom,spmi-pmic: Document haptics device
  mfd: iqs62x: Reject zero-length firmware records
  mfd: rave-sp: validate received frame payload lengths
  mfd: sm501: Fix potential memory leaks during remove
  mfd: viperboard: Fix native fields type in structures as little-endian
  mfd: si476x-i2c: Get rid of duplicate NULL checks
  dt-bindings: mfd: Convert OMAP USB TLL to DT schema
  mfd: cgbc: Fix teardown ordering in cgbc_remove()
  mfd: mt6397-core: Add mt6323 AUXADC support
  dt-bindings: mfd: qcom,tcsr: Add compatible for Hawi and Maili SoCs
  mfd: rohm: Factor out power button registration
  mfd: ucb1x00: Convert Assabet gpio-keys to use software nodes
  mfd: ucb1x00: Register software node for GPIO controller
  mfd: cs42l43: Tidy up formatting on sdw_device_id table
  ...
2026-08-27 10:45:08 -07:00
..
88pm860x.txt
actions,atc260x.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
adi,adp5585.yaml dt-bindings: mfd: adp5585: document reset gpio 2025-07-01 21:50:51 +01:00
adi,max77541.yaml dt-bindings: mfd: max77541: Add ADI MAX77541/MAX77540 2023-06-28 15:18:36 +01:00
airoha,en7581-gpio-sysctl.yaml dt-bindings: mfd: Add support for Airoha EN7581 GPIO System Controller 2024-10-30 10:56:51 +01:00
allwinner,sun4i-a10-ts.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun6i-a31-prcm.yaml dt-bindings: mfd: allwinner,sun6i-a31-prcm: Use hyphens in node names 2024-05-10 15:39:17 +01:00
allwinner,sun8i-a23-prcm.yaml dt-bindings: mfd: allwinner: prcm: Simplify conditional schemas 2023-08-18 21:48:04 +01:00
altera-a10sr.txt
ampere,smpro.yaml dt-bindings: mfd: Add bindings for Ampere Altra SMPro MFD driver 2022-12-07 13:28:09 +00:00
ams,as3711.yaml dt-bindings: mfd: ams,as3711: Convert to json-schema 2023-12-07 13:50:25 +00:00
apple,smc.yaml dt-bindings: hwmon: Add Apple System Management Controller hwmon schema 2026-06-12 17:08:01 -05:00
arm,dev-platforms-syscon.yaml dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
as3722.txt
aspeed-lpc.yaml dt-bindings: Fix inconsistent quoting 2025-11-17 11:24:50 -06:00
aspeed,ast2x00-scu.yaml dt-bindings: mfd: aspeed,ast2x00-scu: Support AST2700 SoC1 pinctrl 2026-06-17 11:32:58 +01:00
atmel-smc.txt dt-bindings: mfd: atmel-smc: Add microchip,sam9x7-smc 2023-08-18 21:48:05 +01:00
atmel,at91sam9260-gpbr.yaml dt-bindings: mfd: atmel: Add microchip,sama7d65-gpbr 2025-05-23 08:48:14 +01:00
atmel,at91sam9260-matrix.yaml dt-bindings: mfd: atmel,at91sam9260: Convert to YAML schema 2025-01-09 10:36:42 +00:00
atmel,hlcdc.yaml dt-bindings: mfd: atmel,hlcdc: Add sama7d65 compatible string 2026-01-22 14:22:47 +00:00
atmel,sama5d2-flexcom.yaml dt-bindings: mfd: atmel,sama5d2-flexcom: Add microchip,lan9691-flexcom 2026-01-22 14:23:43 +00:00
bfticu.txt
bitmain,bm1880-sctrl.yaml dt-bindings: mfd: Add Bitmain BM1880 System Controller 2026-01-22 14:23:00 +00:00
brcm,bcm6318-gpio-sysctl.yaml dt-bindings: mfd: brcm: Drop unneeded quotes and use absolute /schemas path 2023-08-18 21:48:01 +01:00
brcm,bcm6328-gpio-sysctl.yaml dt-bindings: mfd: brcm: Drop unneeded quotes and use absolute /schemas path 2023-08-18 21:48:01 +01:00
brcm,bcm6358-gpio-sysctl.yaml dt-bindings: mfd: brcm: Drop unneeded quotes and use absolute /schemas path 2023-08-18 21:48:01 +01:00
brcm,bcm6362-gpio-sysctl.yaml dt-bindings: pinctrl: brcm: Ensure all child node properties are documented 2023-10-23 10:22:23 +02:00
brcm,bcm6368-gpio-sysctl.yaml dt-bindings: pinctrl: brcm: Ensure all child node properties are documented 2023-10-23 10:22:23 +02:00
brcm,bcm59056.yaml dt-bindings: mfd: brcm,bcm59056: Add compatible for BCM59054 2025-05-22 10:56:40 +01:00
brcm,bcm63268-gpio-sysctl.yaml dt-bindings: pinctrl: brcm: Ensure all child node properties are documented 2023-10-23 10:22:23 +02:00
brcm,cru.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
brcm,misc.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
brcm,twd.yaml dt-bindings: timer: Add Broadcom's BCMBCA timers 2022-12-07 13:28:09 +00:00
canaan,k210-sysctl.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
cirrus,lochnagar.yaml Here's the main clk pull request for this merge window. We have some 2022-10-08 10:06:48 -07:00
cirrus,madera.yaml
da9055.txt dt-bindings: mfd: da9055: Fix dead link to codec binding 2026-02-04 13:19:11 +00:00
da9150.txt
delta,tn48m-cpld.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
dlg,da9052.yaml dt-bindings: mfd: Convert dlg,da9052-i2c.txt to yaml format 2025-11-20 12:56:38 +00:00
dlg,da9063.yaml dt-bindings: mfd: dlg,da9063: Allow wakeup-source property 2025-11-06 14:03:56 +00:00
ene-kb930.yaml Devicetree updates for v6.2, part 2: 2022-12-20 08:48:24 -06:00
ene-kb3930.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
fsl,imx25-tsadc.yaml dt-bindings: mfd: Convert fsl-imx25-tsadc.txt to yaml format 2026-03-25 12:45:21 +00:00
fsl,mc13xxx.yaml dt-bindings: input: add debounce-delay-ms common property 2026-04-19 18:26:59 -07:00
fsl,mcu-mpc8349emitx.yaml dt-bindings: mfd: Convert fsl,mcu-mpc8349emitx binding to YAML 2025-03-14 08:59:06 +00:00
hi6421.txt
hisilicon,hi655x-pmic.yaml dt-bindings: mfd: hisilicon,hi655x-pmic: Convert to DT schema 2026-06-17 11:30:58 +01:00
hisilicon,hi6421-spmi-pmic.yaml dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: Clean up example 2023-12-07 17:01:49 +00:00
iei,wt61p803-puzzle.yaml dt-bindings: Add IEI vendor prefix and IEI WT61P803 PUZZLE driver bindings 2026-02-03 20:58:11 -06:00
iqs62x.yaml dt-bindings: mfd: Correct indentation and style in DTS example 2025-05-23 08:49:01 +01:00
khadas,mcu.yaml dt-bindings: mfd: khadas,mcu: Drop type reference from "fan-supply" 2026-06-24 08:48:09 -05:00
lp3943.txt dt-bindings: gpio: Create a trivial GPIO schema 2025-07-18 10:20:06 +02:00
marvell,88pm886-a1.yaml dt-bindings: mfd: 88pm886: Allow vbus regulator 2026-07-30 14:32:42 +01:00
max77650.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
maxim,max5970.yaml dt-bindings: mfd: Add missing unevaluatedProperties on child node schemas 2023-11-01 10:02:13 +00:00
maxim,max7360.yaml dt-bindings: mfd: gpio: Add MAX7360 2025-09-16 15:24:48 +01:00
maxim,max8925.yaml dt-bindings: mfd: max8925: Convert to DT schema format 2023-11-01 10:02:17 +00:00
maxim,max8998.yaml dt-bindings: mfd: maxim,max8998: Convert to DT schema 2023-11-01 10:02:11 +00:00
maxim,max14577.yaml dt-bindings: mfd: Add missing (unevaluated|additional)Properties on child nodes 2022-09-28 16:17:40 +01:00
maxim,max77620.yaml dt-bindings: Correct white-space style 2026-08-07 09:38:48 -05:00
maxim,max77686.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
maxim,max77693.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
maxim,max77705.yaml dt-bindings: max77705: Add interrupt-controller property 2025-11-06 14:03:34 +00:00
maxim,max77714.yaml
maxim,max77759.yaml dt-bindings: mfd: maxim,max77759: reference power-supply schema and add regulator property 2026-03-30 16:58:32 +02:00
maxim,max77802.yaml
maxim,max77843.yaml dt-bindings: mfd: Add missing (unevaluated|additional)Properties on child nodes 2022-09-28 16:17:40 +01:00
mediatek,mt6357.yaml dt-bindings: mfd: mediatek: Add codec property for MT6357 PMIC 2024-09-03 18:17:22 +01:00
mediatek,mt6360.yaml dt-bindings: Add missing 'unevaluatedProperties' to regulator nodes 2022-12-08 11:46:40 +00:00
mediatek,mt6370.yaml dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas 2023-04-05 15:38:38 -05:00
mediatek,mt6397.yaml mfd: dt-bindings: mt6397: Add regulator supplies 2026-06-17 11:32:38 +01:00
mediatek,mt8195-scpsys.yaml dt-bindings: mfd: mediatek,mt8195-scpsys: Add support for MT8189 SoC 2026-07-30 14:32:50 +01:00
mfd.txt dt-bindings: mfd: Explain lack of child dependency in simple-mfd 2024-07-04 17:38:41 +01:00
motorola-cpcap.txt dt-bindings: phy: Convert motorola,cpcap-usb-phy to DT schema 2025-06-15 19:59:02 +05:30
mps,mp2629.yaml
mscc,ocelot.yaml dt-bindings: mfd: Drop unrelated nodes from DTS example 2025-05-23 08:49:00 +01:00
mxs-lradc.yaml dt-bindings: mfd: convert mxs-lradc bindings to json-schema 2025-07-24 11:26:56 +01:00
netronix,ntxec.yaml dt-bindings: mfd: Correct indentation and style in DTS example 2025-05-23 08:49:01 +01:00
nxp,bbnsm.yaml dt-bindings: mfd: Add NXP BBNSM 2023-02-22 11:42:29 +00:00
nxp,lpc1850-creg.yaml dt-bindings: mfd: Convert lpc1850-creg-clk, pc1850-dmamux and phy-lpc18xx-usb-otg to YAML format 2025-07-24 11:26:58 +01:00
nxp,lpc3220-scb.yaml dt-bindings: mfd: nxp: Add NXP LPC32xx System Control Block 2026-01-22 14:23:16 +00:00
nxp,pf1550.yaml dt-bindings: mfd: Add binding for the PF1550 PMIC 2025-10-21 16:42:25 +01:00
omap-usb-host.txt dt-bindings: usb: Convert OMAP OHCI/EHCI bindings to schema 2023-01-25 15:45:06 +01:00
palmas.txt
qcom-pm8xxx.yaml dt-bindings: mfd: qcom: pm8xxx: Add pm8901 compatible 2024-05-10 15:39:17 +01:00
qcom,pm8008.yaml dt-bindings: mfd: pm8008: Rework binding 2024-06-13 18:42:21 +01:00
qcom,spmi-pmic.yaml MFD for v7.3 2026-08-27 10:45:08 -07:00
qcom,tcsr.yaml dt-bindings: mfd: qcom,tcsr: Document the IPQ9650 TCSR block 2026-08-06 15:41:44 +01:00
qnap,ts433-mcu.yaml dt-bindings: mfd: qnap,ts433-mcu: Add qnap,ts133-mcu compatible 2026-01-22 14:23:29 +00:00
qriox.txt
realtek,rtd1xxx.yaml dt-bindings: mfd: Add Realtek RTD1xxx system controllers 2026-02-03 20:58:11 -06:00
renesas,r2a11302ft.yaml dt-bindings: mfd: Add Renesas R2A11302FT PMIC 2025-11-06 14:03:48 +00:00
retu.txt
richtek,rt4831.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
richtek,rt5033.yaml dt-bindings: Add rt5033 MFD, Regulator and Charger 2023-06-08 18:18:13 +01:00
richtek,rt5120.yaml dt-binding: mfd: Add Richtek RT5120 PMIC support 2022-09-28 16:09:51 +01:00
ricoh,rn5t618.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
rockchip,rk801.yaml dt-bindings: mfd: Add rk801 binding 2026-01-20 14:52:49 +00:00
rockchip,rk805.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
rockchip,rk806.yaml dt-bindings: mfd: rk806: Allow to customize PMIC reset mode 2025-07-24 11:27:16 +01:00
rockchip,rk808.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
rockchip,rk816.yaml dt-bindings: Remove the redundant 'type: boolean' 2026-05-05 10:31:50 -05:00
rockchip,rk817.yaml dt-bindings: mfd: rk817: Merge support for RK809 2024-07-04 17:38:41 +01:00
rockchip,rk818.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
rohm,bd9571mwv.yaml dt-bindings: mfd: Correct indentation and style in DTS example 2025-05-23 08:49:01 +01:00
rohm,bd9576-pmic.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
rohm,bd71815-pmic.yaml dt-bindings: mfd: bd71815: Fix rsense and typos 2024-12-17 13:17:25 +00:00
rohm,bd71828-pmic.yaml dt-bindings: mfd: bd71828: Use charger resistor in mOhm instead of MOhm 2024-11-12 15:06:33 +00:00
rohm,bd71837-pmic.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
rohm,bd71847-pmic.yaml dt-bindings: mfd: bd71847-pmic: Remove unneeded LED header 2023-08-22 08:07:50 +01:00
rohm,bd72720-pmic.yaml dt-bindings: mfd: bd72720: Add ROHM BD73900 2026-03-25 12:45:40 +00:00
rohm,bd96801-pmic.yaml dt-bindings: mfd: rohm,bd96801-pmic: Correct timeout-sec length and reference watchdog schema 2025-11-15 15:19:56 +01:00
rohm,bd96802-pmic.yaml dt-bindings: mfd: bd96802: Add ROHM BD96806 2025-04-24 14:52:11 +01:00
samsung,exynos5433-lpass.yaml ASoC: dt-bindings: samsung-i2s: add specific compatibles for existing SoC 2023-11-15 12:50:20 +01:00
samsung,s2dos05.yaml dt-bindings: mfd: Add support for the samsung,s2dos05 2024-10-16 09:04:10 +01:00
samsung,s2mpa01.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
samsung,s2mpg10-pmic.yaml dt-bindings: mfd: samsung,s2mpg10-pmic: Link to its regulators 2026-02-04 10:35:55 +00:00
samsung,s2mpg11-pmic.yaml dt-bindings: mfd: Add samsung,s2mpg11-pmic 2026-02-04 10:36:10 +00:00
samsung,s2mps11.yaml dt-bindings: mfd: samsung,s2mps11: Split s2mpg10-pmic into separate file 2026-02-04 10:35:41 +00:00
samsung,s2mu005-pmic.yaml dt-bindings: mfd: Add documentation for S2MU005 PMIC 2026-06-17 11:26:08 +01:00
samsung,s5m8767.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
silergy,sy7636a.yaml dt-bindings: mfd: sy7636a: Add missing GPIO pins and supply 2025-11-06 14:03:24 +00:00
sky81452.txt
spacemit,p1.yaml dt-bindings: mfd: spacemit,p1: Add individual regulator supply properties 2026-03-25 12:45:05 +00:00
sprd,sc2731.yaml dt-bindings: mfd: sprd,sc2731: Include SC2730 regulator bindings 2026-06-17 11:32:53 +01:00
sprd,ums512-glbreg.yaml dt-bindings: mfd: sprd: Add support for UMS9620 2024-01-10 11:26:05 +00:00
st,stm32-lptimer.yaml dt-bindings: mfd: stm32-lptimer: Add support for stm32mp25 2025-05-13 11:12:38 +01:00
st,stm32-timers.yaml dt-bindings: mfd: stm32-timers: Add support for stm32mp25 2025-03-14 08:59:05 +00:00
st,stmfx.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
st,stmpe.yaml dt-bindings: mfd: st,stmpe: Fix typo st,stmpe601 (should be st,stmpe610) 2026-07-30 14:33:01 +01:00
st,stpmic1.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
stericsson,ab8500.yaml dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
stericsson,db8500-prcmu.yaml dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
syscon-common.yaml dt-bindings: mfd: syscon: Disallow simple-bus with syscon 2026-07-30 14:32:31 +01:00
syscon.yaml dt-bindings: mfd: syscon: Allow syscon compatible for Loongson-2K0300 chip id 2026-08-12 12:22:24 +01:00
tc3589x.txt
ti-keystone-devctrl.txt
ti-lmu.txt
ti,am3359-tscadc.yaml dt-bindings: mfd: ti,am3359-tscadc: Allow dmas property to be optional 2023-12-07 13:50:29 +00:00
ti,bq25703a.yaml dt-bindings: mfd: ti,bq25703a: Expand to include BQ25792 2026-06-17 11:30:31 +01:00
ti,lp8732.yaml dt-bindings: mfd: Convert lp873x.txt to json-schema 2024-05-10 15:39:18 +01:00
ti,lp87524-q1.yaml dt-bindings: fix spelling, typos, grammar, duplicated words 2025-09-26 15:53:29 -05:00
ti,lp87561-q1.yaml dt-bindings: fix spelling, typos, grammar, duplicated words 2025-09-26 15:53:29 -05:00
ti,lp87565-q1.yaml dt-bindings: fix spelling, typos, grammar, duplicated words 2025-09-26 15:53:29 -05:00
ti,nspire-misc.yaml dt-bindings: mfd: Add TI-Nspire misc registers 2023-04-26 11:40:30 +01:00
ti,tps6594.yaml dt-bindings: mfd: tps6594: Allow gpio-line-names 2025-10-01 10:29:02 +01:00
ti,tps65086.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
ti,tps65910.yaml dt-bindings: mfd: tps65910: Make interrupt properties optional 2025-11-06 14:03:59 +00:00
ti,twl.yaml Devicetree updates for v6.19: 2025-12-04 15:50:37 -08:00
ti,usbhs-tll.yaml dt-bindings: mfd: Convert OMAP USB TLL to DT schema 2026-07-30 14:33:14 +01:00
tps6105x.txt
tps6507x.txt
tps65912.txt
twl6040.txt dt-bindings: Fix various typos 2024-09-13 14:01:34 -05:00
wlf,arizona.yaml dt-bindings: mfd: Drop unneeded quotes in 'ref', 'id' and 'schema' entries 2023-04-26 11:40:33 +01:00
wm831x.txt
x-powers,ac100.yaml dt-bindings: mfd: Drop unneeded quotes in 'ref', 'id' and 'schema' entries 2023-04-26 11:40:33 +01:00
x-powers,axp152.yaml dt-bindings: mfd: Correct indentation and style in DTS example 2025-05-23 08:49:01 +01:00
xylon,logicvc.yaml dt-bindings: mfd: Drop unneeded quotes in 'ref', 'id' and 'schema' entries 2023-04-26 11:40:33 +01:00
zii,rave-sp.yaml dt-bindings: mfd: Convert zii,rave-sp.txt to yaml format 2024-10-16 09:04:11 +01:00