From: Laurent Pinchart Date: Tue, 24 Jul 2012 12:13:59 +0000 (+0200) Subject: i2c: Add SCCB support X-Git-Tag: v3.6-rc1~116^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d47726c52122d64253ae56e0fafdb7d0b954e97c;p=pandora-kernel.git 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 Signed-off-by: Jean Delvare --- Reading git-diff-tree failed