]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: Mention functionality flags in SMBus protocol documentation
authorJean Delvare <khali@linux-fr.org>
Sun, 11 Nov 2012 22:51:30 +0000 (09:51 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 11 Nov 2012 22:51:30 +0000 (09:51 +1100)
commiteb9d40f2104874a6607ca28fd8803b9e63b6a886
treebae3a6a3b5eec8683bd43f70d0df866c81ee624d
parent6bfeadb789516aecdc6c889aaea79fdacb4adc49
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