Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rds for the following: - saa6588: convert to v4l2-i2c-drv-legacy.h - saa6588: convert to v4l2_subdev. - saa6588: add g_chip_ident support. - saa6588: remove legacy_class, not needed for saa6588 - cx2341x: fixed bug causing several audio controls to be no longer listed Andy, the cx2341x change fixes the bug that Jeff Campbell found. Mauro, with this saa6588 conversion all the modules that bttv uses now implement v4l2_subdev. I'd forgotten about this one since bttv doesn't load it explicitly, instead it assumes the user will modprobe it manually and that autoprobing will let it find the bttv device. This will no longer work with the new style i2c API, so when you convert bttv you will have to load this driver explicitly for those boards that can use it. Thanks, Hans diffstat: drivers/media/video/cx2341x.c | 2 drivers/media/video/saa6588.c | 257 ++++++++++++++++++++-------------------- include/media/v4l2-chip-ident.h | 3 3 files changed, 138 insertions(+), 124 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