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

Changes in v2:
 * fixed an indentation issue;
 * removed redundant call to spi_master_put() in _remove();

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 | 793 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 816 insertions(+)
 create mode 100644 drivers/spi/spi-dln2.c

-- 
1.9.1


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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 13:38 [PATCH v2 0/2] Add SPI support for Diolan DLN2 Laurentiu Palcu
2014-11-12 13:38 ` [PATCH v2 1/2] spi: add support for DLN-2 USB-SPI adapter Laurentiu Palcu
2014-11-13 12:27   ` Johan Havold
2014-11-13 15:17     ` Laurentiu Palcu
2014-11-14 10:56       ` Johan Havold
2014-11-17 10:33         ` Laurentiu Palcu
2014-11-17 11:53           ` Johan Hovold
2014-11-17 12:30             ` Laurentiu Palcu
2014-11-14 11:10     ` Mark Brown
2014-11-12 13:38 ` [PATCH v2 2/2] mfd: dln2: add support for USB-SPI module Laurentiu Palcu
2014-11-18 14:28   ` Lee Jones
2014-11-18 15:14     ` Laurentiu Palcu

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