All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mtd: spinand: Add support for SkyHigh S35ML-3 family
@ 2024-11-21  2:08 tkuw584924
  2024-11-21  2:08 ` [PATCH v2 1/3] mtd: spinand: Remove write_enable_op() in markbad() tkuw584924
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: tkuw584924 @ 2024-11-21  2:08 UTC (permalink / raw)
  To: linux-mtd
  Cc: miquel.raynal, richard, vigneshr, tudor.ambarus, pratyush, mwalle,
	kr.kim, zhi.feng, tkuw584924, Bacem.Daassi, Takahiro Kuwano

From: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>

This series is successor of the patch submitted by KR Kim:
https://patchwork.ozlabs.org/project/linux-mtd/patch/20240820064547.5035-1-kr.kim@skyhighmemory.com/

Changes in v2:
  - Add new patch that removes redundant write enable in markbad()
  - Make ondie ECC engine ops return error in raw access case and add
    fallback mechanism in isbad() and markbad()
  - Add detailed comment about block lock register in Skyhigh driver 

Takahiro Kuwano (3):
  mtd: spinand: Remove write_enable_op() in markbad()
  mtd: spinand: Introduce a way to avoid raw access
  mtd: spinand: Add support for SkyHigh S35ML-3 family

 drivers/mtd/nand/spi/Makefile  |   2 +-
 drivers/mtd/nand/spi/core.c    |  25 ++++--
 drivers/mtd/nand/spi/skyhigh.c | 147 +++++++++++++++++++++++++++++++++
 include/linux/mtd/spinand.h    |   2 +
 4 files changed, 170 insertions(+), 6 deletions(-)
 create mode 100644 drivers/mtd/nand/spi/skyhigh.c

-- 
2.34.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2024-12-02 17:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-21  2:08 [PATCH v2 0/3] mtd: spinand: Add support for SkyHigh S35ML-3 family tkuw584924
2024-11-21  2:08 ` [PATCH v2 1/3] mtd: spinand: Remove write_enable_op() in markbad() tkuw584924
2024-11-22  9:37   ` Tudor Ambarus
2024-12-02 17:08     ` Miquel Raynal
2024-11-21  2:08 ` [PATCH v2 2/3] mtd: spinand: Introduce a way to avoid raw access tkuw584924
2024-11-21  2:08 ` [PATCH v2 3/3] mtd: spinand: Add support for SkyHigh S35ML-3 family tkuw584924

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.