mbox series

[GIT,PULL] ARM SoC fixes for v5.12, part 4

Message ID CAK8P3a20H54BCzzEtZEq2CXx57e1xeyzxf_uHq+OEMgKQvaC7g@mail.gmail.com
State New
Headers show
Series [GIT,PULL] ARM SoC fixes for v5.12, part 4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-5.12-4

Message

Arnd Bergmann April 23, 2021, 7:55 p.m. UTC
The following changes since commit b9a9786a13ea158ee3b23614217f2e3158178421:

  Merge tag 'omap-for-v5.12/fixes-rc6-signed' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes (2021-04-08 17:56:09 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-fixes-5.12-4

for you to fetch changes up to a1768dad775b5ceb25d17bc7a13318f43adf3069:

  Merge branch 'tegra/dt64' into arm/fixes (2021-04-23 15:38:13 +0200)

----------------------------------------------------------------
ARM SoC fixes for v5.12, part 4

These should be the final fixes for v5.12. There is one fix for SD card
detection on one Allwinner board, and a few fixes for the Tegra
platform that I had already queued up for v5.13 due to a communication
problem. This addresses MMC device ordering on multiple machines,
audio support on Jetson AGX Xavier and suspend/resume on Jetson TX2.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Andre Przywara (1):
      arm64: dts: allwinner: Revert SD card CD GPIO for Pine64-LTS

Arnd Bergmann (2):
      Merge tag 'sunxi-fixes-for-5.12-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into
arm/fixes
      Merge branch 'tegra/dt64' into arm/fixes

Jon Hunter (2):
      arm64: tegra: Set fw_devlink=on for Jetson TX2
      arm64: tegra: Fix mmc0 alias for Jetson Xavier NX

Sameer Pujar (1):
      arm64: tegra: Move clocks from RT5658 endpoint to device node

Thierry Reding (1):
      arm64: tegra: Add unit-address for ACONNECT on Tegra186

 arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-lts.dts | 2 +-
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts      | 2 +-
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi          | 2 +-
 arch/arm64/boot/dts/nvidia/tegra186.dtsi                | 2 +-
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts      | 3 ++-
 arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi     | 4 ++++
 arch/arm64/boot/dts/nvidia/tegra194-p3668-0001.dtsi     | 4 ++++
 arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi          | 1 -
 8 files changed, 14 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org April 23, 2021, 8:02 p.m. UTC | #1
The pull request you sent on Fri, 23 Apr 2021 21:55:22 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into

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

Thank you!