[PATCH] mtd: spi-nor: core: Update documentation for info->fixup_flags

Tudor Ambarus tudor.ambarus at microchip.com
Wed Aug 10 08:59:24 PDT 2022


From: Tudor Ambarus <tudor.ambarus at gmail.com>

fixup_flags should be used when the flash defines the mandatory BFPT
table, but doesn't define an optional SFDP table from which a
particular flash parameters is discovered.

Reported-by: Sudip Mukherjee <sudip.mukherjee at sifive.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus at gmail.com>
---
 drivers/mtd/spi-nor/core.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/mtd/spi-nor/core.h b/drivers/mtd/spi-nor/core.h
index 3f841ec36e56..b87d61a105f7 100644
--- a/drivers/mtd/spi-nor/core.h
+++ b/drivers/mtd/spi-nor/core.h
@@ -466,10 +466,10 @@ struct spi_nor_fixups {
  *
  * @fixup_flags:    flags that indicate support that can be discovered via SFDP
  *                  ideally, but can not be discovered for this particular flash
- *                  because the SFDP table that indicates this support is not
- *                  defined by the flash. In case the table for this support is
- *                  defined but has wrong values, one should instead use a
- *                  post_sfdp() hook to set the SNOR_F equivalent flag.
+ *                  because the optional SFDP table that indicates this support
+ *                  is not defined by the flash. In case the table for this
+ *                  support is defined but has wrong values, one should instead
+ *                  use a post_sfdp() hook to set the SNOR_F equivalent flag.
  *
  *   SPI_NOR_4B_OPCODES:      use dedicated 4byte address op codes to support
  *                            memory size above 128Mib.
-- 
2.25.1




More information about the linux-mtd mailing list