All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Add Broadcom SPI driver
@ 2019-11-22 23:09 Vladimir Olovyannikov
  2019-11-22 23:09 ` [U-Boot] [PATCH 1/2] drivers: spi: Add commands for Micron SPI Vladimir Olovyannikov
  2019-11-22 23:09 ` [U-Boot] [PATCH 2/2] drivers: spi: Add brcm iproc spi driver Vladimir Olovyannikov
  0 siblings, 2 replies; 4+ messages in thread
From: Vladimir Olovyannikov @ 2019-11-22 23:09 UTC (permalink / raw)
  To: u-boot

This patchset:
- adds Broadcom SPI driver for iproc-based platforms and 
- extends Micron SPI commands for dual and quad SPI transfers on Micon SPI.

Shreesha Rajashekar (1):
  drivers: spi: Add brcm iproc spi driver

Corneliu Doban (1):
  drivers: spi: Add commands for Micron SPI

 drivers/spi/Kconfig      |   26 +
 drivers/spi/Makefile     |    4 +
 drivers/spi/iproc_qspi.c | 1161 ++++++++++++++++++++++++++++++++++++++
 drivers/spi/iproc_qspi.h |   47 ++
 drivers/spi/iproc_spi.c  |   71 +++
 include/spi.h            |    6 +
 6 files changed, 1315 insertions(+)
 create mode 100644 drivers/spi/iproc_qspi.c
 create mode 100644 drivers/spi/iproc_qspi.h
 create mode 100644 drivers/spi/iproc_spi.c

-- 
2.17.1

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

end of thread, other threads:[~2020-04-03 14:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-22 23:09 [U-Boot] [PATCH 0/2] Add Broadcom SPI driver Vladimir Olovyannikov
2019-11-22 23:09 ` [U-Boot] [PATCH 1/2] drivers: spi: Add commands for Micron SPI Vladimir Olovyannikov
2020-04-03 14:33   ` Jagan Teki
2019-11-22 23:09 ` [U-Boot] [PATCH 2/2] drivers: spi: Add brcm iproc spi driver Vladimir Olovyannikov

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.