Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - v4l2-dev: remove limit of 32 devices per driver in get_index() - vivi: update comment to reflect that vivi can now create more than 32 devs. - v4l2-device: allow a NULL parent device when registering. - v4l2-subdev: rename dev field to v4l2_dev - vivi: introduce v4l2_device and do several cleanups - vivi: controls are per-device, not global. vivi needs more cleanup (multiple opens should be allowed, the selected format should be stored in vivi_dev instead of vivi_fh), but it is a start. Thanks, Hans diffstat: Documentation/video4linux/v4l2-framework.txt | 60 ++--- drivers/media/video/v4l2-dev.c | 25 +- drivers/media/video/v4l2-device.c | 49 ++-- drivers/media/video/vivi.c | 307 +++++++++++++-------------- include/media/v4l2-device.h | 31 +- include/media/v4l2-subdev.h | 4 6 files changed, 249 insertions(+), 227 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html