diff options
author | David Woodhouse <dwmw2@infradead.org> | 2010-10-31 21:07:00 +0100 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2010-10-31 21:07:00 +0100 |
commit | 55fee8d7f7cb011d7f161cf816220ac74e34b6b1 (patch) | |
tree | a79b1cd5c7e27cebdbac6524cf7dab4c8ee2ef41 /Documentation/i2c | |
parent | 0cd96eb0a74791cacb27ace902b991cfd0e72abe (diff) | |
download | op-kernel-dev-55fee8d7f7cb011d7f161cf816220ac74e34b6b1.zip op-kernel-dev-55fee8d7f7cb011d7f161cf816220ac74e34b6b1.tar.gz |
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/i2c')
-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 a417cb1..93fe76e 100644 --- a/Documentation/i2c/busses/i2c-i801 +++ b/Documentation/i2c/busses/i2c-i801 @@ -20,6 +20,9 @@ Supported adapters: * 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 <mdsxyz123@yahoo.com> Jean Delvare <khali@linux-fr.org> |