]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i2c: Add SCCB support
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 24 Jul 2012 12:13:59 +0000 (14:13 +0200)
committerJean Delvare <khali@endymion.delvare>
Tue, 24 Jul 2012 12:13:59 +0000 (14:13 +0200)
commitd47726c52122d64253ae56e0fafdb7d0b954e97c
treedef321285e0ef7f45772348fe7054942abfc81c8
parent68a7602f098c30cc27fbc336db575af63f1be07b
i2c: Add SCCB support

SCCB is a serial communication bus developed by Omnivision. Its 2-wire
mode is very similar to SMBus byte data transactions, but requires the
controller to ignore the ACK bit and to insert a stop condition after
each message.

Add a device SCCB flag and a message stop flag to be passed to
controller drivers.

[JD: Kill rogue definition in go7007 driver.]

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/i2c-core.c
drivers/staging/media/go7007/wis-i2c.h
include/linux/i2c.h