Message ID | 20220513121701.77683-1-nicolas.ferre@microchip.com (mailing list archive) |
---|---|
State | Accepted |
Commit | dc5d8bfa3a37d170769eefc90a89d600212d7bf7 |
Headers | show |
Series | [GIT,PULL] ARM: at91: soc for 5.19 | expand |
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Fri, 13 May 2022 14:17:01 +0200 you wrote: > From: Nicolas Ferre <nicolas.ferre@microchip.com> > > Arnd, Olof, > > Here are the at91 and Polarfire soc changes for 5.19. > Thanks to Claudiu who did most of the work collecting the patches for this > pull-request! > > [...] Here is the summary with links: - [GIT,PULL] ARM: at91: soc for 5.19 https://git.kernel.org/soc/soc/c/dc5d8bfa3a37 You are awesome, thank you!
From: Nicolas Ferre <nicolas.ferre@microchip.com> Arnd, Olof, Here are the at91 and Polarfire soc changes for 5.19. Thanks to Claudiu who did most of the work collecting the patches for this pull-request! Please pull. Thanks, best regards, Nicolas The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-soc-5.19 for you to fetch changes up to 6041558ebf1fc87d1e0bdeb51e985807dab06bed: ARM: at91: debug: add lan966 support (2022-05-13 13:42:03 +0200) ---------------------------------------------------------------- AT91 & POLARFIRE SoC #1 for 5.19: - Power Management: add possibility to implement specific pm quirks for some SoCs - Kconfig update for AT91 PIT64 and LAN966 low-level debugging - sama5d2: add secure calls to OP-TEE and secure suspend ---------------------------------------------------------------- Claudiu Beznea (5): ARM: at91: pm: keep documentation inline with structure members ARM: at91: pm: introduce macros for pm mode replacement ARM: at91: pm: use kernel documentation style ARM: at91: pm: add quirks for pm ARM: at91: Kconfig: implement PIT64B selection Clément Léger (2): ARM: at91: add code to handle secure calls ARM: at91: pm: add support for sama5d2 secure suspend Kavyasree Kotagiri (1): ARM: at91: debug: add lan966 support arch/arm/Kconfig.debug | 22 ++ arch/arm/mach-at91/Kconfig | 20 +- arch/arm/mach-at91/Makefile | 2 +- arch/arm/mach-at91/pm.c | 431 ++++++++++++++++++++++++++++++++--- arch/arm/mach-at91/sam_secure.c | 46 ++++ arch/arm/mach-at91/sam_secure.h | 18 ++ arch/arm/mach-at91/sama5.c | 2 + 7 files changed, 506 insertions(+), 35 deletions(-) create mode 100644 arch/arm/mach-at91/sam_secure.c create mode 100644 arch/arm/mach-at91/sam_secure.h