mbox series

[GIT,PULL,4/4] soc: arm platform updates for 6.11

Message ID 6e920ecb-384d-4fca-988d-fd3380c2daed@app.fastmail.com (mailing list archive)
State New
Headers show
Series soc tree for 6.11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-arm-6.11

Message

Arnd Bergmann July 15, 2024, 9:12 p.m. UTC
The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:

  Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-arm-6.11

for you to fetch changes up to dead06c5e110c25931bafc8cf017e3077b871ac5:

  ARM: pxa: fix build breakage on PXA3xx (2024-07-15 13:53:28 +0200)

----------------------------------------------------------------
soc: arm platform updates for 6.11

The majority of the updates here are Dmitry Torokhov's cleanups
for platform code in the pxa and tegra platforms, changing custom
platform_data structures into DT-compatible software node declarations.

The other updates are for the MAINTAINERS file, correcting some
stale or missing entries.

----------------------------------------------------------------
Arnd Bergmann (3):
      Merge tag 'vexpress-updates-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/arm
      Merge tag 'tegra-for-6.11-arm-core' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/arm
      Merge tag 'imx-soc-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/arm

Baruch Siach (1):
      arm64: layerscape: remove redundant EDAC_SUPPORT selection

Dmitry Torokhov (10):
      ARM: tegra: paz00: Use software nodes to describe GPIOs for WiFi rfkill
      ARM: spitz: fix GPIO assignment for backlight
      ARM: pxa: consolidate GPIO chip platform data
      ARM: pxa/gumstix: convert vbus gpio to use software nodes
      ARM: spitz: Simplify instantiating SPI controller
      ARM: spitz: Use software nodes to describe audio GPIOs
      ARM: spitz: Use software nodes to describe LCD GPIOs
      ARM: spitz: Use software nodes to describe MMC GPIOs
      ARM: spitz: Use software nodes to describe LED GPIOs
      ARM: pxa: fix build breakage on PXA3xx

Drew Fustini (1):
      MAINTAINERS: thead: add git tree

Jeff Johnson (1):
      bus: vexpress-config: Add missing MODULE_DESCRIPTION() macro

Krzysztof Kozlowski (3):
      MAINTAINERS: ARM: airoha: add entry to cover Airoha SoC
      amazon: MAINTAINERS: change to odd fixes and Tsahee Zidenberg to CREDITS
      ti: omap: MAINTAINERS: move BenoƮt Cousson to CREDITS

Linus Walleij (2):
      ARM: spitz: Use software nodes to describe SPI CS lines
      ARM: spitz: Use software nodes for the ADS7846 touchscreen

Rob Herring (Arm) (2):
      arm: vexpress: Remove obsolete RTSM DCSCB support
      dt-bindings: arm: Remove obsolete RTSM DCSCB binding

 CREDITS                                            |   9 +
 .../devicetree/bindings/arm/rtsm-dcscb.txt         |  19 --
 MAINTAINERS                                        |  16 +-
 arch/arm/configs/vexpress_defconfig                |   1 -
 arch/arm/mach-pxa/devices.c                        |  55 ++--
 arch/arm/mach-pxa/devices.h                        |   5 +-
 arch/arm/mach-pxa/gumstix.c                        |  24 +-
 arch/arm/mach-pxa/pxa25x.c                         |   8 +-
 arch/arm/mach-pxa/pxa27x.c                         |   9 +-
 arch/arm/mach-pxa/spitz.c                          | 284 +++++++++++----------
 arch/arm/mach-tegra/board-paz00.c                  |  50 ++--
 arch/arm/mach-versatile/Kconfig                    |   9 -
 arch/arm/mach-versatile/Makefile                   |   3 -
 arch/arm/mach-versatile/dcscb.c                    | 173 -------------
 arch/arm/mach-versatile/dcscb_setup.S              |  33 ---
 arch/arm64/Kconfig.platforms                       |   1 -
 drivers/bus/vexpress-config.c                      |   1 +
 include/linux/platform_data/mmc-pxamci.h           |   4 +-
 18 files changed, 264 insertions(+), 440 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/rtsm-dcscb.txt
 delete mode 100644 arch/arm/mach-versatile/dcscb.c
 delete mode 100644 arch/arm/mach-versatile/dcscb_setup.S

Comments

pr-tracker-bot@kernel.org July 16, 2024, 7:25 p.m. UTC | #1
The pull request you sent on Mon, 15 Jul 2024 23:12:14 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-arm-6.11

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

Thank you!