diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-01-27 12:14:50 -0500 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2008-01-27 12:14:50 -0500 |
commit | 6342064cad7a28d10504128d028bc4ba379d489d (patch) | |
tree | c8a8b21672b5a09f0f357eb65ad4be08bfdde4ca /Documentation/i2c | |
parent | a0921b6c07dfbb59ac2d497e96438adaf4940f16 (diff) |
i2c-i801: Implement I2C block read support
I2C block read is supported since the ICH5. I couldn't get it to work
using the block buffer, so it's using the old-style byte-by-byte mode
for now.
Note: I'm also updating the driver author... The i2c-i801 driver was
really written by Mark Studebaker, even though he based his work on
the i2c-piix4 driver which was written by Philip Edelbrock.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r-- | Documentation/i2c/busses/i2c-i801 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/i2c/busses/i2c-i801 b/Documentation/i2c/busses/i2c-i801 index fde4420e3f75..3bd958360159 100644 --- a/Documentation/i2c/busses/i2c-i801 +++ b/Documentation/i2c/busses/i2c-i801 | |||
@@ -17,9 +17,8 @@ Supported adapters: | |||
17 | Datasheets: Publicly available at the Intel website | 17 | Datasheets: Publicly available at the Intel website |
18 | 18 | ||
19 | Authors: | 19 | Authors: |
20 | Frodo Looijaard <frodol@dds.nl>, | ||
21 | Philip Edelbrock <phil@netroedge.com>, | ||
22 | Mark Studebaker <mdsxyz123@yahoo.com> | 20 | Mark Studebaker <mdsxyz123@yahoo.com> |
21 | Jean Delvare <khali@linux-fr.org> | ||
23 | 22 | ||
24 | 23 | ||
25 | Module Parameters | 24 | Module Parameters |
@@ -62,7 +61,7 @@ Not supported. | |||
62 | I2C Block Read Support | 61 | I2C Block Read Support |
63 | ---------------------- | 62 | ---------------------- |
64 | 63 | ||
65 | Not supported at the moment. | 64 | I2C block read is supported on the 82801EB (ICH5) and later chips. |
66 | 65 | ||
67 | 66 | ||
68 | SMBus 2.0 Support | 67 | SMBus 2.0 Support |