Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1458814
| From | "Andrew F. Davis" <afd@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/2] Add support for the TI SM-USB-DIG |
| Date | 2016-08-09 17:00 +0200 |
| Message-ID | <s4gFz-ve-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/2] Add support for the TI SM-USB-DIG "Andrew F. Davis" <afd@ti.com> - 2016-08-09 17:00 +0200 [PATCH v4 2/2] i2c: ti-smusbdig: add TI SM-USB-DIG I2C bus driver "Andrew F. Davis" <afd@ti.com> - 2016-08-09 17:00 +0200
csiph-web