Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH] mtd: spinand: macronix: Correct faulty page size of MX35LF4GE4AD
@ 2024-01-10  2:54 Jaime Liao
  2024-01-10  8:00 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Jaime Liao @ 2024-01-10  2:54 UTC (permalink / raw)
  To: stable, miquel.raynal; +Cc: jaimeliao, jaimeliao.tw

From: JaimeLiao <jaimeliao@mxic.com.tw>

Correct page size of MX35LF4GE4AD to 4096.

Signed-off-by: JaimeLiao <jaimeliao@mxic.com.tw>
---
 drivers/mtd/nand/spi/macronix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/spi/macronix.c b/drivers/mtd/nand/spi/macronix.c
index bbb1d68bce4a..f18c6cfe8ff5 100644
--- a/drivers/mtd/nand/spi/macronix.c
+++ b/drivers/mtd/nand/spi/macronix.c
@@ -125,7 +125,7 @@ static const struct spinand_info macronix_spinand_table[] = {
 		     SPINAND_HAS_QE_BIT,
 		     SPINAND_ECCINFO(&mx35lfxge4ab_ooblayout, NULL)),
 	SPINAND_INFO("MX35LF4GE4AD", 0x37,
-		     NAND_MEMORG(1, 2048, 128, 64, 2048, 40, 1, 1, 1),
+		     NAND_MEMORG(1, 4096, 128, 64, 2048, 40, 1, 1, 1),
 		     NAND_ECCREQ(8, 512),
 		     SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
 					      &write_cache_variants,
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH] mtd: spinand: macronix: Correct faulty page size of MX35LF4GE4AD
@ 2023-12-25  9:21 Jaime Liao
  2023-12-27  7:57 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Jaime Liao @ 2023-12-25  9:21 UTC (permalink / raw)
  To: gregkh, sashal, miquel.raynal, richard, stable; +Cc: jaimeliao

From: JaimeLiao <jaimeliao@mxic.com.tw>

Correct page size of MX35LF4GE4AD to 4096.

Signed-off-by: JaimeLiao <jaimeliao@mxic.com.tw>
---
 drivers/mtd/nand/spi/macronix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/spi/macronix.c b/drivers/mtd/nand/spi/macronix.c
index bbb1d68bce4a..f18c6cfe8ff5 100644
--- a/drivers/mtd/nand/spi/macronix.c
+++ b/drivers/mtd/nand/spi/macronix.c
@@ -125,7 +125,7 @@ static const struct spinand_info macronix_spinand_table[] = {
 		     SPINAND_HAS_QE_BIT,
 		     SPINAND_ECCINFO(&mx35lfxge4ab_ooblayout, NULL)),
 	SPINAND_INFO("MX35LF4GE4AD", 0x37,
-		     NAND_MEMORG(1, 2048, 128, 64, 2048, 40, 1, 1, 1),
+		     NAND_MEMORG(1, 4096, 128, 64, 2048, 40, 1, 1, 1),
 		     NAND_ECCREQ(8, 512),
 		     SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
 					      &write_cache_variants,
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-10  8:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-10  2:54 [PATCH] mtd: spinand: macronix: Correct faulty page size of MX35LF4GE4AD Jaime Liao
2024-01-10  8:00 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2023-12-25  9:21 Jaime Liao
2023-12-27  7:57 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox