V4L/DVB (13458): go7007: subdev conversion
authorPete Eberlein <pete@sensoray.com>
Mon, 16 Nov 2009 18:16:00 +0000 (15:16 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Dec 2009 20:42:18 +0000 (18:42 -0200)
commitfa3c39bd17449581eedaa1a0b7c8b67ec20c796e
treec80b4274bca24e1b3c05f8c61e66422577a2af2b
parent05d76f2da1e5ccb68a3610246501334e5bc42542
V4L/DVB (13458): go7007: subdev conversion

Convert the go7007 driver to v4l2 subdev interface, using v4l2 i2c
subdev functions instead of i2c functions directly.  The v4l2 ioctl ops
functions call subdev ops instead of i2c commands.

Signed-off-by: Pete Eberlein <pete@sensoray.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/go7007/go7007-driver.c
drivers/staging/go7007/go7007-v4l2.c