commit | 209d27c3b1676c0497108f0642c51a08b98a7856 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Tue May 01 23:26:29 2007 +0200 |
committer | Jean Delvare <khali@hyperion.delvare> | Tue May 01 23:26:29 2007 +0200 |
tree | 434c063c4bd163ff242ae8a18bf65701bb6d39e6 | |
parent | 1ecac07abaca1a4084d0259d4a15b55188852a2e [diff] |
i2c: Emulate SMBus block read over I2C Let the I2C bus drivers emulate the SMBus Block Read and Block Process Call transactions if they wish. This requires to define a new message flag, which i2c-core will use to let the underlying I2C bus driver know that the first received byte will specify the length of the read message. Signed-off-by: Jean Delvare <khali@linux-fr.org>