All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mtd: spinand: Add support for SkyHigh S35ML-3 family
@ 2024-10-31  2:21 tkuw584924
  2024-10-31  2:21 ` [PATCH 1/2] mtd: spinand: Introduce a way to avoid raw access tkuw584924
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: tkuw584924 @ 2024-10-31  2:21 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/

Takahiro Kuwano (2):
  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    |  13 +++
 drivers/mtd/nand/spi/skyhigh.c | 143 +++++++++++++++++++++++++++++++++
 include/linux/mtd/spinand.h    |   2 +
 4 files changed, 159 insertions(+), 1 deletion(-)
 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] 9+ messages in thread

end of thread, other threads:[~2024-11-13 10:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31  2:21 [PATCH 0/2] mtd: spinand: Add support for SkyHigh S35ML-3 family tkuw584924
2024-10-31  2:21 ` [PATCH 1/2] mtd: spinand: Introduce a way to avoid raw access tkuw584924
2024-11-11 18:54   ` Miquel Raynal
2024-11-13  2:06     ` Takahiro Kuwano
2024-11-13  9:11       ` Miquel Raynal
2024-11-13 10:51         ` Takahiro Kuwano
2024-10-31  2:21 ` [PATCH 2/2] mtd: spinand: Add support for SkyHigh S35ML-3 family tkuw584924
2024-11-11 18:49   ` Miquel Raynal
2024-11-11 18:44 ` [PATCH 0/2] " Miquel Raynal

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.