forked from torvalds/linux
-
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 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/ke…
…rnel/git/jdelvare/staging * 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging: i2c-i801: Add PCI idents for Patsburg 'IDF' SMBus controllers i2c-i801: Handle multiple instances instead of keeping global state i2c-i801: Add Intel Patsburg device ID i2c: Drop unused I2C_CLASS_TV flags
- Loading branch information
Showing
6 changed files
with
196 additions
and
148 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 |
---|---|---|
|
@@ -15,10 +15,14 @@ Supported adapters: | |
* Intel 82801I (ICH9) | ||
* Intel EP80579 (Tolapai) | ||
* Intel 82801JI (ICH10) | ||
* Intel 3400/5 Series (PCH) | ||
* Intel 5/3400 Series (PCH) | ||
* Intel Cougar Point (PCH) | ||
* Intel Patsburg (PCH) | ||
Datasheets: Publicly available at the Intel website | ||
|
||
On Intel Patsburg and later chipsets, both the normal host SMBus controller | ||
and the additional 'Integrated Device Function' controllers are supported. | ||
|
||
Authors: | ||
Mark Studebaker <[email protected]> | ||
Jean Delvare <[email protected]> | ||
|
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.