mbox series

[GIT,PULL,1/5] soc: arm platform code for 6.14

Message ID f06cf7c8-9480-4cd4-9380-47161dc56d0b@app.fastmail.com (mailing list archive)
State New
Headers show
Series SoC changes for 6.14 | expand

Pull-request

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

Message

Arnd Bergmann Jan. 24, 2025, 3:02 p.m. UTC
The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

  Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2fd7a3f27892f1ca4fca24591a7a82fd0437e080:

  Merge tag 'at91-soc-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/arm (2025-01-17 12:57:00 +0100)

----------------------------------------------------------------
soc: arm platform code for 6.14

The updates here add code for the Microchip SAMA7D65 SoC,
as well as minor bugfixes for OMAP.

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: omap1: Fix up the Retu IRQ on Nokia 770

Andreas Kemnade (1):
      ARM: omap2plus_defconfig: enable charger of TWL603X

Arnd Bergmann (2):
      Merge tag 'omap-for-v6.14/soc-signed' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/arm
      Merge tag 'at91-soc-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/arm

Christophe JAILLET (1):
      ARM: OMAP2+: Fix a typo

Javier Carrasco (1):
      soc: atmel: fix device_node release in atmel_soc_device_init()

Nicolas Ferre (1):
      ARM: at91: pm: change BU Power Switch to automatic mode

Ryan Wanner (1):
      ARM: at91: add new SoC sama7d65

 arch/arm/configs/omap2plus_defconfig |  1 +
 arch/arm/mach-at91/Kconfig           | 11 +++++++++++
 arch/arm/mach-at91/pm.c              | 31 ++++++++++++++++++++-----------
 arch/arm/mach-omap1/board-nokia770.c |  2 +-
 arch/arm/mach-omap2/powerdomain.c    |  2 +-
 drivers/soc/atmel/soc.c              |  2 +-
 6 files changed, 35 insertions(+), 14 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 24, 2025, 11:10 p.m. UTC | #1
The pull request you sent on Fri, 24 Jan 2025 16:02:44 +0100:

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

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

Thank you!