Re: [PATCH v4 1/4] mtd: rawnand: Add destructive operation

From: David Regan
Date: Fri Nov 10 2023 - 18:10:17 EST


Hi Miquèl,

Can you please have a look at this update?
This patch has not received any change requests after two weeks but
let me know if you see anything that should be fixed.

Thanks!

-Dave

On Wed, Oct 25, 2023 at 5:25 PM William Zhang
<william.zhang@xxxxxxxxxxxx> wrote:
>
>
>
> On 10/23/2023 10:14 AM, dregan@xxxxxxxxxxxx wrote:
> > From: Boris Brezillon <bbrezillon@xxxxxxxxxx>
> >
> > Erase and program operations need the write protect (wp) pin to be
> > de-asserted to take effect. Add the concept of destructive
> > operation and pass the information to exec_op() so controllers know
> > when they should de-assert this pin without having to decode
> > the command opcode.
> >
> > Signed-off-by: Boris Brezillon <bbrezillon@xxxxxxxxxx>
> > Signed-off-by: David Regan <dregan@xxxxxxxxxxxx>
> > ---
> > Changes in v4: none
> >
> > Changes in v3: updated comments and email address
> >
> > Changes in v2: gave credit to Boris Brezillon
> > ---
> > drivers/mtd/nand/raw/nand_base.c | 6 ++++--
> > include/linux/mtd/rawnand.h | 9 +++++++++
> > 2 files changed, 13 insertions(+), 2 deletions(-)
> >
>
> Reviewed-by: William Zhang <william.zhang@xxxxxxxxxxxx>