mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, soc@kernel.org
Subject: [GIT PULL 4/4] soc: arm platform updates for 6.11
Date: Mon, 15 Jul 2024 23:12:14 +0200	[thread overview]
Message-ID: <6e920ecb-384d-4fca-988d-fd3380c2daed@app.fastmail.com> (raw)
In-Reply-To: <fe3126a0-7c32-426a-9997-77d76ade5179@app.fastmail.com>

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

  parent reply	other threads:[~2024-07-15 21:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-15 21:03 [GIT PULL 0/4] soc tree " Arnd Bergmann
2024-07-15 21:05 ` [GIT PULL 1/4] soc: driver updates " Arnd Bergmann
2024-07-16 19:25   ` pr-tracker-bot
2024-07-16 19:53   ` Linus Torvalds
2024-07-16 20:15     ` Bartosz Golaszewski
2024-07-16 20:34       ` Linus Torvalds
2024-07-16 20:49         ` Bartosz Golaszewski
2024-07-15 21:10 ` [GIT PULL 2/4] soc: dt " Arnd Bergmann
2024-07-16 18:55   ` Linus Torvalds
2024-07-16 19:33     ` Arnd Bergmann
2024-07-16 19:25   ` pr-tracker-bot
2024-07-15 21:11 ` [GIT PULL 3/4] soc: defconfig " Arnd Bergmann
2024-07-16 19:25   ` pr-tracker-bot
2024-07-15 21:12 ` Arnd Bergmann [this message]
2024-07-16 19:25   ` [GIT PULL 4/4] soc: arm platform " pr-tracker-bot

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=6e920ecb-384d-4fca-988d-fd3380c2daed@app.fastmail.com \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®