[GIT PULL] soc: fixes for 6.18, part 4

Arnd Bergmann arnd at arndb.de
Fri Nov 28 08:45:17 PST 2025


The following changes since commit 2eba5e05d9bcf4cdea995ed51b0f07ba0275794a:

  Merge tag 'loongarch-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson (2025-11-21 11:16:14 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git soc-fixes-6.18-4

for you to fetch changes up to 3ecfcf34f0992d11e5eb2458a2108b3320c61ba4:

  Merge tag 'sunxi-fixes-for-6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes (2025-11-28 17:37:13 +0100)

----------------------------------------------------------------
soc: fixes for 6.18, part 4

A few last minute fixes came in this week:

 - interrupt and gpio numbers in foud separate i.MX8 specific
   devicetree files were wrong.

 - The vector length property in the C906 CPU description
   used the wrong unit.

 - Two bugs with uninitialized stack variables in the tee
   subsystem.

 - Alexander Stein now maintains additional devicetree files.

----------------------------------------------------------------
Alexander Stein (1):
      MAINTAINERS: Add entry for TQ-Systems AM335 device trees

Ally Heev (1):
      tee: qcomtee: fix uninitialized pointers with free attribute

Amirreza Zarrabi (1):
      tee: qcomtee: initialize result before use in release worker

Arnd Bergmann (4):
      Merge tag 'imx-fixes-6.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
      Merge tag 'qcomtee-fixes2-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into arm/fixes
      Merge tag 'omap-for-v6.19/maintainers-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into arm/fixes
      Merge tag 'sunxi-fixes-for-6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes

Frank Li (2):
      arm64: dts: imx8dxl: Correct pcie-ep interrupt number
      arm64: dts: imx8dxl-ss-conn: swap interrupts number of eqos

Maarten Zanders (1):
      ARM: dts: nxp: imx6ul: correct SAI3 interrupt line

Sergey Matyukevich (1):
      riscv: dts: allwinner: d1: fix vlenb property

Xu Yang (1):
      arm64: dts: imx8qm-mek: fix mux-controller select/enable-gpios polarity

 MAINTAINERS                                        | 2 ++
 arch/arm/boot/dts/nxp/imx/imx6ul.dtsi              | 2 +-
 arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi | 4 ++--
 arch/arm64/boot/dts/freescale/imx8dxl-ss-hsio.dtsi | 5 +++++
 arch/arm64/boot/dts/freescale/imx8qm-mek.dts       | 4 ++--
 arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi      | 2 +-
 drivers/tee/qcomtee/call.c                         | 2 +-
 drivers/tee/qcomtee/core.c                         | 2 +-
 8 files changed, 15 insertions(+), 8 deletions(-)



More information about the linux-arm-kernel mailing list