From: Daniel Baluta <daniel.baluta@intel.com>
To: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org,
wsa@the-dreams.de, linux-i2c@vger.kernel.org,
linus.walleij@linaro.org, gnurou@gmail.com,
linux-gpio@vger.kernel.org
Cc: pratyush.anand@st.com, pebolle@tiscali.nl,
stern@rowland.harvard.edu, octavian.purdila@intel.com,
matthew@mjdsystems.ca, linux-kernel@vger.kernel.org,
laurentiu.palcu@intel.com, daniel.baluta@intel.com,
jdelvare@suse.de, arnd@arndb.de, sjg@chromium.org
Subject: [PATCH 0/3] dln-2: Add support for Diolan DLN-2 devices
Date: Wed, 20 Aug 2014 14:24:44 +0300 [thread overview]
Message-ID: <1408533887-22727-1-git-send-email-daniel.baluta@intel.com> (raw)
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
next reply other threads:[~2014-08-20 11:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-20 11:24 Daniel Baluta [this message]
2014-08-20 11:24 ` [PATCH 1/3] usb: add support for Diolan DLN-2 devices 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1408533887-22727-1-git-send-email-daniel.baluta@intel.com \
--to=daniel.baluta@intel.com \
--cc=arnd@arndb.de \
--cc=gnurou@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=jdelvare@suse.de \
--cc=laurentiu.palcu@intel.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=matthew@mjdsystems.ca \
--cc=octavian.purdila@intel.com \
--cc=pebolle@tiscali.nl \
--cc=pratyush.anand@st.com \
--cc=sjg@chromium.org \
--cc=stern@rowland.harvard.edu \
--cc=wsa@the-dreams.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).