mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
* Core:
* Add a resource-managed version of alloc_workqueue() (`devm_alloc_workqueue()`)
* Apple SMC:
* Wire up the Apple SMC power driver by adding a new MFD cell
* Broadcom BCM2835 PM:
* Add support for the BCM2712 power management device
* Introduce a hardware type identifier to distinguish SoC variants
* Intel LPSS:
* Add PCI IDs for the Intel Nova Lake-H platform
* Core:
* Preserve the Open Firmware (OF) node when an ACPI handle is present
* Atmel HLCDC:
* Fetch the LVDS PLL clock as a fallback if the generic sys_clk is unavailable
* EZX PCAP:
* Avoid rescheduling after destroying the workqueue by switching to a device-managed workqueue
* Freescale MC13xxx:
* Fix a memory leak in subdevice platform data allocation by using devm_kmemdup()
* Intel LPC ICH:
* Expose a software node for the GPIO controller cell to fix GPIO lookups
* MediaTek MT6397:
* Correct the hardware CIDs for the MT6328, MT6331, and MT6332 PMICs to allow proper driver
binding
* ROHM BD71828:
* Enable system wakeup via the power button
* STMicroelectronics STPMIC1:
* Attempt system shutdown a second time to handle transient I2C communication failures
* Congatec CGBC, KEMPLD, RSMU, Si476x:
* Fix various kernel-doc warnings and correct struct member names
* DLN2:
* Drop redundant USB device references and switch to managed resource allocations
* Update bare 'unsigned' types to 'unsigned int'
* ENE KB3930:
* Use the of_device_is_system_power_controller() wrapper
* EZX PCAP:
* Drop redundant memory allocation error messages
* Return directly instead of using empty goto statements
* Maxim MAX77705:
* Make the max77705_pm_ops variable static to resolve a sparse warning
* Viperboard:
* Drop redundant USB device references
* SpacemiT P1:
* Drop the deprecated "vin-supply" property from the devicetree bindings
* SpacemiT P1:
* Add individual regulator supply properties to match actual hardware topology
* Maxim MAX77620:
* Convert devicetree bindings from TXT to YAML format
* Document an optional I2C address for the MAX77663 RTC device
* ROHM BD72720:
* Add a new compatible string for the ROHM BD73900 PMIC
* Freescale i.MX25 TSADC:
* Convert devicetree bindings from TXT to YAML format
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmnl4F8ACgkQUa+KL4f8
d2HwnRAAjLNnENBowYZeXNsi7QXTyoZPUtJmVEqALKgHZ1SGtUtitw4eaKLn+KC/
qWUBuglp4YOmue0xf+HmJhEL+hnixzGH0XxbYDdlKPXyk9xxf2UEXushq3+DlwX8
QA4tznLqxjrHZNvMZoNODRZXkec6PHluYJdUuXZsfXFltR8nfsEmRcrtCgM07TGj
dBWfbuAIyUnWZss0IaZdWOjxE1LHCT+hBVY7eUkj3DhNKxLgonmCCMysAnlTQV/G
g9qQbAZtJXL5Km/DJTpRaPj0G0RMjnpi8KJEI7RVCLWT0mDpoSvvoF2xjEUDDVc5
4M3TI9SFgfNYNZ8IcAAZROVXTjNVEdW4OgbCc7T/GCuxnycGxZJelPJPwNCZQ5LN
xyKmj9zT6GdTc33l0fxURaFj3gq2NC1WZ018updjmSa7iOAU3zeEKMM3FA0TieMP
SbOzx661CjaH+6ZIDZ8aQzcGd5OAEy19jzOH7fT9lfkpRU95tU/VWud50PPe0jj0
1wXTXHHXJ+/k837h4aK+3WDcb/+SwUuUyLY7kZnfW9G+3m9j8VJyu7TjiEfmqRNW
r7SXFn/y5DEDQIk8ktGa3aAtHQK5bImfodeyw4wHCOa8MHSSfQxbdT+FIKvPSgFv
30FtCh9azwOQjcdK8bNgE+e+JTgYoM4DUiJ67V8HWaS9sFXBYLc=
=S0In
-----END PGP SIGNATURE-----
Merge tag 'mfd-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD updates from Lee Jones:
"Core:
- Add a resource-managed version of alloc_workqueue()
(`devm_alloc_workqueue()`)
- Preserve the Open Firmware (OF) node when an ACPI handle
is present
Apple SMC:
- Wire up the Apple SMC power driver by adding a new MFD cell
Atmel HLCDC:
- Fetch the LVDS PLL clock as a fallback if the generic sys_clk
is unavailable
Broadcom BCM2835 PM:
- Add support for the BCM2712 power management device
- Introduce a hardware type identifier to distinguish SoC variants
Congatec CGBC, KEMPLD, RSMU, Si476x:
- Fix various kernel-doc warnings and correct struct member names
DLN2:
- Drop redundant USB device references and switch to managed
resource allocations
- Update bare 'unsigned' types to 'unsigned int'
ENE KB3930:
- Use the of_device_is_system_power_controller() wrapper
EZX PCAP:
- Avoid rescheduling after destroying the workqueue by switching
to a device-managed workqueue
- Drop redundant memory allocation error messages
- Return directly instead of using empty goto statements
Freescale i.MX25 TSADC:
- Convert devicetree bindings from TXT to YAML format
Freescale MC13xxx:
- Fix a memory leak in subdevice platform data allocation by
using devm_kmemdup()
Intel LPC ICH:
- Expose a software node for the GPIO controller cell to fix
GPIO lookups
Intel LPSS:
- Add PCI IDs for the Intel Nova Lake-H platform
Maxim MAX77620:
- Convert devicetree bindings from TXT to YAML format
- Document an optional I2C address for the MAX77663 RTC device
Maxim MAX77705:
- Make the max77705_pm_ops variable static to resolve a
sparse warning
MediaTek MT6397:
- Correct the hardware CIDs for the MT6328, MT6331, and MT6332
PMICs to allow proper driver binding
ROHM BD71828:
- Enable system wakeup via the power button
ROHM BD72720:
- Add a new compatible string for the ROHM BD73900 PMIC
SpacemiT P1:
- Drop the deprecated "vin-supply" property from the devicetree
bindings
- Add individual regulator supply properties to match actual
hardware topology
STMicroelectronics STPMIC1:
- Attempt system shutdown a second time to handle transient I2C
communication failures
Viperboard:
- Drop redundant USB device references"
* tag 'mfd-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (28 commits)
mfd: core: Preserve OF node when ACPI handle is present
mfd: ene-kb3930: Use of_device_is_system_power_controller() wrapper
mfd: intel-lpss: Add Intel Nova Lake-H PCI IDs
dt-bindings: mfd: max77620: Document optional RTC address for MAX77663
dt-bindings: mfd: max77620: Convert to DT schema
mfd: ezx-pcap: Avoid rescheduling after destroying workqueue
mfd: ezx-pcap: Return directly instead of empty gotos
mfd: ezx-pcap: Drop memory allocation error message
mfd: bcm2835-pm: Add BCM2712 PM device support
mfd: bcm2835-pm: Introduce SoC-specific type identifier
dt-bindings: mfd: bd72720: Add ROHM BD73900
mfd: si476x: Fix kernel-doc warnings
mfd: rsmu: Remove a empty kernel-doc line
mfd: kempld: Fix kernel-doc struct member names
mfd: congatec: Fix kernel-doc struct member names
dt-bindings: mfd: Convert fsl-imx25-tsadc.txt to yaml format
mfd: viperboard: Drop redundant device reference
mfd: dln2: Switch to managed resources and fix bare unsigned types
mfd: macsmc: Wire up Apple SMC power driver
mfd: mt6397: Properly fix CID of MT6328, MT6331 and MT6332
...
|
||
|---|---|---|
| .. | ||
| 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.txt | ||
| 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 | ||
| omap-usb-tll.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,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 | ||
| 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 | ||