diff options
author | David Woodhouse <dwmw2@infradead.org> | 2010-10-31 16:07:00 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2010-10-31 16:07:00 -0400 |
commit | 55fee8d7f7cb011d7f161cf816220ac74e34b6b1 (patch) | |
tree | a79b1cd5c7e27cebdbac6524cf7dab4c8ee2ef41 /Documentation | |
parent | 0cd96eb0a74791cacb27ace902b991cfd0e72abe (diff) |
i2c-i801: Add PCI idents for Patsburg 'IDF' SMBus controllers
These are the extra 'Integrated Device Function' SMBus controllers found
on the Patsburg chipset. Mention the absence of slave mode support.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/i2c/busses/i2c-i801 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/i2c/busses/i2c-i801 b/Documentation/i2c/busses/i2c-i801 index a417cb13943d..93fe76e56522 100644 --- a/Documentation/i2c/busses/i2c-i801 +++ b/Documentation/i2c/busses/i2c-i801 | |||
@@ -20,6 +20,9 @@ Supported adapters: | |||
20 | * Intel Patsburg (PCH) | 20 | * Intel Patsburg (PCH) |
21 | Datasheets: Publicly available at the Intel website | 21 | Datasheets: Publicly available at the Intel website |
22 | 22 | ||
23 | On Intel Patsburg and later chipsets, both the normal host SMBus controller | ||
24 | and the additional 'Integrated Device Function' controllers are supported. | ||
25 | |||
23 | Authors: | 26 | Authors: |
24 | Mark Studebaker <mdsxyz123@yahoo.com> | 27 | Mark Studebaker <mdsxyz123@yahoo.com> |
25 | Jean Delvare <khali@linux-fr.org> | 28 | Jean Delvare <khali@linux-fr.org> |