public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add SPI support for Diolan DLN2
@ 2014-11-07 12:45 Laurentiu Palcu
  2014-11-07 12:45 ` [PATCH 1/2] spi: add support for DLN-2 USB-SPI adapter Laurentiu Palcu
  2014-11-07 12:45 ` [PATCH 2/2] mfd: dln2: add support for USB-SPI module Laurentiu Palcu
  0 siblings, 2 replies; 10+ messages in thread
From: Laurentiu Palcu @ 2014-11-07 12:45 UTC (permalink / raw)
  To: Mark Brown, Samuel Ortiz, Lee Jones, Johan Havold
  Cc: Octavian Purdila, linux-spi, linux-kernel, Laurentiu Palcu

Hi,

This patchset adds support for the SPI module of the Diolan DLN2 USB to
I2C/SPI/GPIO bridge [1].

This patch depends on another patchset, [1], not yet merged, which adds support
for the other two modules: I2C and GPIO.

[1] http://www.diolan.com/products/dln2/features.html
[2] http://marc.info/?l=linux-kernel&m=141528172903850&w=2

laurentiu

Laurentiu Palcu (2):
  spi: add support for DLN-2 USB-SPI adapter
  mfd: dln2: add support for USB-SPI module

 drivers/mfd/dln2.c     |  12 +
 drivers/spi/Kconfig    |  10 +
 drivers/spi/Makefile   |   1 +
 drivers/spi/spi-dln2.c | 795 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 818 insertions(+)
 create mode 100644 drivers/spi/spi-dln2.c

-- 
1.9.1


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

end of thread, other threads:[~2014-11-13 10:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07 12:45 [PATCH 0/2] Add SPI support for Diolan DLN2 Laurentiu Palcu
2014-11-07 12:45 ` [PATCH 1/2] spi: add support for DLN-2 USB-SPI adapter Laurentiu Palcu
2014-11-08 10:46   ` Mark Brown
2014-11-11 12:38     ` Laurentiu Palcu
2014-11-11 12:41       ` Mark Brown
2014-11-07 12:45 ` [PATCH 2/2] mfd: dln2: add support for USB-SPI module Laurentiu Palcu
2014-11-08 10:33   ` Mark Brown
2014-11-10  9:30   ` Lee Jones
2014-11-11 13:09     ` Laurentiu Palcu
2014-11-13 10:32       ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox