All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andrew F. Davis" <afd@ti.com>
To: Wolfram Sang <wsa@the-dreams.de>, Lee Jones <lee.jones@linaro.org>
Cc: linux-i2c@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org, "Andrew F . Davis" <afd@ti.com>
Subject: [PATCH v4 0/2] Add support for the TI SM-USB-DIG
Date: Tue, 9 Aug 2016 09:55:15 -0500	[thread overview]
Message-ID: <20160809145517.22815-1-afd@ti.com> (raw)

Hello all,

This series adds initial support for the TI SM-USB-DIG, this is a USB
to I2C/SPI/1Wire/GPIO adapter, we only add support for I2C here, drivers
for the other protocols are still in the works.

Thanks,
Andrew

Changes from v3:
 - Rebased on v4.8-rc1
 - Added this cover letter to track series changes

Changes from v2:
 - Rename sm-usb-dig -> ti-smusbdig
 - Inline helper functions in header
 - Alphabetize includes

Changes from v1:
 - Added missing dependency on USB to Kconfig

Andrew F. Davis (2):
  mfd: ti-smusbdig: Add support for the TI SM-USB-DIG
  i2c: ti-smusbdig: add TI SM-USB-DIG I2C bus driver

 drivers/i2c/busses/Kconfig           |  10 ++
 drivers/i2c/busses/Makefile          |   1 +
 drivers/i2c/busses/i2c-ti-smusbdig.c | 189 +++++++++++++++++++++++++++++++++++
 drivers/mfd/Kconfig                  |   9 ++
 drivers/mfd/Makefile                 |   2 +
 drivers/mfd/ti-smusbdig.c            | 138 +++++++++++++++++++++++++
 include/linux/mfd/ti-smusbdig.h      |  75 ++++++++++++++
 7 files changed, 424 insertions(+)
 create mode 100644 drivers/i2c/busses/i2c-ti-smusbdig.c
 create mode 100644 drivers/mfd/ti-smusbdig.c
 create mode 100644 include/linux/mfd/ti-smusbdig.h

-- 
2.9.2

WARNING: multiple messages have this Message-ID (diff)
From: "Andrew F. Davis" <afd@ti.com>
To: Wolfram Sang <wsa@the-dreams.de>, Lee Jones <lee.jones@linaro.org>
Cc: <linux-i2c@vger.kernel.org>, <linux-usb@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, "Andrew F . Davis" <afd@ti.com>
Subject: [PATCH v4 0/2] Add support for the TI SM-USB-DIG
Date: Tue, 9 Aug 2016 09:55:15 -0500	[thread overview]
Message-ID: <20160809145517.22815-1-afd@ti.com> (raw)

Hello all,

This series adds initial support for the TI SM-USB-DIG, this is a USB
to I2C/SPI/1Wire/GPIO adapter, we only add support for I2C here, drivers
for the other protocols are still in the works.

Thanks,
Andrew

Changes from v3:
 - Rebased on v4.8-rc1
 - Added this cover letter to track series changes

Changes from v2:
 - Rename sm-usb-dig -> ti-smusbdig
 - Inline helper functions in header
 - Alphabetize includes

Changes from v1:
 - Added missing dependency on USB to Kconfig

Andrew F. Davis (2):
  mfd: ti-smusbdig: Add support for the TI SM-USB-DIG
  i2c: ti-smusbdig: add TI SM-USB-DIG I2C bus driver

 drivers/i2c/busses/Kconfig           |  10 ++
 drivers/i2c/busses/Makefile          |   1 +
 drivers/i2c/busses/i2c-ti-smusbdig.c | 189 +++++++++++++++++++++++++++++++++++
 drivers/mfd/Kconfig                  |   9 ++
 drivers/mfd/Makefile                 |   2 +
 drivers/mfd/ti-smusbdig.c            | 138 +++++++++++++++++++++++++
 include/linux/mfd/ti-smusbdig.h      |  75 ++++++++++++++
 7 files changed, 424 insertions(+)
 create mode 100644 drivers/i2c/busses/i2c-ti-smusbdig.c
 create mode 100644 drivers/mfd/ti-smusbdig.c
 create mode 100644 include/linux/mfd/ti-smusbdig.h

-- 
2.9.2

             reply	other threads:[~2016-08-09 14:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09 14:55 Andrew F. Davis [this message]
2016-08-09 14:55 ` [PATCH v4 0/2] Add support for the TI SM-USB-DIG Andrew F. Davis
2016-08-09 14:55 ` [PATCH v4 1/2] mfd: ti-smusbdig: " Andrew F. Davis
2016-08-09 14:55   ` Andrew F. Davis
2016-08-09 15:27   ` Lee Jones
2016-08-16 16:43     ` Andrew F. Davis
2016-08-16 16:43       ` Andrew F. Davis
2016-08-17  7:45       ` Lee Jones
2016-08-26  9:28   ` Johan Hovold
2016-08-09 14:55 ` [PATCH v4 2/2] i2c: ti-smusbdig: add TI SM-USB-DIG I2C bus driver Andrew F. Davis
2016-08-09 14:55   ` Andrew F. Davis

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=20160809145517.22815-1-afd@ti.com \
    --to=afd@ti.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.