linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] SPI support for HiFive Unleashed
@ 2019-02-19 11:40 Yash Shah
  2019-02-19 11:40 ` [PATCH 1/2] spi: sifive: Add DT documentation for SiFive SPI controller Yash Shah
  2019-02-19 11:40 ` [PATCH 2/2] spi: sifive: Add driver for the SiFive SPI controller Yash Shah
  0 siblings, 2 replies; 5+ messages in thread
From: Yash Shah @ 2019-02-19 11:40 UTC (permalink / raw)
  To: palmer, linux-spi, linux-riscv, broonie
  Cc: mark.rutland, devicetree, linux-kernel, sachin.ghadi, Yash Shah,
	robh+dt, paul.walmsley

This patch series adds a SPI driver and DT documentation
for HiFive Unleashed board.

Yash Shah (2):
  spi: sifive: Add DT documentation for SiFive SPI controller
  spi: sifive: Add driver for the SiFive SPI controller

 .../devicetree/bindings/spi/spi-sifive.txt         |  37 ++
 drivers/spi/Kconfig                                |   6 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/spi-sifive.c                           | 450 +++++++++++++++++++++
 4 files changed, 494 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-sifive.txt
 create mode 100644 drivers/spi/spi-sifive.c

-- 
1.9.1

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

end of thread, other threads:[~2019-02-19 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19 11:40 [PATCH 0/2] SPI support for HiFive Unleashed Yash Shah
2019-02-19 11:40 ` [PATCH 1/2] spi: sifive: Add DT documentation for SiFive SPI controller Yash Shah
2019-02-19 15:50   ` Applied "spi: sifive: Add DT documentation for SiFive SPI controller" to the spi tree Mark Brown
2019-02-19 11:40 ` [PATCH 2/2] spi: sifive: Add driver for the SiFive SPI controller Yash Shah
2019-02-19 15:50   ` Applied "spi: sifive: Add driver for the SiFive SPI controller" to the spi tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).