linux/drivers/i2c
Jean Delvare 815f55f280 [PATCH] I2C: Remove redundancy from i2c-core.c
Call i2c_transfer() from i2c_master_send() and i2c_master_recv() to
avoid the redundant code that was in all three functions.  It also
removes unnecessary debug statements as suggested by Jean Delvare.

This is important for the non-blocking interfaces because they will
have to handle a non-blocking interface in this area.  Having it in
one place greatly simplifies the changes.

Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-06-21 21:51:55 -07:00
..
algos [PATCH] Spelling fixes for drivers/i2c. 2005-06-21 21:51:55 -07:00
busses [PATCH] I2C: Allow for sharing of the interrupt line for i2c-mpc.c 2005-06-21 21:51:55 -07:00
chips [PATCH] Spelling fixes for drivers/i2c. 2005-06-21 21:51:55 -07:00
i2c-core.c [PATCH] I2C: Remove redundancy from i2c-core.c 2005-06-21 21:51:55 -07:00
i2c-dev.c [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup 2005-06-21 21:51:53 -07:00
i2c-sensor-detect.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i2c-sensor-vid.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00