linux/Documentation/devicetree/bindings/mfd
Linus Torvalds 6093a688a0 Char/Misc/IIO/Binder changes for 6.18-rc1
Here is the big set of char/misc/iio and other driver subsystem changes
 for 6.18-rc1.  Loads of different stuff in here, it was a busy
 development cycle in lots of different subsystems, with over 27k new
 lines added to the tree.  Included in here are:
   - IIO updates including new drivers, reworking of existing apis, and
     other goodness in the sensor subsystems
   - MEI driver updates and additions
   - NVMEM driver updates
   - slimbus removal for an unused driver and some other minor
     updates
   - coresight driver updates and additions
   - MHI driver updates
   - comedi driver updates and fixes
   - extcon driver updates
   - interconnect driver additions
   - eeprom driver updates and fixes
   - minor UIO driver updates
   - tiny W1 driver updates
 
 But the majority of new code is in the rust bindings and additions,
 which includes:
   - misc driver rust binding updates for read/write support, we can now
     write "normal" misc drivers in rust fully, and the sample driver
     shows how this can be done.
   - Initial framework for USB driver rust bindings, which are disabled
     for now in the build, due to limited support, but coming in through
     this tree due to dependencies on other rust binding changes that
     were in here.  I'll be enabling these back on in the build in the
     usb.git tree after -rc1 is out so that developers can continue to
     work on these in linux-next over the next development cycle.
   - Android Binder driver implemented in Rust.  This is the big one, and
     was driving a huge majority of the rust binding work over the past
     years.  Right now there are 2 binder drivers in the kernel, selected
     only at build time as to which one to use as binder wants to be
     included in the system at boot time.  The binder C maintainers all
     agreed on this, as eventually, they want the C code to be removed from
     the tree, but it will take a few releases to get there while both
     are maintained to ensure that the rust implementation is fully
     stable and compliant with the existing userspace apis.
 
 All of these have been in linux-next for a while, with only minor merge
 issues showing up (you will hit them as well.)  Just accept both sides
 of the merge, it's just some header and include file lines, nothing
 major.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCaOEffA8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+ynI/wCgjLFWH9B+huZI5JQb06NShggZod4AnjFFJ4ID
 macHNv5/SjpAh7H5ssBU
 =cjWS
 -----END PGP SIGNATURE-----

Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull Char/Misc/IIO/Binder updates from Greg KH:
 "Here is the big set of char/misc/iio and other driver subsystem
  changes for 6.18-rc1.

  Loads of different stuff in here, it was a busy development cycle in
  lots of different subsystems, with over 27k new lines added to the
  tree.

  Included in here are:

   - IIO updates including new drivers, reworking of existing apis, and
     other goodness in the sensor subsystems

   - MEI driver updates and additions

   - NVMEM driver updates

   - slimbus removal for an unused driver and some other minor updates

   - coresight driver updates and additions

   - MHI driver updates

   - comedi driver updates and fixes

   - extcon driver updates

   - interconnect driver additions

   - eeprom driver updates and fixes

   - minor UIO driver updates

   - tiny W1 driver updates

  But the majority of new code is in the rust bindings and additions,
  which includes:

   - misc driver rust binding updates for read/write support, we can now
     write "normal" misc drivers in rust fully, and the sample driver
     shows how this can be done.

   - Initial framework for USB driver rust bindings, which are disabled
     for now in the build, due to limited support, but coming in through
     this tree due to dependencies on other rust binding changes that
     were in here. I'll be enabling these back on in the build in the
     usb.git tree after -rc1 is out so that developers can continue to
     work on these in linux-next over the next development cycle.

   - Android Binder driver implemented in Rust.

     This is the big one, and was driving a huge majority of the rust
     binding work over the past years. Right now there are two binder
     drivers in the kernel, selected only at build time as to which one
     to use as binder wants to be included in the system at boot time.

     The binder C maintainers all agreed on this, as eventually, they
     want the C code to be removed from the tree, but it will take a few
     releases to get there while both are maintained to ensure that the
     rust implementation is fully stable and compliant with the existing
     userspace apis.

  All of these have been in linux-next for a while"

* tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (320 commits)
  rust: usb: keep usb::Device private for now
  rust: usb: don't retain device context for the interface parent
  USB: disable rust bindings from the build for now
  samples: rust: add a USB driver sample
  rust: usb: add basic USB abstractions
  coresight: Add label sysfs node support
  dt-bindings: arm: Add label in the coresight components
  coresight: tnoc: add new AMBA ID to support Trace Noc V2
  coresight: Fix incorrect handling for return value of devm_kzalloc
  coresight: tpda: fix the logic to setup the element size
  coresight: trbe: Return NULL pointer for allocation failures
  coresight: Refactor runtime PM
  coresight: Make clock sequence consistent
  coresight: Refactor driver data allocation
  coresight: Consolidate clock enabling
  coresight: Avoid enable programming clock duplicately
  coresight: Appropriately disable trace bus clocks
  coresight: Appropriately disable programming clocks
  coresight: etm4x: Support atclk
  coresight: catu: Support atclk
  ...
2025-10-04 16:26:32 -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: mfd: apple,smc: Add t6020-smc compatible 2025-09-14 21:50:35 +02:00
arm,dev-platforms-syscon.yaml dt-bindings: mfd: armltd: Move Arm board syscon's to separate schema 2023-11-01 10:02:18 +00:00
as3722.txt
aspeed,ast2x00-scu.yaml dt-bindings: mfd: aspeed: Add AST2700 SCU compatibles 2025-10-01 10:28:46 +01:00
aspeed-lpc.yaml dt-bindings: mfd: aspeed-lpc: Add missing "clocks" property on lpc-snoop node 2025-10-01 10:28:21 +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: Convert to DT schema format 2024-02-23 14:58:02 +00:00
atmel,sama5d2-flexcom.yaml dt-bindings: mfd: atmel,sama5d2-flexcom: Add microchip,sama7d65-flexcom 2025-03-14 08:59:07 +00:00
atmel-smc.txt dt-bindings: mfd: atmel-smc: Add microchip,sam9x7-smc 2023-08-18 21:48:05 +01:00
bfticu.txt
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 dt-bindings: mfd: cirrus,madera: Fix 'interrupts' in example 2022-01-20 12:55:26 -06:00
da9052-i2c.txt
da9055.txt
da9150.txt
delta,tn48m-cpld.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
dlg,da9063.yaml dt-bindings: mfd: dlg,da9063: Make #interrupt-cells required 2024-02-29 17:15:26 +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,mc13xxx.yaml dt-bindings: mfd: fsl,mc13xxx: Add buttons node 2025-10-01 10:28:43 +01:00
fsl,mcu-mpc8349emitx.yaml dt-bindings: mfd: Convert fsl,mcu-mpc8349emitx binding to YAML 2025-03-14 08:59:06 +00:00
fsl-imx25-tsadc.txt
hi6421.txt
hisilicon,hi655x.txt
hisilicon,hi6421-spmi-pmic.yaml dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: Clean up example 2023-12-07 17:01:49 +00:00
iqs62x.yaml dt-bindings: mfd: Correct indentation and style in DTS example 2025-05-23 08:49:01 +01:00
khadas,mcu.yaml Devicetree updates for v6.1: 2022-10-10 13:13:51 -07: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: Add #io-channel-cells 2025-09-13 14:47:14 +01:00
max77620.txt
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,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: mfd: Add maxim,max77705 2025-02-20 16:37:02 +00:00
maxim,max77714.yaml dt-bindings: update Luca Ceresoli's e-mail address 2022-06-06 08:30:52 -05:00
maxim,max77759.yaml dt-bindings: mfd: Add max77759 binding 2025-05-09 15:22:13 +01:00
maxim,max77802.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
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 dt-bindings: mfd: mediatek: mt6397: Add bindings for MT6328 2025-01-03 15:33:21 -06:00
mediatek,mt8195-scpsys.yaml dt-bindings: mfd: mediatek,mt8195-scpsys: Add support for MT6893 2025-05-23 08:48:52 +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 dt-bindings: mfd: Add mp2733 compatible 2022-07-19 10:54:40 +01:00
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
omap-usb-host.txt dt-bindings: usb: Convert OMAP OHCI/EHCI bindings to schema 2023-01-25 15:45:06 +01:00
omap-usb-tll.txt
palmas.txt
qcom,pm8008.yaml dt-bindings: mfd: pm8008: Rework binding 2024-06-13 18:42:21 +01:00
qcom,spmi-pmic.yaml dt-bindings: mfd: qcom,spmi-pmic: Document PMICs added in SM8750 2024-11-01 15:55:54 +00:00
qcom,tcsr.yaml dt-bindings: mfd: qcom,tcsr: Add compatible for ipq5018 2025-05-14 21:12:21 +01:00
qcom-pm8xxx.yaml dt-bindings: mfd: qcom: pm8xxx: Add pm8901 compatible 2024-05-10 15:39:17 +01:00
qnap,ts433-mcu.yaml dt-bindings: mfd: qnap,ts433-mcu: Allow nvmem-layout child node 2025-10-01 10:28:11 +01:00
qriox.txt
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,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: mfd: Add rk816 binding 2024-05-03 09:15:27 +01: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,bd96801-pmic.yaml dt-bindings: mfd: bd96801: Add ROHM BD96805 2025-04-24 14:52:09 +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,s2mps11.yaml dt-bindings: mfd: samsung,s2mps11: Add comment about interrupts properties 2025-07-24 11:27:12 +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: Add missing (unevaluated|additional)Properties on child nodes 2022-09-28 16:17:40 +01:00
sky81452.txt
spacemit,p1.yaml dt-bindings: mfd: Add support the SpacemiT P1 PMIC 2025-10-01 10:28:33 +01:00
sprd,sc2731.yaml dt-bindings: mfd: sprd,sc2731: Reference sprd,sc2731-efuse bindings 2025-01-09 09:56:30 +00: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: Convert STMPE to YAML schema 2023-08-18 21:48: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: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
stericsson,db8500-prcmu.yaml dt-bindings: mfd: Use full path to other schemas 2024-05-10 15:39:18 +01:00
syscon-common.yaml dt-bindings: mfd: syscon: Split and enforce documenting MFD children 2024-07-04 17:38:41 +01:00
syscon.yaml dt-bindings: mfd: syscon: Document the control-scb syscon on PolarFire SoC 2025-10-01 10:28:36 +01:00
tc3589x.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: Add TI BQ25703A Charger 2025-09-11 15:54:23 +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 mfd: dt-bindings: Convert TPS65910 to DT schema 2025-07-30 08:16:45 +01:00
ti,twl.yaml dt-bindings: mfd: twl: Add missing sub-nodes for TWL4030 & TWL603x 2025-10-01 10:45:55 +01:00
ti-keystone-devctrl.txt
ti-lmu.txt
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