Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-10 | i2c: correct some size_t printk formats | David Brownell | |
Fix various printk format strings where %zd was passed a size_t; those should be %zu instead. (Courtesy of a version of GCC which warns when these details are wrong.) Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Jean Delvare <khali@linux-fr.org> | |||
2008-07-14 | i2c: New-style EEPROM driver using device IDs | Wolfram Sang | |
Add a new-style driver for most I2C EEPROMs, giving sysfs read/write access to their data. Tested with various chips and clock rates. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Jean Delvare <khali@linux-fr.org> |