mbox series

[GIT,PULL] SoC: fixes for 5.18, part 1

Message ID CAK8P3a22UV+zTMjSVdWxbVK+G1styc6KqR4o1B9FE=oByYzRwQ@mail.gmail.com
State New
Headers show
Series [GIT,PULL] SoC: fixes for 5.18, part 1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-5.18-1

Message

Arnd Bergmann April 1, 2022, 9:49 a.m. UTC
The following changes since commit f443e374ae131c168a065ea1748feac6b2e76613:

  Linux 5.17 (2022-03-20 13:14:17 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/soc-fixes-5.18-1

for you to fetch changes up to eeeb4f1075d71d67083c75f69247206e9b3d9f4a:

  arm64: dts: ls1046a: Update i2c node dma properties (2022-04-01
00:01:24 +0200)

----------------------------------------------------------------
SoC: fixes for 5.18, part 1

The introduction of vmap-stack on 32-bit arm caused a regression
on a few omap3/omap4 machines that pass a stack variable into
a firmware interface.

The early pre-ACPI AMD Seattle machines have been broken for
a while, Ard Biesheuvel has a series to bring them back for now.

A few machines with multiple DMA channels used on a device have
the channels in the wrong order according to the binding, which
causes a harmless warning. Reversing the order is easier than
fixing the tools to suppress the warning.

----------------------------------------------------------------
Ard Biesheuvel (8):
      dt: amd-seattle: remove Husky platform
      dt: amd-seattle: remove Overdrive revision A0 support
      dt: amd-seattle: upgrade AMD Seattle XGBE to new SMMU binding
      dt: amd-seattle: fix PCIe legacy interrupt routing
      dt: amd-seattle: add a description of the PCIe SMMU
      dt: amd-seattle: add description of the SATA/CCP SMMUs
      dt: amd-seattle: disable IPMI controller and some GPIO blocks on B0
      dt: amd-seattle: add a description of the CPUs and caches

Kuldeep Singh (4):
      ARM: dts: spear13xx: Update SPI dma properties
      ARM: dts: spear1340: Update serial node properties
      arm64: dts: ls1043a: Update i2c dma properties
      arm64: dts: ls1046a: Update i2c node dma properties

Tony Lindgren (1):
      ARM: OMAP2+: Fix regression for smc calls for vmap stack

 arch/arm/boot/dts/spear1340.dtsi                 |   6 +-
 arch/arm/boot/dts/spear13xx.dtsi                 |   6 +-
 arch/arm/mach-omap2/omap-secure.c                |  13 +-
 arch/arm64/boot/dts/amd/Makefile                 |   4 +-
 arch/arm64/boot/dts/amd/amd-overdrive-rev-b0.dts |  13 +-
 arch/arm64/boot/dts/amd/amd-overdrive-rev-b1.dts |   1 +
 arch/arm64/boot/dts/amd/amd-overdrive.dts        |  66 -------
 arch/arm64/boot/dts/amd/amd-seattle-cpus.dtsi    | 224 +++++++++++++++++++++++
 arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi     |  70 +++++--
 arch/arm64/boot/dts/amd/amd-seattle-xgbe-b.dtsi  |  22 +--
 arch/arm64/boot/dts/amd/husky.dts                |  84 ---------
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi   |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi   |   6 +-
 13 files changed, 309 insertions(+), 212 deletions(-)
 delete mode 100644 arch/arm64/boot/dts/amd/amd-overdrive.dts
 create mode 100644 arch/arm64/boot/dts/amd/amd-seattle-cpus.dtsi
 delete mode 100644 arch/arm64/boot/dts/amd/husky.dts

Comments

pr-tracker-bot@kernel.org April 1, 2022, 9:45 p.m. UTC | #1
The pull request you sent on Fri, 1 Apr 2022 11:49:07 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-5.18-1

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

Thank you!