mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-25 20:15:01 +00:00
- Add support for Renesas RZ/G2L MTU3
- New Device Support
- Add support for Lenovo Yoga Book X90F to Intel CHT WC
- Add support for MAX5970 and MAX5978 to Simple MFD (I2C)
- Add support for Meteor Lake PCH-S LPSS PCI to Intel LPSS PCI
- Add support for AXP15060 PMIC to X-Powers PMIC collection
- Remove Device Support
- Remove support for Samsung 5M8751 and S5M8763 PMIC devices
- New Functionality
- Convert deprecated QCOM IRQ Chip to config registers
- Add support for 32-bit address spaces to Renesas SMUs
- Fix-ups
- Make use of APIs / MACROs designed to simplify and demystify
- Add / improve Device Tree bindings
- Memory saving struct layout optimisations
- Remove old / deprecated functionality
- Factor out unassigned register addresses from ranges
- Trivial: Spelling fixes, renames and coding style fixes
- Rid 'defined but not used' warnings
- Remove ineffective casts and pointer stubs
- Bug Fixes
- Fix incorrectly non-inverted mask/unmask IRQs on QCOM platforms
- Remove MODULE_*() helpers from non-tristate drivers
- Do not attempt to use out-of-range memory addresses associated with io_base
- Provide missing export helpers
- Fix remap bulk read optimisation fallout
- Fix memory leak issues in error paths
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmRROFAACgkQUa+KL4f8
d2E9OxAAtG4Ac/I8Cp/VsTGGn5/pxxMnY/AWmdfkexp8bDQSvavKKQZ2wEwgFaTW
GVaOIuWpG82fdoIAm1SkLs/gjPbXLnDJlxv8UcYa3kMQik/iiwrWl4zN2KBZqIIX
qdg7fZNVAhi/qjue1YCHxKjMB80kK2LBTfwly+mbOXWMOBmoDh957oFuNBAa9W/A
QxN9ckU/yVMjpeZQ1M97g/nUu+lKMypcCNHm1hklzqbchqgUiefdYS6t+g7zBgff
zvwrlo+Tt0oIef95+TVmiVQBWJ+Cf8ssZphyL9I5dUH1Ft16BsNZYVvD1Eur1WGf
N7szGDBZoqK5I6uUJ2t4+xiE4Mh1r+TIoCZuSwpDWS5IRKiWxTTZ9aDTXTKbnVKK
Ov5SA3cdC2McXa0NCXB/47HzDTXhffH0SQ9x3JKlba2crSKt7LicVhjeflMOcHw+
HuTzg3imeMQriLVrVcvgce+YOcF3G/bFX9jvxnp8WFY+MLKuTYCGqoUfY6EF6r4i
F0Y6DmYDBGX3rND+zvXDVMjS+RymYTSMtY9PKOXEdY1WU9E8GAHSKhrOCyCO3aIm
PZRC2GAzGQ5fRCkyXusk0kxJqBBxu1My/wUQ9xRjdMKszFxEgVVFIY7KLwanY5vW
2akDnwOtu+37G9Qm4h2TpQdNLGTldZbbFcWrYGKzbNrVOjYw824=
=EBtX
-----END PGP SIGNATURE-----
Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD updates from Lee Jones:
"New Drivers:
- Add support for Renesas RZ/G2L MTU3
New Device Support:
- Add support for Lenovo Yoga Book X90F to Intel CHT WC
- Add support for MAX5970 and MAX5978 to Simple MFD (I2C)
- Add support for Meteor Lake PCH-S LPSS PCI to Intel LPSS PCI
- Add support for AXP15060 PMIC to X-Powers PMIC collection
Remove Device Support:
- Remove support for Samsung 5M8751 and S5M8763 PMIC devices
New Functionality:
- Convert deprecated QCOM IRQ Chip to config registers
- Add support for 32-bit address spaces to Renesas SMUs
Fix-ups:
- Make use of APIs / MACROs designed to simplify and demystify
- Add / improve Device Tree bindings
- Memory saving struct layout optimisations
- Remove old / deprecated functionality
- Factor out unassigned register addresses from ranges
- Trivial: Spelling fixes, renames and coding style fixes
- Rid 'defined but not used' warnings
- Remove ineffective casts and pointer stubs
Bug Fixes:
- Fix incorrectly non-inverted mask/unmask IRQs on QCOM platforms
- Remove MODULE_*() helpers from non-tristate drivers
- Do not attempt to use out-of-range memory addresses associated with io_base
- Provide missing export helpers
- Fix remap bulk read optimisation fallout
- Fix memory leak issues in error paths"
* tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (88 commits)
dt-bindings: mfd: ti,j721e-system-controller: Add SoC chip ID
leds: bd2606mvv: Driver for the Rohm 6 Channel i2c LED driver
dt-bindings: mfd: qcom,spmi-pmic: Document flash LED controller
dt-bindings: mfd: x-powers,axp152: Document the AXP15060 variant
mfd: axp20x: Add support for AXP15060 PMIC
dt-bindings: mfd: x-powers,axp152: Document the AXP313a variant
counter: rz-mtu3-cnt: Unlock on error in rz_mtu3_count_ceiling_write()
dt-bindings: mfd: dlg,da9063: Document voltage monitoring
dt-bindings: mfd: stm32: Remove unnecessary blank lines
dt-bindings: mfd: qcom,spmi-pmic: Use generic ADC node name in examples
dt-bindings: mfd: syscon: Add nuvoton,ma35d1-sys compatible
MAINTAINERS: Add entries for Renesas RZ/G2L MTU3a counter driver
counter: Add Renesas RZ/G2L MTU3a counter driver
Documentation: ABI: sysfs-bus-counter: add cascade_counts_enable and external_input_phase_clock_select
mfd: Add Renesas RZ/G2L MTU3a core driver
dt-bindings: timer: Document RZ/G2L MTU3a bindings
mfd: rsmu_i2c: Convert to i2c's .probe_new() again
mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDs
mfd: dln2: Fix memory leak in dln2_probe()
mfd: axp20x: Fix axp288 writable-ranges
...
|
||
|---|---|---|
| .. | ||
| 88pm860x.txt | ||
| act8945a.txt | ||
| actions,atc260x.yaml | ||
| allwinner,sun4i-a10-ts.yaml | ||
| allwinner,sun6i-a31-prcm.yaml | ||
| allwinner,sun8i-a23-prcm.yaml | ||
| altera-a10sr.txt | ||
| ampere,smpro.yaml | ||
| as3711.txt | ||
| as3722.txt | ||
| aspeed-gfx.txt | ||
| aspeed-lpc.yaml | ||
| aspeed,ast2x00-scu.yaml | ||
| atmel-flexcom.txt | ||
| atmel-gpbr.txt | ||
| atmel-hlcdc.txt | ||
| atmel-matrix.txt | ||
| atmel-smc.txt | ||
| bfticu.txt | ||
| 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.txt | ||
| brcm,bcm63268-gpio-sysctl.yaml | ||
| brcm,cru.yaml | ||
| brcm,iproc-cdru.txt | ||
| brcm,iproc-mhb.txt | ||
| brcm,misc.yaml | ||
| brcm,twd.yaml | ||
| canaan,k210-sysctl.yaml | ||
| cirrus,lochnagar.yaml | ||
| cirrus,madera.yaml | ||
| da9052-i2c.txt | ||
| da9055.txt | ||
| da9062.txt | ||
| da9150.txt | ||
| delta,tn48m-cpld.yaml | ||
| dlg,da9063.yaml | ||
| ene-kb930.yaml | ||
| ene-kb3930.yaml | ||
| fsl-imx25-tsadc.txt | ||
| fsl,imx8qxp-csr.yaml | ||
| gateworks-gsc.yaml | ||
| google,cros-ec.yaml | ||
| hi6421.txt | ||
| hisilicon,hi655x.txt | ||
| hisilicon,hi6421-spmi-pmic.yaml | ||
| iqs62x.yaml | ||
| khadas,mcu.yaml | ||
| kontron,sl28cpld.yaml | ||
| lp873x.txt | ||
| lp3943.txt | ||
| max8925.txt | ||
| max8998.txt | ||
| max77620.txt | ||
| max77650.yaml | ||
| maxim,max5970.yaml | ||
| maxim,max14577.yaml | ||
| maxim,max77686.yaml | ||
| maxim,max77693.yaml | ||
| maxim,max77714.yaml | ||
| maxim,max77802.yaml | ||
| maxim,max77843.yaml | ||
| mc13xxx.txt | ||
| mediatek,mt6357.yaml | ||
| mediatek,mt6360.yaml | ||
| mediatek,mt6370.yaml | ||
| mediatek,mt8195-scpsys.yaml | ||
| mfd.txt | ||
| motorola-cpcap.txt | ||
| mps,mp2629.yaml | ||
| mscc,ocelot.yaml | ||
| mt6397.txt | ||
| mxs-lradc.txt | ||
| netronix,ntxec.yaml | ||
| nxp,bbnsm.yaml | ||
| omap-usb-host.txt | ||
| omap-usb-tll.txt | ||
| palmas.txt | ||
| qcom-pm8xxx.yaml | ||
| qcom,pm8008.yaml | ||
| qcom,spmi-pmic.yaml | ||
| qcom,tcsr.yaml | ||
| qriox.txt | ||
| retu.txt | ||
| richtek,rt4831.yaml | ||
| richtek,rt5120.yaml | ||
| ricoh,rn5t618.yaml | ||
| rockchip,rk805.yaml | ||
| rockchip,rk808.yaml | ||
| rockchip,rk809.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 | ||
| samsung,exynos5433-lpass.yaml | ||
| samsung,s2mpa01.yaml | ||
| samsung,s2mps11.yaml | ||
| samsung,s5m8767.yaml | ||
| silergy,sy7636a.yaml | ||
| sky81452.txt | ||
| sprd,sc27xx-pmic.txt | ||
| sprd,ums512-glbreg.yaml | ||
| st,stm32-lptimer.yaml | ||
| st,stm32-timers.yaml | ||
| st,stmfx.yaml | ||
| st,stpmic1.yaml | ||
| stericsson,ab8500.yaml | ||
| stericsson,db8500-prcmu.yaml | ||
| stmpe.txt | ||
| syscon.yaml | ||
| tc3589x.txt | ||
| ti-keystone-devctrl.txt | ||
| ti-lmu.txt | ||
| ti,am3359-tscadc.yaml | ||
| ti,j721e-system-controller.yaml | ||
| ti,lp87524-q1.yaml | ||
| ti,lp87561-q1.yaml | ||
| ti,lp87565-q1.yaml | ||
| ti,nspire-misc.yaml | ||
| ti,tps65086.yaml | ||
| tps6105x.txt | ||
| tps6507x.txt | ||
| tps65910.txt | ||
| tps65912.txt | ||
| twl4030-audio.txt | ||
| twl4030-power.txt | ||
| twl6040.txt | ||
| twl-family.txt | ||
| wlf,arizona.yaml | ||
| wm831x.txt | ||
| x-powers,ac100.yaml | ||
| x-powers,axp152.yaml | ||
| xylon,logicvc.yaml | ||
| zii,rave-sp.txt | ||