On Saturday 14 March 2009 17:13:27 Mike Isely wrote: > On Sat, 14 Mar 2009, Hans Verkuil wrote: > > Hi Mauro, > > > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the > > following: > > > > > > - v4l2-device: add v4l2_device_disconnect > > Any chance this is going to get into 2.6.29? I need to know. No, this won't go to 2.6.29. None of the drivers in 2.6.29 using this framework are USB drivers, so it's not needed there. Regards, Hans > > -Mike > > > - v4l2: call v4l2_device_disconnect in USB drivers. > > - tvaudio: add tda9875 support. > > - bttv: convert to v4l2_device. > > - cx88: convert to v4l2_device. > > > > These patches prepare the bttv and cx88 drivers for the v4l2_subdev > > conversion. Note that this is not the actual conversion, it just > > prepares these drivers by introducing v4l2_device. > > > > The v4l2_device_disconnect was added thanks to Mike Isely who pointed > > out to me that the parent device can disappear after a disconnect. > > > > The tda9875 support in tvaudio is also needed before the bttv driver > > can be converted to v4l2_subdev as it is otherwise impossible to > > correctly probe for a tda9875 or tda9874. > > > > Mauro, I don't think I'll merge the tda7432 support into tvaudio. It is > > a nice-to-have, but not a requirement since there are no probing > > conflicts with that device. > > > > Thanks, > > > > Hans > > > > diffstat: > > Documentation/video4linux/v4l2-framework.txt | 11 + > > drivers/media/dvb/bt8xx/dvb-bt8xx.c | 2 > > drivers/media/video/bt8xx/bttv-driver.c | 47 +++-- > > drivers/media/video/bt8xx/bttv-i2c.c | 10 - > > drivers/media/video/bt8xx/bttv.h | 3 > > drivers/media/video/bt8xx/bttvp.h | 5 > > drivers/media/video/cx88/cx88-cards.c | 8 > > drivers/media/video/cx88/cx88-core.c | 4 > > drivers/media/video/cx88/cx88-i2c.c | 8 > > drivers/media/video/cx88/cx88.h | 8 > > drivers/media/video/tvaudio.c | 202 > > +++++++++++++++++++++--- > > drivers/media/video/usbvision/usbvision-video.c | 2 > > drivers/media/video/v4l2-device.c | 15 + > > drivers/media/video/w9968cf.c | 4 > > include/media/v4l2-device.h | 6 > > 15 files changed, 279 insertions(+), 56 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