Hi Mauro,

Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-cafe for the 
following:

- v4l2-subdev: add support for TRY_FMT, ENUM_FMT and G/S_PARM.
- ov7670: convert to v4l2_subdev
- cafe_ccic: convert to v4l2_device.
- cafe_ccic: use v4l2_subdev to talk to the ov7670 sensor.
- ov7670: cleanup and remove legacy code.
- ov7670: add support to get/set registers
- cafe_ccic: replace debugfs with g/s_register ioctls.
- v4l2-dbg: add support for the cafe chip.
- cafe_ccic: stick in a comment with a request for test results

It is Acked-by Jonathan Corbet. Note that this driver conversion is 
untested. If all goes well then I should be able to test this myself in 
about a month. But just in case that doesn't work out I've put in a note in 
the driver about that.

Thanks,

        Hans

diffstat:
 linux/drivers/media/video/cafe_ccic.c   |  452 ++++++----------------
 linux/drivers/media/video/ov7670.c      |  635 
++++++++++++++------------------
 linux/drivers/media/video/v4l2-subdev.c |    8
 linux/include/media/v4l2-chip-ident.h   |   27 -
 linux/include/media/v4l2-subdev.h       |    6
 v4l2-apps/util/v4l2-dbg.cpp             |   10
 6 files changed, 457 insertions(+), 681 deletions(-)

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to