Skip to content
Commit 209d27c3 authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare
Browse files

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: default avatarJean Delvare <khali@linux-fr.org>
parent 1ecac07a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment