linux/Documentation/i2c
David Brownell 1a31a88f4f i2c: Improve smbus-protocol documentation
Improve the smbus-protocol documentation file somewhat:

 - Use the names of the SMBus protocol operations (from the 2.0
   specification), not made-up-for-Linux names.

 - Add the name of the call used to execute each operation ... and
   point out that there are mismatches, where functions execute
   different protocol operations than their names specify.
   
The most confusing examples are that "Read Byte" isn't executed by
i2c_smbus_read_byte(), and that "Write Byte" isn't executed by
i2c_smbus_write_byte().  When coding, that's not as bad as it may
seem; but that case would seem to be worth fixing.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
2008-05-11 20:37:05 +02:00
..
busses i2c-i801: Add support for the ICH10 2008-02-24 20:03:42 +01:00
chips deprecate obsolete pca9539 driver 2008-02-05 09:44:13 -08:00
dev-interface i2c: Rename the PEC functionality bit 2007-10-13 23:56:33 +02:00
functionality
i2c-protocol more UTF-8 conversions 2007-10-19 23:22:11 +02:00
i2c-stub i2c-stub: Use a single array for byte and word operations 2008-01-27 18:14:45 +01:00
porting-clients i2c: Documentation update 2007-05-01 23:26:35 +02:00
smbus-protocol i2c: Improve smbus-protocol documentation 2008-05-11 20:37:05 +02:00
summary i2c: Delete an outdated piece of documentation 2007-12-12 13:45:24 +01:00
ten-bit-addresses
writing-clients i2c: Add support for device alias names 2008-04-29 23:11:39 +02:00