From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755315AbcIVFIl (ORCPT ); Thu, 22 Sep 2016 01:08:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54799 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754218AbcIVFIj (ORCPT ); Thu, 22 Sep 2016 01:08:39 -0400 Date: Thu, 22 Sep 2016 07:08:44 +0200 From: Greg Kroah-Hartman To: Alexandre Belloni Cc: Nicolas Ferre , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Boris Brezillon , Arnd Bergmann , Philipp Zabel Subject: Re: [PATCH v2 5/6] misc: sram: add Atmel securam support Message-ID: <20160922050844.GA12248@kroah.com> References: <20160921220939.27924-1-alexandre.belloni@free-electrons.com> <20160921220939.27924-6-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160921220939.27924-6-alexandre.belloni@free-electrons.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > Cc: Arnd Bergmann > Cc: Philipp Zabel > Cc: Greg Kroah-Hartman > > drivers/misc/sram.c | 42 +++++++++++++++++++++++++++++++++++------- > 1 file changed, 35 insertions(+), 7 deletions(-) Acked-by: Greg Kroah-Hartman