Linux-mtd Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2]  Add octal DTR support for Macronix flash
@ 2023-07-27  9:16 Jaime Liao
  2023-07-27  9:16 ` [PATCH v2 1/2] mtd: spi-nor: add Octal " Jaime Liao
  2023-07-27  9:16 ` [PATCH v2 2/2] mtd: spi-nor: add support for Macronix Octal flash Jaime Liao
  0 siblings, 2 replies; 17+ messages in thread
From: Jaime Liao @ 2023-07-27  9:16 UTC (permalink / raw)
  To: linux-mtd, tudor.ambarus, pratyush, michael, miquel.raynal
  Cc: leoyu, JaimeLiao

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

This series add method for Macronix Octal DTR Eable/Disable
and add Macronix Octal flash support.

v2:
  Following exsting rules to re-create Macronix specify Octal DTR method.
  change signature to jaimeliao@mxic.com.tw
  Clear sector size information in flash INFO.

JaimeLiao (2):
  mtd: spi-nor: add Octal DTR support for Macronix flash
  mtd: spi-nor: add support for Macronix Octal flash

 drivers/mtd/spi-nor/macronix.c | 123 ++++++++++++++++++++++++++++++++-
 1 file changed, 121 insertions(+), 2 deletions(-)

-- 
2.25.1


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

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH v2 0/2] Add octal DTR support for Macronix flash
@ 2021-02-05  9:36 zhengxunli
  0 siblings, 0 replies; 17+ messages in thread
From: zhengxunli @ 2021-02-05  9:36 UTC (permalink / raw)
  To: linux-mtd, linux-spi, miquel.raynal, broonie, vigneshr
  Cc: juliensu, ycllin, zhengxunli

Hi,

This series adds support for Octal DTR for Macronix flashes. The
first set of patches is add Macronix octaflash series octal dtr
mode support. The second set of patches add the Octal DTR mode
support for host driver.

Changes in v2:
- Define with a generic name to describe the maximum dummy cycles.

- Compare the ID directly in the loop, no longer copy and execute
  memcmp().

- Add spi_mem_dtr_supports_op() to support dtr operation.

zhengxunli (2):
  mtd: spi-nor: macronix: add support for Macronix octaflash
  spi: mxic: patch for octal DTR mode support

 drivers/mtd/spi-nor/macronix.c | 121 +++++++++++++++++++++++++++++++++++++++++
 drivers/spi/spi-mxic.c         |  41 ++++++++++----
 2 files changed, 151 insertions(+), 11 deletions(-)

-- 
1.9.1


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

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

end of thread, other threads:[~2023-08-01  9:55 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-27  9:16 [PATCH v2 0/2] Add octal DTR support for Macronix flash Jaime Liao
2023-07-27  9:16 ` [PATCH v2 1/2] mtd: spi-nor: add Octal " Jaime Liao
2023-07-27 10:00   ` Tudor Ambarus
2023-07-27 10:04     ` Tudor Ambarus
2023-07-27 10:11     ` Michael Walle
2023-07-28  9:46       ` Michael Walle
2023-07-28 11:01         ` Tudor Ambarus
2023-08-01  7:24     ` liao jaime
2023-08-01  8:16       ` Tudor Ambarus
2023-08-01  9:33         ` liao jaime
2023-07-27  9:16 ` [PATCH v2 2/2] mtd: spi-nor: add support for Macronix Octal flash Jaime Liao
2023-07-27  9:54   ` Tudor Ambarus
2023-07-27 10:04     ` Michael Walle
2023-07-27 10:10       ` Tudor Ambarus
2023-07-27 10:12         ` Michael Walle
2023-07-27 10:14           ` Tudor Ambarus
  -- strict thread matches above, loose matches on Subject: below --
2021-02-05  9:36 [PATCH v2 0/2] Add octal DTR support for Macronix flash zhengxunli

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