mbox series

[GIT,PULL] AT91 SoC updates for v5.20

Message ID 20220721085852.1740924-1-claudiu.beznea@microchip.com (mailing list archive)
State Queued
Headers show
Series [GIT,PULL] AT91 SoC updates for v5.20 | expand

Pull-request

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

Message

Claudiu Beznea July 21, 2022, 8:58 a.m. UTC
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3b5a7ca7d252b96e9623b262414713828b2bd68f:

  ARM: at91: setup outer cache .write_sec() callback if needed (2022-07-20 11:05:48 +0300)

----------------------------------------------------------------
AT91 SoC for 5.20

It contains updates for integration with OP-TEE by having a
dummy outer_cache.write_sec function to avoid triggering
exception when Linux tries to update secure registers.

----------------------------------------------------------------
Clément Léger (2):
      ARM: at91: add sam_linux_is_optee_available() function
      ARM: at91: setup outer cache .write_sec() callback if needed

 arch/arm/mach-at91/sam_secure.c |  6 ++++++
 arch/arm/mach-at91/sam_secure.h |  1 +
 arch/arm/mach-at91/sama5.c      | 16 +++++++++++++++-
 3 files changed, 22 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann July 25, 2022, 3:44 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 21 Jul 2022 11:58:52 +0300, Claudiu Beznea wrote:
> The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
> 
>   Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-soc-5.20
> 
> [...]

Merged into for-next, thanks!

merge commit: 755d0ebc03f872c33b108534f23d82d2778c2793

       Arnd