kernel-ark/drivers/media/video/cx23885
Mauro Carvalho Chehab b412ba781a V4L/DVB (7399): Removes video_dev from tuner-xc2028 config struct
The video_dev parameter, on tuner-xc2028 were used to pass i2c private data to
tuner_callback. Since the driver already have a pointer to i2c_adap->algo_data,
uses this instead.

This parameter were used also as a magic number to idenfity if two drivers are
trying to register the same xc3028 tuner. This occurs with boards with DVB
support, where both DVB and V4L drivers will share the same tuner.

Instead of using the algo_data as a private number, after this patch, the
driver will use i2c_adap->dev, with seems more consistent.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-04-24 14:07:53 -03:00
..
cx23885-cards.c V4L/DVB (7466): Avoid minor model number warning when an OEM HVR1250 board is detected 2008-04-01 19:35:46 -03:00
cx23885-core.c V4L/DVB (7374): Fix left-overs from the videobuf-dma-sg.c conversion to generic DMA 2008-04-24 14:07:51 -03:00
cx23885-dvb.c V4L/DVB (7399): Removes video_dev from tuner-xc2028 config struct 2008-04-24 14:07:53 -03:00
cx23885-i2c.c V4L/DVB (7094): static memory 2008-04-24 13:42:20 -03:00
cx23885-reg.h V4L/DVB (7007): cx23885: Add basic video support for the HVR1800 2008-01-25 19:04:49 -02:00
cx23885-vbi.c V4L/DVB (7014): cx23885: dprintk macro cleanup 2008-01-25 19:04:51 -02:00
cx23885-video.c V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA API 2008-04-24 14:07:44 -03:00
cx23885.h V4L/DVB (7045): xc5000: Small amount of cleanup and commenting 2008-01-25 19:05:07 -02:00
Kconfig V4L/DVB (6919): Kconfig: VIDEO_CX23885 must select DVB_TUNER_XC5000 if !DVB_FE_CUSTOMIZE 2008-01-25 19:04:23 -02:00
Makefile V4L/DVB (7007): cx23885: Add basic video support for the HVR1800 2008-01-25 19:04:49 -02:00