mbox series

[GIT,PULL] ARM: SoC fixes for 6.11, part 3

Message ID 58c9776e-0e3a-4b00-bea8-47a7bcf2af37@app.fastmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] ARM: SoC fixes for 6.11, part 3 | expand

Pull-request

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

Message

Arnd Bergmann Sept. 11, 2024, 3:08 p.m. UTC
The following changes since commit 9cc7b1705141d1a077493dc107ed626e8dc84681:

  Merge tag 'at91-fixes-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixes (2024-08-30 19:52:28 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 0e7af99aef5f58b4bae00e45fd1c2626a987f7bb:

  Merge tag 'riscv-soc-fixes-for-v6.11-final' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes (2024-09-11 08:54:37 +0000)

----------------------------------------------------------------
ARM: SoC fixes for 6.11, part 3

The bulk of the changes this time are for device tree files in the
rockchips platform, addressing correctness issues on individual
boards, plus one change in the rk356x SoC file to make it match
the binding.

The only other changes that came in are

 - a CPU frequencey scaling fix for JH7110 (RISC-V)
 - a build fix for the cznic hwrandom driver
 - a fix for a deadlock in qualcomm uefi secure
   application firmware driver

----------------------------------------------------------------
Alexander Shiyan (1):
      arm64: dts: rockchip: Remove broken tsadc pinctrl binding for rk356x

Arnd Bergmann (4):
      Merge tag 'qcom-drivers-fixes-for-6.11-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
      Merge tag 'v6.11-rockchip-dtsfixes' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
      platform: cznic: turris-omnia-mcu: fix HW_RANDOM dependency
      Merge tag 'riscv-soc-fixes-for-v6.11-final' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes

Cristian Ciocaltea (2):
      dt-bindings: soc: rockchip: Fix compatibles for RK3588 VO{0,1}_GRF
      arm64: dts: rockchip: Fix compatibles for RK3588 VO{0,1}_GRF

Dan Carpenter (1):
      firmware: qcom: uefisecapp: Fix deadlock in qcuefi_acquire()

FUKAUMI Naoki (1):
      arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for ROCK Pi E

Quentin Schulz (2):
      arm64: dts: rockchip: fix eMMC/SPI corruption when audio has been used on RK3399 Puma
      arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO hog on RK3399 Puma

Xingyu Wu (1):
      riscv: dts: starfive: jh7110-common: Fix lower rate of CPUfreq by setting PLL0 rate to 1.5GHz

 .../devicetree/bindings/soc/rockchip/grf.yaml      | 10 +++++-
 arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts  |  2 +-
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi      | 36 ++++++++++++++++++++--
 arch/arm64/boot/dts/rockchip/rk356x.dtsi           |  7 ++---
 arch/arm64/boot/dts/rockchip/rk3588-base.dtsi      |  6 ++--
 arch/riscv/boot/dts/starfive/jh7110-common.dtsi    |  6 ++++
 drivers/firmware/qcom/qcom_qseecom_uefisecapp.c    |  4 +++
 drivers/platform/cznic/Kconfig                     |  2 +-
 8 files changed, 60 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 11, 2024, 6:31 p.m. UTC | #1
The pull request you sent on Wed, 11 Sep 2024 15:08:02 +0000:

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

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

Thank you!