[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231201212446.189491-1-dregan@broadcom.com>
Date: Fri, 1 Dec 2023 13:24:46 -0800
From: dregan <dregan@...adcom.com>
To: dregan <dregan@...adcom.com>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Boris Brezillon <boris.brezillon@...labora.com>,
Boris Brezillon <bbrezillon@...nel.org>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>,
linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: [PATCH v2 1/1] mtd: rawnand: Add deassert_wp comment
From: David Regan <dregan@...adcom.com>
Add deassert_wp description comment
Signed-off-by: David Regan <dregan@...adcom.com>
---
Changes in v2: removed Boris Brezillon as author and SOB
---
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
Powered by blists - more mailing lists