Linux-mtd Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mtd: spi-nor: introduce optional rdid-dummy-ncycles DT property
@ 2025-03-19  9:47 Takahiro Kuwano
  2025-03-19  9:47 ` [PATCH 1/3] dt-bindings: mtd: jedec,spi-nor: add optional rdid-dummy-ncycles Takahiro Kuwano
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Takahiro Kuwano @ 2025-03-19  9:47 UTC (permalink / raw)
  To: Tudor Ambarus, Pratyush Yadav, Michael Walle, Miquel Raynal,
	Richard Weinberger, Vignesh Raghavendra, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-mtd, devicetree, linux-kernel, Bacem Daassi,
	Takahiro Kuwano

There are infineon flashes [1] that require 8 dummy cycles for the
1-1-1 Read ID command. Since the command is not covered by JESD216
or any other standard, introduce an optional "rdid-dummy-ncycles"
DT property to allow flashes to be correctly identified.
Add support for CYRS17B512.

Link: https://www.infineon.com/dgdl/Infineon-CYRS17B512_512_MB_64_MB_SERIAL_NOR_FLASH_SPI_QSPI_3-DataSheet-v07_00-EN.pdf?fileId=8ac78c8c8fc2dd9c01900eee733d45f3 [1]

Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
---
Takahiro Kuwano (3):
      dt-bindings: mtd: jedec,spi-nor: add optional rdid-dummy-ncycles
      mtd: spi-nor: use rdid-dummy-ncycles DT property
      mtd: spi-nor: spansion: add support for CYRS17B512

 .../devicetree/bindings/mtd/jedec,spi-nor.yaml          |  6 ++++++
 drivers/mtd/spi-nor/core.c                              |  9 ++++++++-
 drivers/mtd/spi-nor/spansion.c                          | 17 +++++++++++++++++
 3 files changed, 31 insertions(+), 1 deletion(-)
---
base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
change-id: 20250214-snor-rdid-dummy-ncycles-73575ecc7b8d

Best regards,
-- 
Takahiro Kuwano <Takahiro.Kuwano@infineon.com>


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

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

end of thread, other threads:[~2025-03-27 10:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-19  9:47 [PATCH 0/3] mtd: spi-nor: introduce optional rdid-dummy-ncycles DT property Takahiro Kuwano
2025-03-19  9:47 ` [PATCH 1/3] dt-bindings: mtd: jedec,spi-nor: add optional rdid-dummy-ncycles Takahiro Kuwano
2025-03-19  9:47 ` [PATCH 2/3] mtd: spi-nor: use rdid-dummy-ncycles DT property Takahiro Kuwano
2025-03-19 23:30   ` Rob Herring
2025-03-20  7:30     ` Michael Walle
2025-03-20  7:44     ` Tudor Ambarus
2025-03-20 14:06       ` Rob Herring
2025-03-20 15:45         ` Tudor Ambarus
2025-03-21  8:00           ` Michael Walle
2025-03-26 14:44             ` Tudor Ambarus
2025-03-27 10:43               ` Takahiro Kuwano
2025-03-21  8:55           ` Takahiro Kuwano
2025-03-19  9:47 ` [PATCH 3/3] mtd: spi-nor: spansion: add support for CYRS17B512 Takahiro Kuwano

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