[GIT PULL] soc: fixes for 6.14
Arnd Bergmann
arnd at arndb.de
Mon May 5 01:03:30 PDT 2025
The following changes since commit 9c32cda43eb78f78c73aee4aa344b777714e259b:
Linux 6.15-rc3 (2025-04-20 13:43:47 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.15
for you to fetch changes up to 2ef5c66cba6171feab05e62e1b22df970b238544:
arm64: dts: st: Use 128kB size for aliased GIC400 register access on stm32mp23 SoCs (2025-04-29 18:16:28 +0200)
----------------------------------------------------------------
soc: fixes for 6.14
The main changes are once more for the NXP i.MX platform, addressing
multiple regressions in recent devicetree updates for the i.MX8MM
and i.MX6ULL SoCs, a PCIe fix for i.MX9 and a MAINTAINERS file update
to disambiguate NXP i.MX SoCs from Sony IMX image sensors.
The stm32 platform devicetree files get some compatibility fixes
for the interrupt controller node.
Another compatibility fix is done for the Arm Morello platform's
cache controller node.
The code changes are all for firmware drivers, fixing kernel-side
bugs on the Arm FF-A and SCMI drivers.
----------------------------------------------------------------
Ahmad Fatoum (1):
arm64: dts: imx8mp: configure GPU and NPU clocks in nominal DTSI
Arnd Bergmann (4):
Merge tag 'scmi-fixes-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Merge tag 'ffa-fix-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Merge tag 'juno-fix-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Merge tag 'imx-fixes-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
Christian Bruel (6):
arm64: dts: st: Adjust interrupt-controller for stm32mp25 SoCs
arm64: dts: st: Use 128kB size for aliased GIC400 register access on stm32mp25 SoCs
arm64: dts: st: Adjust interrupt-controller for stm32mp21 SoCs
arm64: dts: st: Use 128kB size for aliased GIC400 register access on stm32mp21 SoCs
arm64: dts: st: Adjust interrupt-controller for stm32mp23 SoCs
arm64: dts: st: Use 128kB size for aliased GIC400 register access on stm32mp23 SoCs
Cristian Marussi (2):
firmware: arm_scmi: Balance device refcount when destroying devices
firmware: arm_scmi: Fix timeout checks on polling path
Michael Riesch (1):
MAINTAINERS: add exclude for dt-bindings to imx entry
Richard Zhu (1):
arm64: dts: imx95: Correct the range of PCIe app-reg region
Rob Herring (Arm) (1):
arm64: dts: morello: Fix-up cache nodes
Sudeep Holla (1):
firmware: arm_ffa: Skip Rx buffer ownership release if not acquired
Sébastien Szymanski (1):
ARM: dts: opos6ul: add ksz8081 phy properties
Wojciech Dubowik (1):
arm64: dts: imx8mm-verdin: Link reg_usdhc2_vqmmc to usdhc2
MAINTAINERS | 1 +
.../boot/dts/nxp/imx/imx6ul-imx6ull-opos6ul.dtsi | 3 +++
arch/arm64/boot/dts/arm/morello.dtsi | 22 +++++++++---------
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi | 25 ++++++++++++++++-----
arch/arm64/boot/dts/freescale/imx8mp-nominal.dtsi | 26 ++++++++++++++++++++++
arch/arm64/boot/dts/freescale/imx95.dtsi | 8 +++----
arch/arm64/boot/dts/st/stm32mp211.dtsi | 8 +++----
arch/arm64/boot/dts/st/stm32mp231.dtsi | 9 ++++----
arch/arm64/boot/dts/st/stm32mp251.dtsi | 9 ++++----
drivers/firmware/arm_ffa/driver.c | 3 ++-
drivers/firmware/arm_scmi/bus.c | 3 +++
drivers/firmware/arm_scmi/driver.c | 13 ++++++-----
12 files changed, 90 insertions(+), 40 deletions(-)
More information about the linux-arm-kernel
mailing list