[PATCH v2 5/6] misc: sram: add Atmel securam support
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
Date: 2016-09-22 05:08:41
Also in:
lkml
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
Date: 2016-09-22 05:08:41
Also in:
lkml
On Thu, Sep 22, 2016 at 12:09:38AM +0200, Alexandre Belloni wrote:
The Atmel secure SRAM is connected to a security module and may be erased automatically under certain conditions. For that reason, it is necessary to wait for the security module to flag that SRAM accesses are allowed before accessing it. Signed-off-by: Alexandre Belloni <redacted> --- Cc: Arnd Bergmann <arnd@arndb.de> Cc: Philipp Zabel <p.zabel@pengutronix.de> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> drivers/misc/sram.c | 42 +++++++++++++++++++++++++++++++++++------- 1 file changed, 35 insertions(+), 7 deletions(-)
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>