All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: SoC Team <soc@kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	 Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Tony Lindgren <tony@atomide.com>,
	 Ard Biesheuvel <ardb@kernel.org>,
	Kuldeep Singh <singh.kuldeep87k@gmail.com>
Subject: [GIT PULL] SoC: fixes for 5.18, part 1
Date: Fri, 1 Apr 2022 11:49:07 +0200	[thread overview]
Message-ID: <CAK8P3a22UV+zTMjSVdWxbVK+G1styc6KqR4o1B9FE=oByYzRwQ@mail.gmail.com> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: SoC Team <soc@kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Tony Lindgren <tony@atomide.com>,
	 Ard Biesheuvel <ardb@kernel.org>,
	Kuldeep Singh <singh.kuldeep87k@gmail.com>
Subject: [GIT PULL] SoC: fixes for 5.18, part 1
Date: Fri, 1 Apr 2022 11:49:07 +0200	[thread overview]
Message-ID: <CAK8P3a22UV+zTMjSVdWxbVK+G1styc6KqR4o1B9FE=oByYzRwQ@mail.gmail.com> (raw)

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-04-01  9:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-01  9:49 Arnd Bergmann [this message]
2022-04-01  9:49 ` [GIT PULL] SoC: fixes for 5.18, part 1 Arnd Bergmann
2022-04-01 21:45 ` pr-tracker-bot
2022-04-01 21:45   ` pr-tracker-bot
2022-04-04 13:05 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAK8P3a22UV+zTMjSVdWxbVK+G1styc6KqR4o1B9FE=oByYzRwQ@mail.gmail.com' \
    --to=arnd@kernel.org \
    --cc=ardb@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=singh.kuldeep87k@gmail.com \
    --cc=soc@kernel.org \
    --cc=tony@atomide.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.