mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 18:12:03 +02:00
- 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
...
|
||
|---|---|---|
| .. | ||
| 88pm860x.txt | ||
| actions,atc260x.yaml | ||
| adi,adp5585.yaml | ||
| adi,max77541.yaml | ||
| airoha,en7581-gpio-sysctl.yaml | ||
| allwinner,sun4i-a10-ts.yaml | ||
| allwinner,sun6i-a31-prcm.yaml | ||
| allwinner,sun8i-a23-prcm.yaml | ||
| altera-a10sr.txt | ||
| ampere,smpro.yaml | ||
| ams,as3711.yaml | ||
| apple,smc.yaml | ||
| arm,dev-platforms-syscon.yaml | ||
| as3722.txt | ||
| aspeed-lpc.yaml | ||
| aspeed,ast2x00-scu.yaml | ||
| atmel-smc.txt | ||
| atmel,at91sam9260-gpbr.yaml | ||
| atmel,at91sam9260-matrix.yaml | ||
| atmel,hlcdc.yaml | ||
| atmel,sama5d2-flexcom.yaml | ||
| bfticu.txt | ||
| bitmain,bm1880-sctrl.yaml | ||
| brcm,bcm6318-gpio-sysctl.yaml | ||
| brcm,bcm6328-gpio-sysctl.yaml | ||
| brcm,bcm6358-gpio-sysctl.yaml | ||
| brcm,bcm6362-gpio-sysctl.yaml | ||
| brcm,bcm6368-gpio-sysctl.yaml | ||
| brcm,bcm59056.yaml | ||
| brcm,bcm63268-gpio-sysctl.yaml | ||
| brcm,cru.yaml | ||
| brcm,misc.yaml | ||
| brcm,twd.yaml | ||
| canaan,k210-sysctl.yaml | ||
| cirrus,lochnagar.yaml | ||
| cirrus,madera.yaml | ||
| da9055.txt | ||
| da9150.txt | ||
| delta,tn48m-cpld.yaml | ||
| dlg,da9052.yaml | ||
| dlg,da9063.yaml | ||
| ene-kb930.yaml | ||
| ene-kb3930.yaml | ||
| fsl,imx25-tsadc.yaml | ||
| fsl,mc13xxx.yaml | ||
| fsl,mcu-mpc8349emitx.yaml | ||
| hi6421.txt | ||
| hisilicon,hi655x-pmic.yaml | ||
| hisilicon,hi6421-spmi-pmic.yaml | ||
| iei,wt61p803-puzzle.yaml | ||
| iqs62x.yaml | ||
| khadas,mcu.yaml | ||
| lp3943.txt | ||
| marvell,88pm886-a1.yaml | ||
| max77650.yaml | ||
| maxim,max5970.yaml | ||
| maxim,max7360.yaml | ||
| maxim,max8925.yaml | ||
| maxim,max8998.yaml | ||
| maxim,max14577.yaml | ||
| maxim,max77620.yaml | ||
| maxim,max77686.yaml | ||
| maxim,max77693.yaml | ||
| maxim,max77705.yaml | ||
| maxim,max77714.yaml | ||
| maxim,max77759.yaml | ||
| maxim,max77802.yaml | ||
| maxim,max77843.yaml | ||
| mediatek,mt6357.yaml | ||
| mediatek,mt6360.yaml | ||
| mediatek,mt6370.yaml | ||
| mediatek,mt6397.yaml | ||
| mediatek,mt8195-scpsys.yaml | ||
| mfd.txt | ||
| motorola-cpcap.txt | ||
| mps,mp2629.yaml | ||
| mscc,ocelot.yaml | ||
| mxs-lradc.yaml | ||
| netronix,ntxec.yaml | ||
| nxp,bbnsm.yaml | ||
| nxp,lpc1850-creg.yaml | ||
| nxp,lpc3220-scb.yaml | ||
| nxp,pf1550.yaml | ||
| omap-usb-host.txt | ||
| palmas.txt | ||
| qcom-pm8xxx.yaml | ||
| qcom,pm8008.yaml | ||
| qcom,spmi-pmic.yaml | ||
| qcom,tcsr.yaml | ||
| qnap,ts433-mcu.yaml | ||
| qriox.txt | ||
| realtek,rtd1xxx.yaml | ||
| renesas,r2a11302ft.yaml | ||
| retu.txt | ||
| richtek,rt4831.yaml | ||
| richtek,rt5033.yaml | ||
| richtek,rt5120.yaml | ||
| ricoh,rn5t618.yaml | ||
| rockchip,rk801.yaml | ||
| rockchip,rk805.yaml | ||
| rockchip,rk806.yaml | ||
| rockchip,rk808.yaml | ||
| rockchip,rk816.yaml | ||
| rockchip,rk817.yaml | ||
| rockchip,rk818.yaml | ||
| rohm,bd9571mwv.yaml | ||
| rohm,bd9576-pmic.yaml | ||
| rohm,bd71815-pmic.yaml | ||
| rohm,bd71828-pmic.yaml | ||
| rohm,bd71837-pmic.yaml | ||
| rohm,bd71847-pmic.yaml | ||
| rohm,bd72720-pmic.yaml | ||
| rohm,bd96801-pmic.yaml | ||
| rohm,bd96802-pmic.yaml | ||
| samsung,exynos5433-lpass.yaml | ||
| samsung,s2dos05.yaml | ||
| samsung,s2mpa01.yaml | ||
| samsung,s2mpg10-pmic.yaml | ||
| samsung,s2mpg11-pmic.yaml | ||
| samsung,s2mps11.yaml | ||
| samsung,s2mu005-pmic.yaml | ||
| samsung,s5m8767.yaml | ||
| silergy,sy7636a.yaml | ||
| sky81452.txt | ||
| spacemit,p1.yaml | ||
| sprd,sc2731.yaml | ||
| sprd,ums512-glbreg.yaml | ||
| st,stm32-lptimer.yaml | ||
| st,stm32-timers.yaml | ||
| st,stmfx.yaml | ||
| st,stmpe.yaml | ||
| st,stpmic1.yaml | ||
| stericsson,ab8500.yaml | ||
| stericsson,db8500-prcmu.yaml | ||
| syscon-common.yaml | ||
| syscon.yaml | ||
| tc3589x.txt | ||
| ti-keystone-devctrl.txt | ||
| ti-lmu.txt | ||
| ti,am3359-tscadc.yaml | ||
| ti,bq25703a.yaml | ||
| ti,lp8732.yaml | ||
| ti,lp87524-q1.yaml | ||
| ti,lp87561-q1.yaml | ||
| ti,lp87565-q1.yaml | ||
| ti,nspire-misc.yaml | ||
| ti,tps6594.yaml | ||
| ti,tps65086.yaml | ||
| ti,tps65910.yaml | ||
| ti,twl.yaml | ||
| ti,usbhs-tll.yaml | ||
| tps6105x.txt | ||
| tps6507x.txt | ||
| tps65912.txt | ||
| twl6040.txt | ||
| wlf,arizona.yaml | ||
| wm831x.txt | ||
| x-powers,ac100.yaml | ||
| x-powers,axp152.yaml | ||
| xylon,logicvc.yaml | ||
| zii,rave-sp.yaml | ||