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

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

v4:
  Add flag SPI_NOR_BOOT_SOFT_RESET_EXT_INVERT to seperate command extension
  types.
  Replace ifdef with CONFIG_IS_ENABLED and modify uncorrect descriptions.

v3:
  Add flag  SPI_NOR_CMD_EXT_INVERT to seperate command extension types.
  replace CONFIG_SPI_FLASH_MACRONIX with SPI_FLASH_MACRONIX_OCTAL for
  spi_nor_macronix_octal_dtr_enable function.
v2:
  add ret checking for write enable in spi_nor_macronix_octal_dtr_enable
  function.

JaimeLiao (4):
  mtd: spi-nor: macronix: add support for Macronix Octal
  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/Kconfig        | 14 +++++
 drivers/mtd/spi/spi-nor-core.c | 94 +++++++++++++++++++++++++++++++++-
 drivers/mtd/spi/spi-nor-ids.c  | 22 +++++++-
 include/linux/mtd/spi-nor.h    | 13 ++++-
 4 files changed, 139 insertions(+), 4 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-11-13 13:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18  6:24 [PATCH v4 0/4] Add octal DTR support for Macronix flash JaimeLiao
2021-10-18  6:24 ` [PATCH v4 1/4] mtd: spi-nor: macronix: add support for Macronix Octal JaimeLiao
2021-10-25  6:56   ` Jagan Teki
2021-11-03 10:41     ` liao jaime
2021-11-13 13:44       ` Jagan Teki
2021-10-18  6:24 ` [PATCH v4 2/4] mtd: spi-nor-core: Adding different type of command extension in Soft Reset JaimeLiao
2021-10-25  7:00   ` Jagan Teki
2021-10-25 19:42     ` Pratyush Yadav
2021-10-26  6:42       ` liao jaime
2021-10-26  7:03       ` liao jaime
2021-10-18  6:24 ` [PATCH v4 3/4] mtd: spi-nor-core: set 4byte opcode when possible JaimeLiao
2021-10-25 19:44   ` Pratyush Yadav
2021-10-26  7:00     ` liao jaime
2021-10-18  6:24 ` [PATCH v4 4/4] mtd: spi-nor-core: Add support for Macronix Octal flash JaimeLiao
2021-10-25 19:45   ` Pratyush Yadav
2021-10-26  6:47     ` liao jaime
2021-10-26  7:02     ` liao jaime

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.