mbox series

[GIT PULL ARM: SoC fixes for 6.10

Message ID 6f44ef12-ccc0-4a55-bca1-1e8e89b17ac7@app.fastmail.com (mailing list archive)
State New
Headers show
Series [GIT PULL ARM: SoC fixes for 6.10 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.10

Message

Arnd Bergmann June 22, 2024, 8:03 a.m. UTC
The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:

  Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.10

for you to fetch changes up to e7c3696d4692e8046d25f6e63f983e934e12f2c5:

  firmware: psci: Fix return value from psci_system_suspend() (2024-06-20 22:58:40 +0200)

----------------------------------------------------------------
SoC fixes for 6.10

There are seven oneline patches that each address a distinct problem
on the NXP i.MX platform, mostly the popular i.MX8M variant.

The only other two fixes are for error handling on the psci
firmware driver and SD card support on the milkv duo riscv
board.

----------------------------------------------------------------
Arnd Bergmann (2):
      Merge tag 'imx-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
      Merge tag 'riscv-sophgo-dt-fixes-for-v6.10-rc4' of https://github.com/sophgo/linux into arm/fixes

Fabio Estevam (1):
      arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property

Frank Li (1):
      arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc

Haylen Chu (1):
      riscv: dts: sophgo: disable write-protection for milkv duo

Joao Paulo Goncalves (1):
      arm64: dts: freescale: imx8mm-verdin: Fix GPU speed

Liu Ying (1):
      arm: dts: imx53-qsb-hdmi: Disable panel instead of deleting node

Marek Vasut (1):
      arm64: dts: imx8mp: Fix TC9595 input clock on DH i.MX8M Plus DHCOM SoM

Max Krummenacher (1):
      arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input pin

Sudeep Holla (1):
      firmware: psci: Fix return value from psci_system_suspend()

Tim Harvey (1):
      arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix BT shutdown GPIO

 arch/arm/boot/dts/nxp/imx/imx53-qsb-common.dtsi         | 2 +-
 arch/arm/boot/dts/nxp/imx/imx53-qsb-hdmi.dtso           | 6 ++++--
 arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi        | 3 ++-
 arch/arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi     | 2 +-
 arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi | 2 +-
 arch/arm64/boot/dts/freescale/imx8qm-mek.dts            | 2 +-
 arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts       | 1 -
 arch/riscv/boot/dts/sophgo/cv1800b-milkv-duo.dts        | 1 +
 drivers/firmware/psci/psci.c                            | 4 +++-
 9 files changed, 14 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org June 22, 2024, 3:21 p.m. UTC | #1
The pull request you sent on Sat, 22 Jun 2024 10:03:59 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/56bf733415b1660afb11e5aaf4a9ba353e45998e

Thank you!