linux/drivers/i2c
Zhangfei Gao 0c43ea544c i2c: Document the message size limit
i2c_master_send & i2c_master_recv do not support more than 64 kb
transfer, since msg.len is u16.

Signed-off-by: Zhangfei Gao <zgao6@marvell.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
2010-03-02 12:23:49 +01:00
..
algos i2c-algo-pca: Drop duplicate variable 2010-03-02 12:23:47 +01:00
busses i2c-parport-light: Add SMBus alert support 2010-03-02 12:23:45 +01:00
chips i2c/chips: Move ds1682 to drivers/misc 2009-12-06 17:06:16 +01:00
Kconfig i2c: Separate Kconfig option for i2c-smbus 2010-03-02 12:23:43 +01:00
Makefile i2c: Separate Kconfig option for i2c-smbus 2010-03-02 12:23:43 +01:00
i2c-boardinfo.c i2c: Use rwsem instead of mutex for board info 2009-06-19 16:58:20 +02:00
i2c-core.c i2c: Document the message size limit 2010-03-02 12:23:49 +01:00
i2c-core.h i2c: Use rwsem instead of mutex for board info 2009-06-19 16:58:20 +02:00
i2c-dev.c i2c: Remove big kernel lock from i2cdev_open 2009-12-06 17:06:26 +01:00
i2c-smbus.c i2c: Add SMBus alert support 2010-03-02 12:23:42 +01:00