All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Add octal DTR support for Macronix flash
@ 2023-08-04  9:54 Jaime Liao
  2023-08-04  9:54 ` [PATCH v3 1/5] mtd: spi-nor: add Octal " Jaime Liao
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Jaime Liao @ 2023-08-04  9:54 UTC (permalink / raw)
  To: linux-mtd, tudor.ambarus, pratyush, michael, miquel.raynal
  Cc: leoyu, JaimeLiao

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

Add method for Macronix Octal DTR Eable/Disable.
Hook manufacture by comparing ID 1st byte.
Merge Tudor's patch "Allow specifying the byte order in DTR mode"
https://patchwork.ozlabs.org/project/linux-mtd/list/?series=290014&state=*

v3:
  Add patch for hook manufacturer by comparing ID 1st byte.
  Add patches for specifying the byte order in DTR mode by merging
  Tudor's patch.

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 (5):
  mtd: spi-nor: add Octal DTR support for Macronix flash
  mtd: spi-nor: core: Hook manufacture by checking first byte ID
  spi: spi-mem: Allow specifying the byte order in DTR mode
  mtd: spi-nor: core: Allow specifying the byte order in DTR mode
  mtd: spi-nor: sfdp: Get the 8D-8D-8D byte order from BFPT

 drivers/mtd/spi-nor/core.c     | 19 +++++--
 drivers/mtd/spi-nor/core.h     |  1 +
 drivers/mtd/spi-nor/macronix.c | 99 ++++++++++++++++++++++++++++++++++
 drivers/mtd/spi-nor/sfdp.c     |  4 ++
 drivers/mtd/spi-nor/sfdp.h     |  1 +
 drivers/spi/spi-mem.c          |  3 ++
 include/linux/spi/spi-mem.h    |  6 +++
 7 files changed, 129 insertions(+), 4 deletions(-)

-- 
2.25.1


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

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

end of thread, other threads:[~2023-09-04 14:54 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04  9:54 [PATCH v3 0/5] Add octal DTR support for Macronix flash Jaime Liao
2023-08-04  9:54 ` [PATCH v3 1/5] mtd: spi-nor: add Octal " Jaime Liao
2023-08-07  6:44   ` Michael Walle
2023-08-04  9:54 ` [PATCH v3 2/5] mtd: spi-nor: core: Hook manufacture by checking first byte ID Jaime Liao
2023-08-07  6:37   ` Michael Walle
2023-08-09  1:04     ` liao jaime
2023-08-10  7:27       ` Michael Walle
2023-08-11  9:03         ` liao jaime
2023-08-11 10:11           ` Tudor Ambarus
2023-08-14  8:04             ` liao jaime
2023-08-11 10:20           ` Michael Walle
2023-08-14  8:24             ` liao jaime
2023-08-31  3:18               ` liao jaime
2023-09-04 14:54                 ` Michael Walle
2023-08-04  9:54 ` [PATCH v3 3/5] spi: spi-mem: Allow specifying the byte order in DTR mode Jaime Liao
2023-08-07  6:40   ` Michael Walle
2023-08-09  1:36     ` liao jaime
2023-08-10  7:31       ` Michael Walle
2023-08-04  9:54 ` [PATCH v3 4/5] mtd: spi-nor: core: " Jaime Liao
2023-08-04  9:54 ` [PATCH v3 5/5] mtd: spi-nor: sfdp: Get the 8D-8D-8D byte order from BFPT Jaime Liao
2023-08-07  6:42 ` [PATCH v3 0/5] Add octal DTR support for Macronix flash Michael Walle

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.