mbox series

[GIT,PULL] Microchip AT91 SoC updates for v6.14

Message ID 20250107081424.758980-3-claudiu.beznea@tuxon.dev (mailing list archive)
State New
Headers show
Series [GIT,PULL] Microchip AT91 SoC updates for v6.14 | expand

Pull-request

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

Message

Claudiu Beznea Jan. 7, 2025, 8:14 a.m. UTC
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 452d18c78a469cd18b3f7bc7bc9427f9af390f7e:

  ARM: at91: add new SoC sama7d65 (2025-01-02 12:30:01 +0200)

----------------------------------------------------------------
Microchip AT91 SoC updates for v6.14

This update includes:
- support for the SAMA7D65 SoC
- support for automatic mode in the backup unit power switch, eliminating
  the need for software intervention when entering low power mode
- a fix to release a device node reference in the failure path of the
  SoC driver initialization

----------------------------------------------------------------
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/mach-at91/Kconfig | 11 +++++++++++
 arch/arm/mach-at91/pm.c    | 31 ++++++++++++++++++++-----------
 drivers/soc/atmel/soc.c    |  2 +-
 3 files changed, 32 insertions(+), 12 deletions(-)