]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: Mention functionality flags in SMBus protocol documentation
authorJean Delvare <khali@linux-fr.org>
Thu, 8 Nov 2012 21:50:56 +0000 (08:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 8 Nov 2012 21:50:56 +0000 (08:50 +1100)
commit3c92a047b3a82076b19f15135a8812e848887ba3
tree31ac5b0b7c706bad8dc94ecf8da8c167a4e32205
parent912b4838e174be3705e218812f0d593a6ae2555a
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