]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: Mention functionality flags in SMBus protocol documentation
authorJean Delvare <khali@linux-fr.org>
Sun, 16 Dec 2012 20:11:55 +0000 (21:11 +0100)
committerJean Delvare <khali@endymion.delvare>
Sun, 16 Dec 2012 20:11:55 +0000 (21:11 +0100)
commit329be0aa56e54982b49b9b1a1959d42304147c68
treea5b3f348a4a7e1e4f5a761094cdd543711aa6f3b
parent7ded01e901f896582e9c0ed674cc58b691f9eb1c
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