Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - cx25840: cleanup: remove intermediate 'ioctl' step - cx18: remove intermediate 'ioctl' step - v4l: replace 'ioctl' references in v4l i2c drivers - tuner: remove V4L1 code from this driver. - v4l2-subdev: add enum_framesizes and enum_frameintervals. - au8522: remove unused I2C_DRIVERID - cx25840: fix 'unused variable' warning. Basically a bunch of cleanups in preparation of the final phase. Note the removal of the V4L1 code in the tuner. Since all i2c drivers are now fully v4l2 the V4L1 code could be removed from this module. Thanks, Hans diffstat: drivers/media/dvb/frontends/au8522_decoder.c | 1 drivers/media/video/cx18/cx18-av-audio.c | 122 ++++----- drivers/media/video/cx18/cx18-av-core.c | 29 -- drivers/media/video/cx18/cx18-av-core.h | 9 drivers/media/video/cx18/cx18-av-vbi.c | 333 +++++++++++++-------------- drivers/media/video/cx25840/cx25840-audio.c | 121 ++++----- drivers/media/video/cx25840/cx25840-core.c | 26 -- drivers/media/video/cx25840/cx25840-core.h | 8 drivers/media/video/cx25840/cx25840-vbi.c | 328 ++++++++++++-------------- drivers/media/video/ks0127.c | 23 - drivers/media/video/saa7115.c | 4 drivers/media/video/tuner-core.c | 146 ----------- drivers/media/video/tvp5150.c | 8 drivers/media/video/vpx3220.c | 8 include/media/v4l2-subdev.h | 2 15 files changed, 490 insertions(+), 678 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