V4L/DVB: ov7670: Don't use SMBUS I/O
authorJonathan Corbet <corbet@lwn.net>
Mon, 1 Mar 2010 00:02:55 +0000 (21:02 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:51:21 +0000 (00:51 -0300)
commit2bf7de48888fceed8d8e5cddd51f1d474bdbfae6
treea78e5ea63fb06bd19fa8735dfe216b47f7aeb7f4
parentd8d201552f518370d0a64cb758684f667fdd2012
V4L/DVB: ov7670: Don't use SMBUS I/O

Contrary to my earlier belief, the ov7670 is not actually an SMBUS device,
though it will pretend to be one if it's in a good mood.  Unfortunately,
it's rarely in a good mood, especially on the XO 1.5.  So use low-level i2c
I/O instead.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/ov7670.c