commit | 6342064cad7a28d10504128d028bc4ba379d489d | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Jan 27 18:14:50 2008 +0100 |
committer | Jean Delvare <khali@hyperion.delvare> | Sun Jan 27 18:14:50 2008 +0100 |
tree | c8a8b21672b5a09f0f357eb65ad4be08bfdde4ca | |
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>