All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] J-Core SPI controller support
@ 2016-08-03  1:26 ` Rich Felker
  0 siblings, 0 replies; 30+ messages in thread
From: Rich Felker @ 2016-08-03  1:26 UTC (permalink / raw)
  To: linux-spi-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-sh-u79uwXL29TY76Z2rM5mHXA
  Cc: Mark Brown, Rob Herring, Mark Rutland

Updates based on requests by Mark Brown. Driver has been made
conditional in Kconfig to avoid it showing up in configurations where
it's not relevant. Lots of small style improvements have been made,
and the input clock frequency is now handled via the clk framework
rather than a fixed clock-frequency property in the DT. Corresponding
changes were made to the DT binding patch.

Rich



Rich Felker (2):
  of: add J-Core SPI master bindings
  spi: add driver for J-Core SPI controller

 .../devicetree/bindings/spi/jcore,spi.txt          |  34 +++
 drivers/spi/Kconfig                                |   7 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/spi-jcore.c                            | 232 +++++++++++++++++++++
 4 files changed, 274 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/jcore,spi.txt
 create mode 100644 drivers/spi/spi-jcore.c

-- 
2.8.1


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

end of thread, other threads:[~2016-08-04 21:09 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-03  1:26 [PATCH v5 0/2] J-Core SPI controller support Rich Felker
2016-08-03  1:26 ` Rich Felker
2016-08-03  1:26 ` Rich Felker
     [not found] ` <cover.1470187592.git.dalias-8zAoT0mYgF4@public.gmane.org>
2016-04-03  5:12   ` [PATCH v5 2/2] spi: add driver for J-Core SPI controller Rich Felker
2016-04-03  5:12     ` Rich Felker
2016-04-03  5:12     ` Rich Felker
2016-08-03 13:16     ` Rob Herring
2016-08-03 13:16       ` Rob Herring
     [not found]       ` <CAL_JsqJEYtrVxZT=j97XXY2w1u1QgtpfjYSOB_H-R4y6SAb7UQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-08-04  4:30         ` Rich Felker
2016-08-04  4:30           ` Rich Felker
2016-08-04  4:30           ` Rich Felker
2016-08-04 21:09     ` Applied "spi: add driver for J-Core SPI controller" to the spi tree Mark Brown
2016-08-04 21:09       ` Mark Brown
2016-08-04 21:09       ` Mark Brown
2016-05-17 23:19 ` [PATCH v5 1/2] of: add J-Core SPI master bindings Rich Felker
2016-08-04 21:09   ` Applied "spi: jcore: add J-Core SPI master bindings" to the spi tree Mark Brown
2016-08-04 21:09     ` Mark Brown
2016-08-04 21:09     ` Mark Brown
2016-08-04  4:30 ` [PATCH v5 0/2] J-Core SPI controller support Rich Felker
2016-08-04  4:30   ` Rich Felker
2016-08-04  4:30   ` Rich Felker
     [not found]   ` <cover.147018b7592.git.dalias-8zAoT0mYgF4@public.gmane.org>
2016-08-04  4:30     ` [PATCH v5 2/2] spi: add driver for J-Core SPI controller Rich Felker
2016-08-04  4:30       ` Rich Felker
2016-08-04  4:30       ` Rich Felker
2016-08-04  4:30     ` [PATCH v5 1/2] of: add J-Core SPI master bindings Rich Felker
2016-08-04  4:30       ` Rich Felker
2016-08-04  4:30       ` Rich Felker
     [not found]       ` <bc53c38fe100bd17b278dfb214eefea323a3ac4a.147018b7592.git.dalias-8zAoT0mYgF4@public.gmane.org>
2016-08-04 18:17         ` Rob Herring
2016-08-04 18:17           ` Rob Herring
2016-08-04 18:17           ` Rob Herring

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.