mbox series

[GIT,PULL] soc: fixes for 6.13, part 3

Message ID ffc40760-bb53-4e6f-8e0b-efa1fbb171e0@app.fastmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] soc: fixes for 6.13, part 3 | expand

Pull-request

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

Message

Arnd Bergmann Jan. 11, 2025, 2:41 p.m. UTC
The following changes since commit 9d89551994a430b50c4fffcb1e617a057fa76e20:

  Linux 6.13-rc6 (2025-01-05 14:13:40 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5391c5d8e60610bf914f767a6a749004e2d223f0:

  Merge tag 'v6.13-rockchip-dtsfixes1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes (2025-01-10 18:20:59 +0100)

----------------------------------------------------------------
soc: fixes for 6.13, part 3

Over the Christmas break, a couple of devicetree fixes came in
for Rockchips, Qualcomm and NXP/i.MX. These add some missing
board specific properties, address build time warnings,

The USB/TOG supoprt on X1 Elite regressed, so two earlier DT
changes get reverted for now.

Aside from the devicetree fixes, there is One build fix for the
stm32 firewall driver, and a defconfig change to enable SPDIF
support for i.MX.

----------------------------------------------------------------
Anton Kirilov (1):
      arm64: dts: rockchip: Fix the SD card detection on NanoPi R6C/R6S

Arnd Bergmann (3):
      Merge tag 'qcom-arm64-fixes-for-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
      Merge tag 'imx-fixes-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
      Merge tag 'v6.13-rockchip-dtsfixes1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes

Chukun Pan (1):
      arm64: dts: rockchip: add reset-names for combphy on rk3568

FUKAUMI Naoki (1):
      arm64: dts: rockchip: rename rfkill label for Radxa ROCK 5B

Frank Li (1):
      arm64: dts: imx8-ss-audio: add fallback compatible string fsl,imx6ull-esai for esai

Jesse Taube (1):
      ARM: dts: imxrt1050: Fix clocks for mmc

Jie Gan (1):
      arm64: dts: qcom: sa8775p: fix the secure device bootup issue

Johan Hovold (3):
      Revert "arm64: dts: qcom: x1e78100-t14s: enable otg on usb-c ports"
      Revert "arm64: dts: qcom: x1e80100-crd: enable otg on usb ports"
      Revert "arm64: dts: qcom: x1e80100: enable OTG on USB-C controllers"

Manivannan Sadhasivam (1):
      arm64: dts: qcom: sa8775p: Fix the size of 'addr_space' regions

Peter Geis (1):
      arm64: dts: rockchip: add hevc power domain clock to rk3328

Qiang Yu (1):
      arm64: dts: qcom: x1e80100: Fix up BAR space size for PCIe6a

Stefan Eichenberger (1):
      ARM: imx_v6_v7_defconfig: enable SND_SOC_SPDIF

Wei Fang (1):
      arm64: dts: imx95: correct the address length of netcmix_blk_ctrl

guanjing (1):
      firewall: remove misplaced semicolon from stm32_firewall_get_firewall

 arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi                   |  2 +-
 arch/arm/configs/imx_v6_v7_defconfig                       |  1 +
 arch/arm64/boot/dts/freescale/imx8-ss-audio.dtsi           |  2 +-
 arch/arm64/boot/dts/freescale/imx8qm-ss-audio.dtsi         |  2 +-
 arch/arm64/boot/dts/freescale/imx95.dtsi                   |  2 +-
 arch/arm64/boot/dts/qcom/sa8775p.dtsi                      |  5 +++--
 arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dts |  8 ++++++++
 arch/arm64/boot/dts/qcom/x1e80100-crd.dts                  | 12 ++++++++++++
 arch/arm64/boot/dts/qcom/x1e80100.dtsi                     |  8 +-------
 arch/arm64/boot/dts/rockchip/rk3328.dtsi                   |  1 +
 arch/arm64/boot/dts/rockchip/rk3568.dtsi                   |  1 +
 arch/arm64/boot/dts/rockchip/rk356x-base.dtsi              |  2 ++
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts            |  2 +-
 arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi        |  1 +
 include/linux/bus/stm32_firewall_device.h                  |  2 +-
 15 files changed, 36 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 11, 2025, 8:01 p.m. UTC | #1
The pull request you sent on Sat, 11 Jan 2025 15:41:22 +0100:

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

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

Thank you!