mbox series

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

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

Pull-request

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

Message

claudiu beznea Sept. 1, 2024, 1:31 p.m. UTC
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1a92f0387b17c8cb4548185675fb42de670f9794:

  ARM: at91: Kconfig: add config flag for SAM9X7 SoC (2024-08-07 19:24:46 +0300)

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

It contains:
- support for the Microchip SAM9X7 SoC:
-- power management
-- SoC identification
-- sysreg documentation updates
-- necessary Kconfig updates

----------------------------------------------------------------
Varshini Rajendran (5):
      dt-bindings: atmel-sysreg: add sam9x7
      ARM: at91: pm: add support for sam9x7 SoC family
      ARM: at91: pm: add sam9x7 SoC init config
      ARM: at91: add support in SoC driver for new sam9x7
      ARM: at91: Kconfig: add config flag for SAM9X7 SoC

 .../devicetree/bindings/arm/atmel-sysregs.txt      |  6 ++--
 arch/arm/mach-at91/Kconfig                         | 22 +++++++++++++--
 arch/arm/mach-at91/Makefile                        |  1 +
 arch/arm/mach-at91/generic.h                       |  2 ++
 arch/arm/mach-at91/pm.c                            | 29 +++++++++++++++++++
 arch/arm/mach-at91/sam9x7.c                        | 33 ++++++++++++++++++++++
 drivers/soc/atmel/soc.c                            | 23 +++++++++++++++
 drivers/soc/atmel/soc.h                            |  9 ++++++
 8 files changed, 120 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/mach-at91/sam9x7.c

Comments

patchwork-bot+linux-soc@kernel.org Sept. 5, 2024, 3:40 p.m. UTC | #1
Hello:

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

On Sun,  1 Sep 2024 16:31:10 +0300 you wrote:
> The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
> 
>   Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-soc-6.12
> 
> [...]

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

You are awesome, thank you!