Re: [PATCH v3] mtd: rawnand: protect access to rawnand devices while in suspend

From: Miquel Raynal
Date: Tue Feb 08 2022 - 03:49:41 EST


Hi Sean,

gregkh@xxxxxxxxxxxxxxxxxxx wrote on Tue, 8 Feb 2022 09:39:07 +0100:

> On Tue, Feb 08, 2022 at 09:25:06AM +0100, Sean Nyekjaer wrote:
> > Prevent rawnend access while in a suspended state.

^
Just saw the typo here

> >
> > Commit 013e6292aaf5 ("mtd: rawnand: Simplify the locking") allows the
> > rawnand layer to return errors rather than waiting in a blocking wait.
> >
> > Tested on a iMX6ULL.
> >
> > Fixes: 013e6292aaf5 ("mtd: rawnand: Simplify the locking")
> > Signed-off-by: Sean Nyekjaer <sean@xxxxxxxxxx>
> > Reviewed-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxx>
> > ---