public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add OSPI NAND support
@ 2025-01-02 11:51 Santhosh Kumar K
  2025-01-02 11:51 ` [PATCH 1/3] mtd: spinand: Define OctalIO ops Santhosh Kumar K
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Santhosh Kumar K @ 2025-01-02 11:51 UTC (permalink / raw)
  To: miquel.raynal, richard, vigneshr, quic_sridsn, quic_mdalam
  Cc: linux-mtd, linux-kernel, p-mantena, s-k6

This series adds the OSPI NAND support to K3 devices such as
AM62Ax, AM62x LP SK in 1S-8S-8S mode.

Due to ERRATA-i2383, switching to DDR mode is not possible. So, we
stay in SDR mode during probe. [1]

The upcoming series will contain the Device Tree changes.

Repo: https://github.com/santhosh21/linux/tree/uL_next
Test results: https://gist.github.com/santhosh21/71ab6646dccc238a0b3c47c0382f219a

[1] https://www.ti.com/lit/er/sprz544b/sprz544b.pdf?ts=1734605642081&ref_url=https%253A%252F%252Fwww.google.com%252F

Regards,
Santhosh.

Santhosh Kumar K (3):
  mtd: spinand: Define OctalIO ops
  mtd: spinand: winbond: Add support for W35N01JW
  mtd: spinand: winbond: Fix oob_layout for W25N01JW

 drivers/mtd/nand/spi/winbond.c | 72 +++++++++++++++++++++++++++++++++-
 include/linux/mtd/spinand.h    | 12 ++++++
 2 files changed, 83 insertions(+), 1 deletion(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-01-27  8:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-02 11:51 [PATCH 0/3] Add OSPI NAND support Santhosh Kumar K
2025-01-02 11:51 ` [PATCH 1/3] mtd: spinand: Define OctalIO ops Santhosh Kumar K
2025-01-15 19:19   ` Miquel Raynal
2025-01-27  6:48     ` Santhosh Kumar K
2025-01-02 11:51 ` [PATCH 2/3] mtd: spinand: winbond: Add support for W35N01JW Santhosh Kumar K
2025-01-02 11:51 ` [PATCH 3/3] mtd: spinand: winbond: Fix oob_layout for W25N01JW Santhosh Kumar K
2025-01-15 19:16   ` Miquel Raynal
2025-01-27  6:48     ` Santhosh Kumar K

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