[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <77a55850-bd7c-4525-8ffe-46d9e17dc1e4@app.fastmail.com>
Date: Wed, 21 Jan 2026 15:55:32 +0100
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: soc@...ts.linux.dev, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] soc: fixes for 6.19, part 2
The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193:
Linux 6.19-rc5 (2026-01-11 17:03:14 -1000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.19-2
for you to fetch changes up to 0638dc292e54ba0cbcb1ff81af3ca52d3bbfaf54:
Merge tag 'qcom-arm64-fixes-for-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes (2026-01-21 09:52:19 +0100)
----------------------------------------------------------------
soc: fixes for 6.19, part 2
The main changes are devicetree updates for qualcomm and rockchips arm64
platforms, fixing minor mistakes in SoC and board specific settings:
- GPIO settings for Pinephone Pro buttons
- Register ranges for rk3576 GPU
- Power domains on sc8280xp
- Clocks on qcom talos
- dtc warnings for extraneous properties, nonstandard node names and
undocument identifiers
The Tegra210 platform gets a single revert for a devicetree change that
caused a 6.19 regression.
On 32-bit Arm, we have trivial fixes for Microchip SAMA7 devicetree
files and NPCM Kconfig, as well as Andrew Jeffery being officially
listed as MAINTAINER for NPCM.
A single driver fix is for Qualcomm RPMHD power domains, bringing the
driver up to date with a devicetree change that added additional power
domains to be enabled.
----------------------------------------------------------------
Abel Vesa (1):
mailmap: Update email address for Abel Vesa
Alexey Charkov (2):
arm64: dts: rockchip: Fix headphones widget name on NanoPi M5
arm64: dts: rockchip: Configure MCLK for analog sound on NanoPi M5
Andrew Jeffery (1):
MAINTAINERS: Add Andrew as M: to ARM/NUVOTON NPCM ARCHITECTURE
Arnd Bergmann (4):
Merge tag 'at91-fixes-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixes
Merge tag 'v6.19-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
Merge tag 'nuvoton-arm-6.19-fixes-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux into arm/fixes
Merge tag 'qcom-arm64-fixes-for-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Chaoyi Chen (1):
arm64: dts: rockchip: Fix wrong register range of rk3576 gpu
David Heidelberg (1):
arm64: dts qcom: sdm845-oneplus-enchilada: Specify panel name within the compatible
Geraldo Nascimento (2):
arm64: dts: rockchip: remove dangerous max-link-speed from helios64
arm64: dts: rockchip: remove redundant max-link-speed from nanopi-r4s
Hari Prasath Gujulan Elango (1):
ARM: dts: microchip: sama7d65: fix the ranges property for flx9
Horatiu Vultur (1):
ARM: dts: microchip: lan966x: Fix the access to the PHYs for pcb8290
Jon Hunter (1):
Revert "arm64: tegra: Add interconnect properties for Tegra210"
Konrad Dybcio (3):
dt-bindings: power: qcom,rpmpd: Add SC8280XP_MXC_AO
pmdomain: qcom: rpmhpd: Add MXC to SC8280XP
arm64: dts: qcom: sc8280xp: Add missing VDD_MXC links
Krishna Kurapati (2):
arm64: dts: qcom: sm8550: Fix compile warnings in USB controller node
arm64: dts: qcom: sm8650: Fix compile warnings in USB controller node
Krzysztof Kozlowski (1):
arm64: dts: rockchip: Fix wifi interrupts flag on Sakura Pi RK3308B
Nicolas Ferre (1):
ARM: dts: microchip: sama7d65: fix size-cells property for i2c3
Ondrej Jirman (1):
arm64: dts: rockchip: Fix voltage threshold for volume keys for Pinephone Pro
Pradeep P V K (1):
arm64: dts: qcom: talos: Correct UFS clocks ordering
Quentin Schulz (1):
arm64: dts: rockchip: fix unit-address for RK3588 NPU's core1 and core2's IOMMU
Randy Dunlap (1):
arm: npcm: drop unused Kconfig ERRATA symbol
Rob Herring (Arm) (4):
arm64: dts: rockchip: Drop "sitronix,st7789v" fallback compatible from rk3568-wolfvision
arm64: dts: rockchip: Fix pinctrl property typo on rk3326-odroid-go3
arm64: dts: rockchip: Fix gpio pinctrl node names
arm64: dts: rockchip: Drop unsupported properties
Yixun Lan (1):
MAINTAINERS: update email address for Yixun Lan
.mailmap | 3 +++
MAINTAINERS | 4 +++-
arch/arm/boot/dts/microchip/lan966x-pcb8290.dts | 1 +
arch/arm/boot/dts/microchip/sama7d65.dtsi | 4 ++--
arch/arm/mach-npcm/Kconfig | 1 -
arch/arm64/boot/dts/nvidia/tegra210.dtsi | 24 ----------------------
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 16 +++++++++++----
.../boot/dts/qcom/sdm845-oneplus-enchilada.dts | 4 ++--
arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 --
arch/arm64/boot/dts/qcom/sm8650.dtsi | 3 ---
arch/arm64/boot/dts/qcom/talos.dtsi | 4 ++--
.../boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts | 3 ++-
.../boot/dts/rockchip/rk3399-kobol-helios64.dts | 2 --
.../arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dtsi | 1 -
.../boot/dts/rockchip/rk3399-pinebook-pro.dts | 1 -
.../boot/dts/rockchip/rk3399-pinephone-pro.dts | 4 ++--
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 2 +-
.../boot/dts/rockchip/rk3399-rock-4c-plus.dts | 4 ++--
.../rockchip/rk3568-wolfvision-pf5-display-vz.dtso | 3 +--
arch/arm64/boot/dts/rockchip/rk3576-nanopi-m5.dts | 12 +++++++----
arch/arm64/boot/dts/rockchip/rk3576.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 4 ++--
drivers/pmdomain/qcom/rpmhpd.c | 4 ++++
include/dt-bindings/power/qcom,rpmhpd.h | 1 +
25 files changed, 50 insertions(+), 61 deletions(-)
Powered by blists - more mailing lists