]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: Mention functionality flags in SMBus protocol documentation
authorJean Delvare <khali@linux-fr.org>
Tue, 30 Oct 2012 23:17:37 +0000 (10:17 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 30 Oct 2012 23:17:37 +0000 (10:17 +1100)
commit76ff8bb21eaf024d0bf5efb944e296b1acb80754
treece6b887eb1c887215d93cebd26e108e903ea6fa2
parent1d7370122dc17c3072855e101c19848b2fae8322
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