]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: Mention functionality flags in SMBus protocol documentation
authorJean Delvare <khali@linux-fr.org>
Wed, 31 Oct 2012 23:18:25 +0000 (10:18 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 31 Oct 2012 23:42:21 +0000 (10:42 +1100)
commit8e427ba98ac83d0f3c5fec8577056030f62ac551
treeb6e9da9f6cf6cce994605e4a67294a397edfc1f5
parent4c803bf4b0cea6c653163a9e16e2ca2f50cf7af4
i2c: Mention functionality flags in SMBus protocol documentation

While the mapping between I2C adapter functionality flags and
i2c_smbus_*() helper functions is rather obvious, let's still document
it for clarity.

Also drop the reference to 2 command byte I2C block reads, there is no
support for that in the kernel at the moment.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Documentation/i2c/smbus-protocol