-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-2639/i2c/i2c-u2c12' into for-linus/2639/i2c-12
- Loading branch information
Showing
5 changed files
with
578 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.