Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-subdev for the following: - v4l-dvb: replace the v4l2_i2c_new_*subdev* functions with v4l2_i2c_new_subdev() - v4l-dvb: add the s_config call to the core ops - v4l2-device: fix incorrect kernel check - v4l-dvb: add v4l2_i2c_new_subdev_board call - v4l2: rename V4L2_I2C_ADDRS to I2C_ADDRS I would prefer to see this go into 2.6.31 since this will help the development of embedded v4l drivers, but if you prefer to delay this until the 2.6.31 window closes, then that is OK by me. But I do not know if that is also OK by Guennadi, Eduardo and Karicheri. All three (and probably others I missed as well) are waiting for this functionality. Having this in the 2.6.31 mainline will probably simplify their work. Thanks, Hans diffstat: linux/Documentation/video4linux/v4l2-framework.txt | 28 +- linux/drivers/media/video/au0828/au0828-cards.c | 4 linux/drivers/media/video/bt8xx/bttv-cards.c | 57 ++-- linux/drivers/media/video/cafe_ccic.c | 2 linux/drivers/media/video/cx18/cx18-i2c.c | 15 - linux/drivers/media/video/cx231xx/cx231xx-cards.c | 4 linux/drivers/media/video/cx23885/cx23885-cards.c | 2 linux/drivers/media/video/cx23885/cx23885-video.c | 10 linux/drivers/media/video/cx88/cx88-cards.c | 14 - linux/drivers/media/video/cx88/cx88-video.c | 10 linux/drivers/media/video/em28xx/em28xx-cards.c | 26 - linux/drivers/media/video/ivtv/ivtv-i2c.c | 22 - linux/drivers/media/video/mxb.c | 14 - linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c | 10 linux/drivers/media/video/saa7134/saa7134-cards.c | 12 linux/drivers/media/video/saa7134/saa7134-core.c | 10 linux/drivers/media/video/usbvision/usbvision-i2c.c | 12 linux/drivers/media/video/v4l2-common.c | 270 ++++++++++---------- linux/drivers/media/video/v4l2-device.c | 2 linux/drivers/media/video/vino.c | 12 linux/drivers/media/video/w9968cf.c | 4 linux/drivers/media/video/zoran/zoran_card.c | 8 linux/include/media/v4l2-common.h | 44 ++- linux/include/media/v4l2-subdev.h | 7 v4l/compat.h | 6 25 files changed, 322 insertions(+), 283 deletions(-) -- Hans Verkuil - video4linux developer - sponsored by TANDBERG Telecom -- 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