mbox series

[GIT,PULL] ARM: SoC fixes for 6.0-rc7

Message ID 74c1ce25-e6c9-430a-bc03-e1acab0cb818@www.fastmail.com
State New
Headers show
Series [GIT,PULL] ARM: SoC fixes for 6.0-rc7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git soc-fixes-6.0-rc7

Message

Arnd Bergmann Sept. 27, 2022, 9:37 p.m. UTC
The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6:

  Linux 6.0-rc6 (2022-09-18 13:44:14 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git soc-fixes-6.0-rc7

for you to fetch changes up to 7bea67a994300c7dff827d1eb2344c180d1ffd93:

  ARM: dts: integrator: Fix DMA ranges (2022-09-26 23:05:58 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 6.0-rc7

This should be the last set of bugfixes in the SoC tree:

 - Two fixes for Arm integrator, dealing with a regression caused
   by invalid DT properties combined with a change in dma address
   translation, and missing device_type annotations on the PCI
   bus.

 - Fixes for drivers/reset/, addressing bugs in i.MX8MP, Sparx5 and
   NPCM8XX platforms.

 - Bjorn Andersson's email address changes in the MAINTAINERS file

 - Multiple minor fixes to Qualcomm dts files, and a change to the
   remoteproc firmware filename that did not match the actual
   path in the linux-firmware package.

 - Minor code fixes for the Allwinner/sunxi SRAM driver, and the
   broadcom STB Bus Interface Unit driver

 - A build fix for the sunplus sp7021 platform

 - Two dts fixes for TI OMAP family SoCs, addressing an extraneous
   usb4 device node and an incorrect DMA handle.

----------------------------------------------------------------
Arnd Bergmann (5):
      Merge tag 'omap-for-6.0/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
      Merge tag 'arm-soc/for-6.0/drivers-fixes-v2' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'sunxi-drivers-fixes-for-6.0-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
      Merge tag 'qcom-arm64-fixes-for-6.0' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
      Merge tag 'reset-fixes-for-v6.0' of git://git.pengutronix.de/pza/linux into arm/fixes

Bhupesh Sharma (1):
      arm64: dts: qcom: sm8150: Fix fastrpc iommu values

Bjorn Andersson (1):
      MAINTAINERS: Update Bjorn's email address

Florian Fainelli (1):
      soc: bcm: brcmstb: biuctrl: Avoid double of_node_put()

Johan Hovold (2):
      arm64: dts: qcom: sc7280: move USB wakeup-source property
      arm64: dts: qcom: sm8350: fix UFS PHY serdes size

Linus Walleij (2):
      ARM: dts: integrator: Tag PCI host with device_type
      ARM: dts: integrator: Fix DMA ranges

Manivannan Sadhasivam (1):
      arm64: dts: qcom: sc8280xp-x13s: Update firmware location

Michael Walle (1):
      reset: microchip-sparx5: issue a reset on startup

Randy Dunlap (1):
      ARM: sunplus: fix serial console kconfig and build problems

Richard Zhu (1):
      reset: imx7: Fix the iMX8MP PCIe PHY PERST support

Romain Naour (1):
      ARM: dts: am5748: keep usb4_tm disabled

Samuel Holland (4):
      soc: sunxi: sram: Actually claim SRAM regions
      soc: sunxi: sram: Prevent the driver from being unbound
      soc: sunxi: sram: Fix probe function ordering issues
      soc: sunxi: sram: Fix debugfs info for A64 SRAM C

Steev Klimaszewski (1):
      arm64: dts: qcom: thinkpad-x13s: Fix firmware location

Tomer Maimon (1):
      reset: npcm: fix iprst2 and iprst4 setting

Tony Lindgren (1):
      Merge branch 'am5748-fix' into fixes

YuTong Chang (1):
      ARM: dts: am33xx: Fix MMCHS0 dma properties

 .mailmap                                           |  3 +++
 MAINTAINERS                                        | 12 +++++------
 arch/arm/boot/dts/am33xx-l4.dtsi                   |  3 +--
 arch/arm/boot/dts/am5748.dtsi                      |  4 ++++
 arch/arm/boot/dts/integratorap-im-pd1.dts          |  1 +
 arch/arm/boot/dts/integratorap.dts                 |  9 ++++----
 arch/arm/mach-sunplus/Kconfig                      |  4 ++--
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |  3 ++-
 .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     |  4 ++--
 arch/arm64/boot/dts/qcom/sm8150.dtsi               | 24 ++++++++--------------
 arch/arm64/boot/dts/qcom/sm8350.dtsi               |  2 +-
 drivers/reset/reset-imx7.c                         |  1 +
 drivers/reset/reset-microchip-sparx5.c             | 22 +++++++++++++++-----
 drivers/reset/reset-npcm.c                         |  2 +-
 drivers/soc/bcm/brcmstb/biuctrl.c                  |  1 -
 drivers/soc/sunxi/sunxi_sram.c                     | 23 +++++++++------------
 16 files changed, 64 insertions(+), 54 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 27, 2022, 11:56 p.m. UTC | #1
The pull request you sent on Tue, 27 Sep 2022 23:37:31 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git soc-fixes-6.0-rc7

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

Thank you!