All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] spi: st: New driver for ST's SPI Controller
@ 2014-11-27 11:43 ` Lee Jones
  0 siblings, 0 replies; 38+ messages in thread
From: Lee Jones @ 2014-11-27 11:43 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: lee.jones, kernel, broonie, linux-spi, devicetree

This is a new driver which controls the SPI component of ST's
Synchronous Serial Controller (SSC).

Lee Jones (4):
  spi: Add new driver for STMicroelectronics' SPI Controller
  spi: st: Provide Device Tree binding documentation
  ARM: sti: Provide DT nodes for SSC[0..4]
  ARM: sti: Provide DT nodes for SBC SSC[0..2]

 Documentation/devicetree/bindings/spi/spi-st.txt |  40 ++
 arch/arm/boot/dts/stih407.dtsi                   |  85 ++++
 drivers/spi/Kconfig                              |   8 +
 drivers/spi/Makefile                             |   1 +
 drivers/spi/spi-st.c                             | 535 +++++++++++++++++++++++
 5 files changed, 669 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-st.txt
 create mode 100644 drivers/spi/spi-st.c

-- 
1.9.1


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

end of thread, other threads:[~2014-11-27 16:33 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-27 11:43 [PATCH 0/4] spi: st: New driver for ST's SPI Controller Lee Jones
2014-11-27 11:43 ` Lee Jones
2014-11-27 11:43 ` Lee Jones
2014-11-27 11:43 ` [PATCH 1/4] spi: Add new driver for STMicroelectronics' " Lee Jones
2014-11-27 11:43   ` Lee Jones
2014-11-27 12:33   ` [STLinux Kernel] " Peter Griffin
2014-11-27 12:33     ` Peter Griffin
2014-11-27 12:33     ` Peter Griffin
2014-11-27 12:59   ` Mark Brown
2014-11-27 12:59     ` Mark Brown
2014-11-27 12:59     ` Mark Brown
2014-11-27 15:05     ` Lee Jones
2014-11-27 15:05       ` Lee Jones
2014-11-27 15:05       ` Lee Jones
2014-11-27 16:24       ` Mark Brown
2014-11-27 16:24         ` Mark Brown
2014-11-27 16:24         ` Mark Brown
2014-11-27 13:24   ` Maxime Coquelin
2014-11-27 13:24     ` Maxime Coquelin
2014-11-27 13:24     ` Maxime Coquelin
2014-11-27 13:24     ` Maxime Coquelin
2014-11-27 11:43 ` [PATCH 2/4] spi: st: Provide Device Tree binding documentation Lee Jones
2014-11-27 11:43   ` Lee Jones
2014-11-27 13:00   ` Mark Brown
2014-11-27 13:00     ` Mark Brown
2014-11-27 13:00     ` Mark Brown
2014-11-27 14:55     ` Lee Jones
2014-11-27 14:55       ` Lee Jones
2014-11-27 14:55       ` Lee Jones
2014-11-27 16:30       ` Mark Brown
2014-11-27 16:30         ` Mark Brown
2014-11-27 16:30         ` Mark Brown
2014-11-27 11:43 ` [PATCH 3/4] ARM: sti: Provide DT nodes for SSC[0..4] Lee Jones
2014-11-27 11:43   ` Lee Jones
2014-11-27 11:43   ` Lee Jones
2014-11-27 11:43 ` [PATCH 4/4] ARM: sti: Provide DT nodes for SBC SSC[0..2] Lee Jones
2014-11-27 11:43   ` Lee Jones
2014-11-27 11:43   ` Lee Jones

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.