[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <6565e739-19d5-465a-9fb5-d918bcb24b56@app.fastmail.com>
Date: Wed, 24 Sep 2025 23:08:56 +0200
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-riscv@...ts.infradead.org, soc@...ts.linux.dev
Subject: [GIT PULL] soc: fixes for 6.17, part 3
The following changes since commit 875691ceb8bd619de7791243b1cf6184ab534865:
Merge tag 'at91-fixes-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixes (2025-09-03 23:02:54 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.17-3
for you to fetch changes up to 13923775d5b0b47656e800bec7baf50a20474aaf:
Merge tag 'tegra-for-6.17-firmware-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes (2025-09-23 22:34:35 +0200)
----------------------------------------------------------------
soc: fixes for 6.17, part 3
There are a few minor code fixes for tegra firmware, i.MX firmware and the
eyeq reset controller, and a MAINTAINERS update as Alyssa Rosenzweig moves
on to non-kernel projects. The other changes are all for devicetree files:
- Multiple Marvell Armada SoCs need changes to fix PCIe, audio and SATA
- A socfpga board fails to probe the ethernet phy
- The two temperature sensors on i.MX8MP are swapped
- Allwinner devicetree files cause build-time warnings
- Two Rockchip based boards need corrections for headphone detection
and SPI flash
----------------------------------------------------------------
Alyssa Rosenzweig (1):
MAINTAINERS: remove Alyssa Rosenzweig
Arnd Bergmann (8):
Merge tag 'mvebu-fixes-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/fixes
Merge tag 'reset-fixes-for-v6.17' of https://git.pengutronix.de/git/pza/linux into arm/fixes
Merge tag 'socfpga_dts_fix_for_v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes
Merge tag 'imx-fixes-6.17-2' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
Merge tag 'sunxi-fixes-for-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
Merge tag 'apple-soc-fixes-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux into arm/fixes
Merge tag 'v6.17-rockchip-dtsfixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
Merge tag 'tegra-for-6.17-firmware-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes
Conor Dooley (1):
riscv: dts: allwinner: rename devterm i2c-gpio node to comply with binding
Jihed Chaibi (2):
ARM: dts: armada-370-db: Fix stereo audio input routing on Armada 370
ARM: dts: kirkwood: Fix sound DAI cells for OpenRD clients
Jimmy Hon (1):
arm64: dts: rockchip: Fix the headphone detection on the orangepi 5
Johan Hovold (1):
reset: eyeq: fix OF node leak
Josua Mayer (3):
arm64: dts: marvell: cn913x-solidrun: fix sata ports status
arm64: dts: marvell: cn9132-clearfog: disable eMMC high-speed modes
arm64: dts: marvell: cn9132-clearfog: fix multi-lane pci x2 and x4 ports
Krzysztof Kozlowski (1):
ARM: dts: allwinner: Minor whitespace cleanup
Lukas Bulwahn (1):
ARM: imx: Kconfig: Adjust select after renamed config option
Marcin Juszkiewicz (1):
arm64: dts: rockchip: Add vcc supply for SPI Flash on NanoPC-T6
Nobuhiro Iwamatsu (1):
ARM: dts: socfpga: sodia: Fix mdio bus probe and PHY address
Peng Fan (4):
firmware: imx: Add stub functions for SCMI MISC API
firmware: imx: Add stub functions for SCMI LMM API
firmware: imx: Add stub functions for SCMI CPU API
arm64: dts: imx8mp: Correct thermal sensor index
Russell King (Oracle) (1):
ARM64: dts: mcbin: fix SATA ports on Macchiatobin
Thierry Reding (1):
firmware: tegra: Do not warn on missing memory-region property
.get_maintainer.ignore | 1 +
MAINTAINERS | 2 -
.../dts/allwinner/sun4i-a10-olinuxino-lime.dts | 2 +-
arch/arm/boot/dts/allwinner/sun8i-q8-common.dtsi | 2 +-
arch/arm/boot/dts/allwinner/sun8i-r40.dtsi | 2 +-
.../dts/allwinner/sun8i-v3s-netcube-kumquat.dts | 2 +-
.../dts/intel/socfpga/socfpga_cyclone5_sodia.dts | 6 ++-
arch/arm/boot/dts/marvell/armada-370-db.dts | 2 +-
.../boot/dts/marvell/kirkwood-openrd-client.dts | 2 +-
arch/arm/mach-imx/Kconfig | 2 +-
arch/arm64/boot/dts/freescale/imx8mp.dtsi | 4 +-
arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi | 2 +
arch/arm64/boot/dts/marvell/cn9130-cf.dtsi | 7 ++--
arch/arm64/boot/dts/marvell/cn9131-cf-solidwan.dts | 6 ++-
arch/arm64/boot/dts/marvell/cn9132-clearfog.dts | 22 +++++++---
arch/arm64/boot/dts/marvell/cn9132-sr-cex7.dtsi | 8 ++++
arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi | 1 +
.../boot/dts/rockchip/rk3588s-orangepi-5.dtsi | 3 +-
.../boot/dts/allwinner/sun20i-d1-devterm-v3.14.dts | 2 +-
drivers/firmware/tegra/bpmp-tegra186.c | 5 ++-
drivers/reset/reset-eyeq.c | 11 +++++
include/linux/firmware/imx/sm.h | 47 ++++++++++++++++++++++
22 files changed, 113 insertions(+), 28 deletions(-)
Powered by blists - more mailing lists