linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] spi: st: New driver for ST's SPI Controller
@ 2014-12-02 15:40 Lee Jones
  2014-12-02 15:40 ` [PATCH v2 1/4] spi: Add new driver for STMicroelectronics' " Lee Jones
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Lee Jones @ 2014-12-02 15:40 UTC (permalink / raw)
  To: linux-arm-kernel

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

v1 => v2:
- New, more specific CONFIG symbol
- Increased Runtime PM functionality
- Make use of new Pinctrl API
- Convert from SPI Bitbang => Transfer One
- Omit functionality which Core can handle
- Removal of *cough* debug code 

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                              |   7 +
 drivers/spi/Makefile                             |   1 +
 drivers/spi/spi-st-ssc4.c                        | 509 +++++++++++++++++++++++
 5 files changed, 642 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-st.txt
 create mode 100644 drivers/spi/spi-st-ssc4.c

-- 
1.9.1

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

end of thread, other threads:[~2015-01-21 16:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02 15:40 [PATCH v2 0/4] spi: st: New driver for ST's SPI Controller Lee Jones
2014-12-02 15:40 ` [PATCH v2 1/4] spi: Add new driver for STMicroelectronics' " Lee Jones
2014-12-02 16:16   ` [STLinux Kernel] " Patrice Chotard
2014-12-03  9:17     ` Lee Jones
2014-12-04 22:41       ` Mark Brown
2014-12-05 17:19   ` Mark Brown
2014-12-02 15:40 ` [PATCH v2 2/4] spi: st: Provide Device Tree binding documentation Lee Jones
2014-12-05 17:19   ` Mark Brown
2014-12-02 15:40 ` [PATCH v2 3/4] ARM: sti: Provide DT nodes for SSC[0..4] Lee Jones
2015-01-21 16:22   ` Lee Jones
2014-12-02 15:40 ` [PATCH v2 4/4] ARM: sti: Provide DT nodes for SBC SSC[0..2] Lee Jones
2015-01-21 16:23   ` Lee Jones

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).