All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add octal DTR support for Macronix flash
@ 2021-08-13  7:25 JaimeLiao
  2021-08-13  7:25 ` [PATCH 1/4] mtd: spi-nor: macronix: add support for Macronix octaflash JaimeLiao
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: JaimeLiao @ 2021-08-13  7:25 UTC (permalink / raw)
  To: u-boot, jagan, vigneshr, p.yadav; +Cc: zhengxunli, ycllin, jaimeliao, JaimeLiao

This series add support for Macronix octal DTR flash, add second time
Softreset with "INVERT" command extension type and follow linux kernel
to enable 4byte opcode when possible.

JaimeLiao (4):
  mtd: spi-nor: macronix: add support for Macronix octaflash
  mtd: spi-nor-core: Adding different type of command extension in Soft
    Reset
  mtd: spi-nor-core: set 4byte opcode when possible
  mtd: spi-nor-core: Add support for Macronix Octal flash

 drivers/mtd/spi/spi-nor-core.c | 109 +++++++++++++++++++++++++++++++++
 drivers/mtd/spi/spi-nor-ids.c  |  22 ++++++-
 include/linux/mtd/spi-nor.h    |  13 +++-
 3 files changed, 141 insertions(+), 3 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-08-23 12:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13  7:25 [PATCH 0/4] Add octal DTR support for Macronix flash JaimeLiao
2021-08-13  7:25 ` [PATCH 1/4] mtd: spi-nor: macronix: add support for Macronix octaflash JaimeLiao
2021-08-13 18:06   ` Pratyush Yadav
2021-08-23  1:12     ` liao jaime
2021-08-13  7:25 ` [PATCH 2/4] mtd: spi-nor-core: Adding different type of command extension in Soft Reset JaimeLiao
2021-08-13  7:25 ` [PATCH 3/4] mtd: spi-nor-core: set 4byte opcode when possible JaimeLiao
2021-08-13  7:25 ` [PATCH 4/4] mtd: spi-nor-core: Add support for Macronix Octal flash JaimeLiao

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.