mbox series

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

Message ID 20250107081424.758980-3-claudiu.beznea@tuxon.dev (mailing list archive)
State Accepted
Commit 2fd7a3f27892f1ca4fca24591a7a82fd0437e080
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(-)

Comments

patchwork-bot+linux-soc@kernel.org Jan. 17, 2025, 12:20 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue,  7 Jan 2025 10:14:24 +0200 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Microchip AT91 SoC updates for v6.14
    https://git.kernel.org/soc/soc/c/2fd7a3f27892

You are awesome, thank you!