[GIT PULL] Microchip AT91 SoC updates for v6.12
Claudiu Beznea
claudiu.beznea at tuxon.dev
Sun Sep 1 06:31:10 PDT 2024
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
More information about the linux-arm-kernel
mailing list