All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] spi: cadence-qspi: Move to spi-mem APIs
@ 2019-10-14 13:27 Vignesh Raghavendra
  2019-10-14 13:27 ` [U-Boot] [PATCH 1/2] spi: cadence_qspi: Move to spi-mem framework Vignesh Raghavendra
  2019-10-14 13:27 ` [U-Boot] [PATCH 2/2] spi: cadence-qspi: Add direct mode support Vignesh Raghavendra
  0 siblings, 2 replies; 18+ messages in thread
From: Vignesh Raghavendra @ 2019-10-14 13:27 UTC (permalink / raw)
  To: u-boot

First patch moves driver over to spi-mem framework and implement
spi_mem_ops. This is require to support more SPI Flash opcodes like SFDP
parsing etc. Series is in prepartion to add Octal mode for support for
the same driver to support OSPI version of the controller.

Second patch adds DAC mode that provide memory mapped access to flash.
This greatly increases the read throughput.

Tested with mt25qu512 flash and s25fl512 flash

Simon,

Would greatly appreciate if you could test this series on platforms that
you have access to?

Vignesh Raghavendra (2):
  spi: cadence_qspi: Move to spi-mem framework
  spi: cadence-qspi: Add direct mode support

 drivers/spi/cadence_qspi.c     | 148 ++++++++++++---------------
 drivers/spi/cadence_qspi.h     |  24 +++--
 drivers/spi/cadence_qspi_apb.c | 181 +++++++++++++++------------------
 3 files changed, 160 insertions(+), 193 deletions(-)

-- 
2.23.0

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

end of thread, other threads:[~2020-01-17 15:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 13:27 [U-Boot] [PATCH 0/2] spi: cadence-qspi: Move to spi-mem APIs Vignesh Raghavendra
2019-10-14 13:27 ` [U-Boot] [PATCH 1/2] spi: cadence_qspi: Move to spi-mem framework Vignesh Raghavendra
2019-10-17 11:20   ` Simon Goldschmidt
2019-10-17 12:31     ` Vignesh Raghavendra
2019-11-06 19:55       ` Simon Goldschmidt
2019-11-07  6:09         ` Vignesh Raghavendra
2020-01-17 15:33       ` Simon Goldschmidt
2019-10-17 13:48     ` [U-Boot] " Tudor.Ambarus at microchip.com
2020-01-17 15:36       ` Simon Goldschmidt
2019-10-14 13:27 ` [U-Boot] [PATCH 2/2] spi: cadence-qspi: Add direct mode support Vignesh Raghavendra
2019-10-17 11:39   ` Simon Goldschmidt
2019-10-17 12:44     ` Vignesh Raghavendra
2019-10-17 12:55       ` Simon Goldschmidt
2019-10-18  9:04         ` Simon Goldschmidt
2019-10-18 12:40           ` Vignesh Raghavendra
2019-10-18 12:42             ` Simon Goldschmidt
2019-10-23 10:01               ` Vignesh Raghavendra
2019-10-23 10:06                 ` Simon Goldschmidt

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.