2023-12-01 18:16:16

by David Regan

[permalink] [raw]
Subject: [PATCH 1/1] mtd: rawnand: Add deassert_wp comment

From: Boris Brezillon <[email protected]>

Add deassert_wp description comment

Signed-off-by: Boris Brezillon <[email protected]>
Signed-off-by: David Regan <[email protected]>
---
include/linux/mtd/rawnand.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h
index fcad94aa0515..3049b05d8a20 100644
--- a/include/linux/mtd/rawnand.h
+++ b/include/linux/mtd/rawnand.h
@@ -1001,6 +1001,8 @@ struct nand_op_parser {
/**
* struct nand_operation - NAND operation descriptor
* @cs: the CS line to select for this NAND operation
+ * @deassert_wp: set to true when the operation requires the WP pin to be
+ * de-asserted (ERASE, PROG, ...)
* @instrs: array of instructions to execute
* @ninstrs: length of the @instrs array
*
--
2.37.3


2023-12-01 18:38:53

by Boris Brezillon

[permalink] [raw]
Subject: Re: [PATCH 1/1] mtd: rawnand: Add deassert_wp comment

On Fri, 1 Dec 2023 10:15:42 -0800
dregan <[email protected]> wrote:

> From: Boris Brezillon <[email protected]>

I'm pretty sure I shouldn't be the author. The original patch might
have been partly written by me, but this is a fixup on top of it.

>
> Add deassert_wp description comment
>
> Signed-off-by: Boris Brezillon <[email protected]>

and you should drop my SoB too.

> Signed-off-by: David Regan <[email protected]>
> ---
> include/linux/mtd/rawnand.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h
> index fcad94aa0515..3049b05d8a20 100644
> --- a/include/linux/mtd/rawnand.h
> +++ b/include/linux/mtd/rawnand.h
> @@ -1001,6 +1001,8 @@ struct nand_op_parser {
> /**
> * struct nand_operation - NAND operation descriptor
> * @cs: the CS line to select for this NAND operation
> + * @deassert_wp: set to true when the operation requires the WP pin to be
> + * de-asserted (ERASE, PROG, ...)
> * @instrs: array of instructions to execute
> * @ninstrs: length of the @instrs array
> *

2023-12-01 18:46:14

by David Regan

[permalink] [raw]
Subject: Re: [PATCH 1/1] mtd: rawnand: Add deassert_wp comment

I'm sorry my mistake, I had originally missed this comment which came from here:
https://github.com/bbrezillon/linux/commit/e612e1f2c69a33ac5f2c91d13669f0f172d58717

On Fri, Dec 1, 2023 at 10:38 AM Boris Brezillon
<[email protected]> wrote:
>
> On Fri, 1 Dec 2023 10:15:42 -0800
> dregan <[email protected]> wrote:
>
> > From: Boris Brezillon <[email protected]>
>
> I'm pretty sure I shouldn't be the author. The original patch might
> have been partly written by me, but this is a fixup on top of it.
>
> >
> > Add deassert_wp description comment
> >
> > Signed-off-by: Boris Brezillon <[email protected]>
>
> and you should drop my SoB too.
>
> > Signed-off-by: David Regan <[email protected]>
> > ---
> > include/linux/mtd/rawnand.h | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h
> > index fcad94aa0515..3049b05d8a20 100644
> > --- a/include/linux/mtd/rawnand.h
> > +++ b/include/linux/mtd/rawnand.h
> > @@ -1001,6 +1001,8 @@ struct nand_op_parser {
> > /**
> > * struct nand_operation - NAND operation descriptor
> > * @cs: the CS line to select for this NAND operation
> > + * @deassert_wp: set to true when the operation requires the WP pin to be
> > + * de-asserted (ERASE, PROG, ...)
> > * @instrs: array of instructions to execute
> > * @ninstrs: length of the @instrs array
> > *
>