linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add support for the TI SM-USB-DIG
@ 2016-08-09 14:55 Andrew F. Davis
  2016-08-09 14:55 ` [PATCH v4 1/2] mfd: ti-smusbdig: " Andrew F. Davis
  2016-08-09 14:55 ` [PATCH v4 2/2] i2c: ti-smusbdig: add TI SM-USB-DIG I2C bus driver Andrew F. Davis
  0 siblings, 2 replies; 7+ messages in thread
From: Andrew F. Davis @ 2016-08-09 14:55 UTC (permalink / raw)
  To: Wolfram Sang, Lee Jones
  Cc: linux-i2c, linux-usb, linux-kernel, Andrew F . Davis

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

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

end of thread, other threads:[~2016-08-26  9:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 15:27   ` Lee Jones
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

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