On Saturday 07 February 2009 23:36:57 Hans Verkuil wrote: > On Saturday 07 February 2009 22:52:39 Manu Abraham wrote: > > Hans Verkuil wrote: > > > Hi Mauro, > > > > > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146 > > > for the following: > > > > > > - saa7146: implement v4l2_device support. > > > - saa7146: i2c adapdata now points to v4l2_device. > > > > This will cause saa7146 core to be dependent on V4L2. Isn't it ? > > Urgh, of course. Mauro, please do not commit. I need to redo a few > things. > > Regards, > > Hans Mauro, Fixing this was easier than expected. So here is the new pull request: Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146 for the following: - saa7146: implement v4l2_device support. - saa7146: i2c adapdata now points to v4l2_device. - saa7146: the adapter class will be NULL when v4l2_subdev is used. - saa7146: convert saa7146 and mxb in particular to v4l2_subdev. - saa7146: setting control while capturing should return EBUSY, not EINVAL. - saa7146: prevent unnecessary loading of v4l2-common. - saa7146: move v4l2 device registration to saa7146_vv. Thanks, Hans diffstat: a/linux/drivers/media/video/tda9840.h | 14 - linux/drivers/media/common/saa7146_core.c | 33 +-- linux/drivers/media/common/saa7146_fops.c | 11 - linux/drivers/media/common/saa7146_i2c.c | 11 - linux/drivers/media/common/saa7146_video.c | 31 ++- linux/drivers/media/video/mxb.c | 275 +++++++++++------------------ linux/drivers/media/video/saa5246a.c | 74 +++++-- linux/drivers/media/video/saa5249.c | 75 +++++-- linux/drivers/media/video/tda9840.c | 79 +------- linux/drivers/media/video/tea6415c.c | 50 ++--- linux/drivers/media/video/tea6415c.h | 12 - linux/drivers/media/video/tea6420.c | 66 +++--- linux/drivers/media/video/tea6420.h | 27 +- linux/include/media/saa7146.h | 8 linux/include/media/v4l2-chip-ident.h | 18 + 15 files changed, 394 insertions(+), 390 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