The following changes since commit 256abd8e550ce977b728be79a74e1729438b4948: Linux 6.10-rc7 (2024-07-07 14:23:46 -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-3 for you to fetch changes up to 6fba5cbd323e013079b304489629a6b814110512: MAINTAINERS: Update FREESCALE SOC DRIVERS and QUICC ENGINE LIBRARY (2024-07-12 13:16:09 +0200) ---------------------------------------------------------------- ARM: SoC fixes for 6.10, part 3 Most of these changes are Qualcomm SoC specific and came in after I sent out the last set of fixes. This includes two regression fixes for SoC drivers, a defconfig change to ensure the Lenovo X13s is usable and 11 changes to DT files to fix regressions and minor platform specific issues. Tony and Chunyan step back from their respective maintainership roles on the omap and unisoc platforms, and Christophe in turn takes over maintaining some of the Freescale SoC drivers that he has been taking care of in practice already. Lastly, there are two trivial fixes for the davinci and sunxi platforms. ---------------------------------------------------------------- Abel Vesa (1): arm64: dts: qcom: x1e80100: Fix PCIe 6a reg offsets and add MHI Andre Przywara (1): arm64: dts: allwinner: Fix PMIC interrupt number Arnd Bergmann (4): Merge tag 'qcom-arm64-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes Merge tag 'qcom-arm64-defconfig-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes Merge tag 'qcom-drivers-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes Merge tag 'sunxi-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes Bjorn Andersson (1): arm64: dts: qcom: sc8180x: Fix LLCC reg property again Caleb Connolly (1): arm64: dts: qcom: sm6115: add iommu for sdhc_1 Chen Ni (1): ARM: davinci: Convert comma to semicolon Christophe Leroy (1): MAINTAINERS: Update FREESCALE SOC DRIVERS and QUICC ENGINE LIBRARY Chunyan Zhang (1): MAINTAINERS: Move myself from SPRD Maintainer to Reviewer Cong Zhang (1): arm64: dts: qcom: sa8775p: Correct IRQ number of EL2 non-secure physical timer Johan Hovold (4): arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on arm64: dts: qcom: sc8280xp-crd: use external pull up for touch reset arm64: defconfig: enable Elan i2c-hid driver soc: qcom: pmic_glink: disable UCSI on sc8280xp Komal Bajaj (2): arm64: dts: qcom: qdu1000: Fix LLCC reg property Revert "dt-bindings: cache: qcom,llcc: correct QDU1000 reg entries" Konrad Dybcio (2): arm64: dts: qcom: x1e80100-*: Allocate some CMA buffers arm64: dts: qcom: sc8280xp: Set status = "reserved" on PSHOLD Krzysztof Kozlowski (2): arm64: dts: qcom: x1e80100-crd: fix WCD audio codec TX port mapping arm64: dts: qcom: x1e80100-crd: fix DAI used for headset recording Tony Lindgren (1): MAINTAINERS: Add more maintainers for omaps Documentation/devicetree/bindings/cache/qcom,llcc.yaml | 2 +- MAINTAINERS | 13 +++++++++---- arch/arm/mach-davinci/pm.c | 2 +- .../boot/dts/allwinner/sun50i-h64-remix-mini-pc.dts | 2 +- arch/arm64/boot/dts/qcom/qdu1000.dtsi | 16 +++++++++++++++- arch/arm64/boot/dts/qcom/sa8775p.dtsi | 2 +- arch/arm64/boot/dts/qcom/sc8180x.dtsi | 11 +++++++---- arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 3 +-- .../boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 15 ++++++++------- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 2 ++ arch/arm64/boot/dts/qcom/sm6115.dtsi | 1 + arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 13 +++++++++++-- arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 9 +++++++++ arch/arm64/boot/dts/qcom/x1e80100.dtsi | 10 ++++++---- arch/arm64/configs/defconfig | 1 + drivers/soc/qcom/pmic_glink.c | 4 ++++ 16 files changed, 78 insertions(+), 28 deletions(-)