[GIT PULL] soc: fixes for 6.14

From: Arnd Bergmann
Date: Fri Feb 21 2025 - 16:06:33 EST


The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:

Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e31e3f6c0ce473f7ce1e70d54ac8e3ed190509f8:

soc: loongson: loongson2_guts: Add check for devm_kstrdup() (2025-02-20 22:29:05 +0100)

----------------------------------------------------------------
soc: fixes for 6.14

Two people stepped up as platform co-maintainers: Andrew Jeffery for
ASpeed and Janne Grunau for Apple.

The rockchip platform gets 9 small fixes for devicetree files, addressing
both compile-time warnings and board specific bugs.

One bugfix for the optee firmware driver addresses a reboot-time hang.

Two drivers need improved Kconfig dependencies to allow wider compile-
testing while hiding the drivers on platforms that can't use them.

ARM SCMI and loongson-guts drivers get minor bugfixes.

----------------------------------------------------------------
Alexander Shiyan (1):
arm64: dts: rockchip: Fix broken tsadc pinctrl names for rk3588

Andrew Jeffery (1):
MAINTAINERS: Mark Andrew as M: for ASPEED MACHINE SUPPORT

Andy Yan (1):
arm64: dts: rockchip: Fix lcdpwr_en pin for Cool Pi GenBook

Arnd Bergmann (3):
Merge tag 'v6.14-rockchip-dtsfixes1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into HEAD
Merge tag 'ti-k3-config-fixes-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into HEAD
Merge tag 'scmi-fix-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes

Geert Uytterhoeven (2):
firmware: imx: IMX_SCMI_MISC_DRV should depend on ARCH_MXC
platform: cznic: CZNIC_PLATFORMS should depend on ARCH_MVEBU

Haoxiang Li (1):
soc: loongson: loongson2_guts: Add check for devm_kstrdup()

Heiko Stuebner (1):
arm64: dts: rockchip: fix fixed-regulator renames on rk3399-gru devices

Janne Grunau (1):
MAINTAINERS: arm: apple: Add Janne as maintainer

Lukasz Czechowski (2):
arm64: dts: rockchip: Move uart5 pin configuration to px30 ringneck SoM
arm64: dts: rockchip: Disable DMA for uart5 on px30-ringneck

Niklas Cassel (1):
arm64: dts: rockchip: disable IOMMU when running rk3588 in PCIe endpoint mode

Patrick Wildt (1):
arm64: dts: rockchip: adjust SMMU interrupt type on rk3588

Peng Fan (1):
firmware: arm_scmi: imx: Correct tx size of scmi_imx_misc_ctrl_set

Rob Herring (Arm) (1):
dt-bindings: rockchip: pmu: Ensure all properties are defined

Sumit Garg (1):
tee: optee: Fix supplicant wait loop

Tianling Shen (1):
arm64: dts: rockchip: change eth phy mode to rgmii-id for orangepi r1 plus lts

Vaishnav Achath (1):
arm64: defconfig: Enable TISCI Interrupt Router and Aggregator

.../devicetree/bindings/arm/rockchip/pmu.yaml | 8 ++++-
MAINTAINERS | 3 +-
.../boot/dts/rockchip/px30-ringneck-haikou.dts | 1 -
arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi | 6 ++++
.../dts/rockchip/rk3328-orangepi-r1-plus-lts.dts | 3 +-
.../boot/dts/rockchip/rk3328-orangepi-r1-plus.dts | 1 +
.../boot/dts/rockchip/rk3328-orangepi-r1-plus.dtsi | 1 -
.../boot/dts/rockchip/rk3399-gru-chromebook.dtsi | 8 ++---
.../boot/dts/rockchip/rk3399-gru-scarlet.dtsi | 6 ++--
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 22 +++++++-------
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 22 +++++++-------
.../dts/rockchip/rk3588-coolpi-cm5-genbook.dts | 4 +--
arch/arm64/boot/dts/rockchip/rk3588-extra.dtsi | 1 -
.../boot/dts/rockchip/rk3588-rock-5b-pcie-ep.dtso | 4 +++
arch/arm64/configs/defconfig | 2 ++
.../firmware/arm_scmi/vendors/imx/imx-sm-misc.c | 4 +--
drivers/firmware/imx/Kconfig | 1 +
drivers/platform/cznic/Kconfig | 1 +
drivers/soc/loongson/loongson2_guts.c | 5 +++-
drivers/tee/optee/supp.c | 35 +++++-----------------
20 files changed, 70 insertions(+), 68 deletions(-)