summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-pasemi.c
AgeCommit message (Collapse)AuthorFilesLines
2007-04-18Minor bug fixes to i2c-pasemiOlof Johansson1-3/+3
* Last write during i2c_xfer is of the wrong byte (off-by-1). * Read length is wrong for some of the reads (mistakenly used the PEC version) Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-14i2c: PA Semi SMBus driverOlof Johansson1-0/+426
New driver for the PA Semi SMBus interfaces. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Jean Delvare <khali@linux-fr.org>