]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: Mention functionality flags in SMBus protocol documentation
authorJean Delvare <khali@linux-fr.org>
Mon, 12 Nov 2012 23:10:13 +0000 (10:10 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 12 Nov 2012 23:10:13 +0000 (10:10 +1100)
commit3d84243b33aaa6b92ee0ebaec9749b93548397e2
tree7d29047c47bdf5a15f8a6ae5b11fd28f41fdc66a
parent9ce7ec589d4cdcefb350c1f9a338a973a59e133a
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