linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] spi: Add Qualcomm QUP SPI controller support
@ 2014-02-06 16:57 Ivan T. Ivanov
  2014-02-06 16:57 ` [PATCH 1/2] spi: qup: Add device tree bindings information Ivan T. Ivanov
                   ` (2 more replies)
  0 siblings, 3 replies; 31+ messages in thread
From: Ivan T. Ivanov @ 2014-02-06 16:57 UTC (permalink / raw)
  To: Mark Brown, Grant Likely, Rob Herring
  Cc: Ivan T. Ivanov, linux-spi, linux-arm-msm, linux-kernel, devicetree

From: "Ivan T. Ivanov" <iivanov@mm-sol.com>

Hi, 

Following two patches are adding initial support for SPI controller
available in Qualcomm SoC's.

Controller initialization is based on spi_qsd driver available in
CAF repository. 

Controller supports SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LOOP modes, 
up to 3 CS's and from 4 to 32 bits per word. SPI_LOOP mode is limited 
to input FIFO buffer size.

Currently driver support only PIO mode, I am hopping to add also DMA
mode support with dmaengine patches developed by Andy.

Regards,
Ivan

Ivan T. Ivanov (2):
  spi: qup: Add device tree bindings information
  spi: Add Qualcomm QUP SPI controller support

 .../devicetree/bindings/spi/qcom,spi-qup.txt       |   86 ++
 drivers/spi/Kconfig                                |   14 +
 drivers/spi/Makefile                               |    1 +
 drivers/spi/spi-qup.c                              |  898 ++++++++++++++++++++
 4 files changed, 999 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/qcom,spi-qup.txt
 create mode 100644 drivers/spi/spi-qup.c

-- 
1.7.9.5


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

end of thread, other threads:[~2014-02-11 15:47 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-06 16:57 [PATCH 0/2] spi: Add Qualcomm QUP SPI controller support Ivan T. Ivanov
2014-02-06 16:57 ` [PATCH 1/2] spi: qup: Add device tree bindings information Ivan T. Ivanov
2014-02-07  7:43   ` Andy Gross
2014-02-06 16:57 ` [PATCH 2/2] spi: Add Qualcomm QUP SPI controller support Ivan T. Ivanov
2014-02-07  7:39   ` Andy Gross
2014-02-07  9:52     ` Ivan T. Ivanov
2014-02-07 17:32       ` Andy Gross
2014-02-07 17:52         ` Mark Brown
2014-02-07 19:12           ` Andy Gross
2014-02-10 16:55         ` Ivan T. Ivanov
2014-02-10 17:47           ` Andy Gross
2014-02-10 19:41             ` Ivan T. Ivanov
2014-02-10 20:29               ` Courtney Cavin
2014-02-10 20:59                 ` Ivan T. Ivanov
2014-02-10 21:40                   ` Mark Brown
2014-02-11 15:46                 ` Ivan T. Ivanov
2014-02-07 16:51     ` Josh Cartwright
2014-02-07 17:18       ` Mark Brown
2014-02-07 17:20         ` Josh Cartwright
2014-02-07 17:31           ` Mark Brown
2014-02-07 17:46             ` Josh Cartwright
2014-02-07 17:57               ` Mark Brown
2014-02-07 17:12   ` Mark Brown
2014-02-10 16:29     ` Ivan T. Ivanov
2014-02-10 17:09       ` Mark Brown
2014-02-06 17:50 ` [PATCH 0/2] " Mark Brown
2014-02-07  7:43   ` [PATCH RESEND 1/2] spi: qup: Add device tree bindings information Ivan T. Ivanov
2014-02-07 12:27     ` Mark Brown
2014-02-07 13:00       ` Ivan T. Ivanov
2014-02-07 13:13         ` Mark Brown
2014-02-07 13:35           ` Ivan T. Ivanov

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