linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] dln-2: Add support for Diolan DLN-2 devices
@ 2014-08-20 11:24 Daniel Baluta
  2014-08-20 11:24 ` [PATCH 1/3] usb: add " Daniel Baluta
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Daniel Baluta @ 2014-08-20 11:24 UTC (permalink / raw)
  To: gregkh, linux-usb, wsa, linux-i2c, linus.walleij, gnurou,
	linux-gpio
  Cc: pratyush.anand, pebolle, stern, octavian.purdila, matthew,
	linux-kernel, laurentiu.palcu, daniel.baluta, jdelvare, arnd, sjg

This patch series adds support for Diolan USB-I2C/GPIO Master Adapter DLN-2.
Details about device can be found here:

https://www.diolan.com/i2c/i2c_interface.html.

There is no support for SPI part yet.

Daniel Baluta (1):
  gpio: add support for the Diolan DLN-2 USB-GPIO driver

Laurentiu Palcu (1):
  i2c: add support for Diolan DLN-2 USB-I2C adapter

Octavian Purdila (1):
  usb: add support for Diolan DLN-2 devices

 drivers/gpio/Kconfig          |  13 +
 drivers/gpio/Makefile         |   1 +
 drivers/gpio/gpio-dln2.c      | 571 +++++++++++++++++++++++++++++++++
 drivers/i2c/busses/Kconfig    |  11 +
 drivers/i2c/busses/Makefile   |   1 +
 drivers/i2c/busses/i2c-dln2.c | 328 +++++++++++++++++++
 drivers/usb/misc/Kconfig      |   6 +
 drivers/usb/misc/Makefile     |   1 +
 drivers/usb/misc/dln2.c       | 719 ++++++++++++++++++++++++++++++++++++++++++
 include/linux/usb/dln2.h      | 146 +++++++++
 10 files changed, 1797 insertions(+)
 create mode 100644 drivers/gpio/gpio-dln2.c
 create mode 100644 drivers/i2c/busses/i2c-dln2.c
 create mode 100644 drivers/usb/misc/dln2.c
 create mode 100644 include/linux/usb/dln2.h

-- 
1.9.1

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

end of thread, other threads:[~2014-08-29  7:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20 11:24 [PATCH 0/3] dln-2: Add support for Diolan DLN-2 devices Daniel Baluta
2014-08-20 11:24 ` [PATCH 1/3] usb: add " Daniel Baluta
2014-08-20 19:53   ` Arnd Bergmann
2014-08-21  8:07   ` Johan Hovold
2014-08-21 23:10     ` Octavian Purdila
2014-08-20 11:24 ` [PATCH 2/3] i2c: add support for Diolan DLN-2 USB-I2C adapter Daniel Baluta
     [not found] ` <1408533887-22727-1-git-send-email-daniel.baluta-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-08-20 11:24   ` [PATCH 3/3] gpio: add support for the Diolan DLN-2 USB-GPIO driver Daniel Baluta
2014-08-29  7:16     ` Linus Walleij

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