All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] spi-nor: Add octal mode support
@ 2019-12-05 10:16 Vignesh Raghavendra
  2019-12-05 10:16 ` [PATCH 1/3] mtd: spi-nor-core: " Vignesh Raghavendra
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Vignesh Raghavendra @ 2019-12-05 10:16 UTC (permalink / raw)
  To: u-boot

This series adds Octal mode support for Micron's mt35x flash.
Also adds Octal mode support for Cadance OSPI/QSPI controller.
Currently only 1-1-8 mode is supported.

Vignesh Raghavendra (3):
  mtd: spi-nor-core: Add octal mode support
  spi: cadence-qspi: Add support for Cadence Octal SPI controller
  spi: cadence-qspi: Add compatible for TI AM654

 drivers/mtd/spi/sf_internal.h  |  3 ++-
 drivers/mtd/spi/spi-nor-core.c | 20 +++++++++++++++++++-
 drivers/spi/cadence_qspi.c     |  2 ++
 drivers/spi/cadence_qspi_apb.c |  8 ++++++--
 drivers/spi/spi-mem.c          |  6 ++++++
 drivers/spi/spi-uclass.c       |  6 ++++++
 include/linux/mtd/spi-nor.h    |  8 ++++++++
 include/spi.h                  |  2 ++
 8 files changed, 51 insertions(+), 4 deletions(-)

-- 
2.24.0

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

end of thread, other threads:[~2020-01-27  7:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-05 10:16 [PATCH 0/3] spi-nor: Add octal mode support Vignesh Raghavendra
2019-12-05 10:16 ` [PATCH 1/3] mtd: spi-nor-core: " Vignesh Raghavendra
2019-12-05 10:16 ` [PATCH 2/3] spi: cadence-qspi: Add support for Cadence Octal SPI controller Vignesh Raghavendra
2019-12-05 10:16 ` [PATCH 3/3] spi: cadence-qspi: Add compatible for TI AM654 Vignesh Raghavendra
2020-01-26 13:51 ` [PATCH 0/3] spi-nor: Add octal mode support Jagan Teki
2020-01-26 16:42   ` Jagan Teki
2020-01-27  5:14     ` Vignesh Raghavendra
2020-01-27  7:14       ` Jagan Teki

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.