Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-27 | i2c: Don't uselessly set i2c_adapter.retries | Jean Delvare | |
I2C adapter drivers are supposed to handle retries on nack by themselves if they do, so there's no point in setting .retries if they don't. As this retry mechanism is going away (at least in its current form), clean this up now so that we don't get build failures later. Signed-off-by: Jean Delvare <khali@linux-fr.org> | |||
2007-12-12 | i2c: Add missing spaces in split log messages | Joe Perches | |
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jean Delvare <khali@linux-fr.org> | |||
2007-10-13 | i2c: Add DaVinci I2C controller support | Vladimir Barinov | |
Signed-off-by: Vladimir Barinov <vbarinov@ru.mvista.com> Acked-by: Trilok Soni <soni.trilok@gmail.com> Signed-off-by: Jean Delvare <khali@linux-fr.org> |