Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e4394d55
Commit
e4394d55
authored
Mar 20, 2011
by
Ben Dooks
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-2639/i2c/i2c-u2c12' into for-linus/2639/i2c-12
parents
a952baa0
335d7c58
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
578 additions
and
0 deletions
+578
-0
Documentation/i2c/busses/i2c-diolan-u2c
Documentation/i2c/busses/i2c-diolan-u2c
+26
-0
MAINTAINERS
MAINTAINERS
+6
-0
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Kconfig
+10
-0
drivers/i2c/busses/Makefile
drivers/i2c/busses/Makefile
+1
-0
drivers/i2c/busses/i2c-diolan-u2c.c
drivers/i2c/busses/i2c-diolan-u2c.c
+535
-0
No files found.
Documentation/i2c/busses/i2c-diolan-u2c
0 → 100644
View file @
e4394d55
Kernel driver i2c-diolan-u2c
Supported adapters:
* Diolan U2C-12 I2C-USB adapter
Documentation:
http://www.diolan.com/i2c/u2c12.html
Author: Guenter Roeck <guenter.roeck@ericsson.com>
Description
-----------
This is the driver for the Diolan U2C-12 USB-I2C adapter.
The Diolan U2C-12 I2C-USB Adapter provides a low cost solution to connect
a computer to I2C slave devices using a USB interface. It also supports
connectivity to SPI devices.
This driver only supports the I2C interface of U2C-12. The driver does not use
interrupts.
Module parameters
-----------------
* frequency: I2C bus frequency
MAINTAINERS
View file @
e4394d55
...
...
@@ -2130,6 +2130,12 @@ F: Documentation/serial/digiepca.txt
F: drivers/char/epca*
F: drivers/char/digi*
DIOLAN U2C-12 I2C DRIVER
M: Guenter Roeck <guenter.roeck@ericsson.com>
L: linux-i2c@vger.kernel.org
S: Maintained
F: drivers/i2c/busses/i2c-diolan-u2c.c
DIRECTORY NOTIFICATION (DNOTIFY)
M: Eric Paris <eparis@parisplace.org>
S: Maintained
...
...
drivers/i2c/busses/Kconfig
View file @
e4394d55
...
...
@@ -676,6 +676,16 @@ config I2C_EG20T
comment "External I2C/SMBus adapter drivers"
config I2C_DIOLAN_U2C
tristate "Diolan U2C-12 USB adapter"
depends on USB
help
If you say yes to this option, support will be included for Diolan
U2C-12, a USB to I2C interface.
This driver can also be built as a module. If so, the module
will be called i2c-diolan-u2c.
config I2C_PARPORT
tristate "Parallel port adapter"
depends on PARPORT
...
...
drivers/i2c/busses/Makefile
View file @
e4394d55
...
...
@@ -67,6 +67,7 @@ obj-$(CONFIG_I2C_XILINX) += i2c-xiic.o
obj-$(CONFIG_I2C_EG20T)
+=
i2c-eg20t.o
# External I2C/SMBus adapter drivers
obj-$(CONFIG_I2C_DIOLAN_U2C)
+=
i2c-diolan-u2c.o
obj-$(CONFIG_I2C_PARPORT)
+=
i2c-parport.o
obj-$(CONFIG_I2C_PARPORT_LIGHT)
+=
i2c-parport-light.o
obj-$(CONFIG_I2C_TAOS_EVM)
+=
i2c-taos-evm.o
...
...
drivers/i2c/busses/i2c-diolan-u2c.c
0 → 100644
View file @
e4394d55
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment