Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for 6.10, part 3
@ 2024-07-12 12:39 Arnd Bergmann
  2024-07-12 16:05 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2024-07-12 12:39 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, linux-arm-kernel, soc, linux-arm-msm, Chunyan Zhang,
	Christophe Leroy

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ARM: SoC fixes for 6.10, part 3
  2024-07-12 12:39 [GIT PULL] ARM: SoC fixes for 6.10, part 3 Arnd Bergmann
@ 2024-07-12 16:05 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-07-12 16:05 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, linux-kernel, linux-arm-kernel, soc,
	linux-arm-msm, Chunyan Zhang, Christophe Leroy

The pull request you sent on Fri, 12 Jul 2024 14:39:56 +0200:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-12 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12 12:39 [GIT PULL] ARM: SoC fixes for 6.10, part 3 Arnd Bergmann
2024-07-12 16:05 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox