aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-29V4L/DVB (11626): cx23885: Two fixes for DViCO FusionHDTV DVB-T Dual ExpressChristopher Pascoe2-2/+3
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-6/+2
2009-04-06V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_subdev.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdevHans Verkuil2-3/+6
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11369): v4l2-subdev: add load_fw and use that instead of abusing core->init.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil2-2/+2
2009-03-30V4L/DVB (11297): cx23885: convert to v4l2_subdev.Hans Verkuil7-95/+47
2009-03-30V4L/DVB (11296): cx23885: bugfix error message if firmware is not foundSteven Toth1-1/+1
2009-03-30V4L/DVB (11295): cx23885: convert to v4l2_device.Hans Verkuil4-13/+25
2009-03-30V4L/DVB (11268): cx23885-417: Don't need to zero ioctl parameter fieldsTrent Piepho1-23/+4
2009-03-30V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISEMauro Carvalho Chehab1-5/+5
2009-03-30V4L/DVB (11056): Bug fix in NetUP: restore high address lines in CIAbylay Ospan1-1/+1
2009-03-30V4L/DVB (10987): cx23885: fix crash on non-netup cardsHans Verkuil2-3/+13
2009-03-30V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab1-5/+0
2009-03-30V4L/DVB (10897): Fix Kbuild MEDIA_TUNER_CUSTOMIZE dependenciesMauro Carvalho Chehab1-4/+4
2009-03-30V4L/DVB (10838): get rid of the other occurrences of DVB_FE_CUSTOMIZE typoMauro Carvalho Chehab1-4/+4
2009-03-30V4L/DVB (10836): Kconfig: replace DVB_FE_CUSTOMIZE to DVB_FE_CUSTOMISEMauro Carvalho Chehab1-4/+4
2009-03-30V4L/DVB (10835): Kconfig: Add some missing selects for a required frontendsMauro Carvalho Chehab1-0/+2
2009-03-30V4L/DVB (10805): Add support for NetUP Dual DVB-S2 CI cardIgor M. Liplianin7-3/+186
2009-03-30V4L/DVB (10798): Add CIMax(R) SP2 Common Interface code for NetUP Dual DVB-S2 CI cardAbylay Ospan2-0/+519
2009-03-30V4L/DVB (10797): Add EEPROM code for NetUP Dual DVB-S2 CI card.Abylay Ospan2-0/+149
2009-03-30V4L/DVB (10796): Add init code for NetUP Dual DVB-S2 CI cardAbylay Ospan2-0/+150
2009-03-30V4L/DVB (10544): v4l2-common: add comments warning that about the sort orderHans Verkuil1-0/+1
2009-03-30V4L/DVB (10269): Add support for DVBWorld DVBS2 PCI-e 2005.Igor M. Liplianin3-0/+21
2009-03-30V4L/DVB (10267): Add support for TeVii S470 DVB-S2 PCI-e card.Igor M. Liplianin3-0/+25
2009-03-30V4L/DVB (10266): Add support for TurboSight TBS6920 DVB-S2 PCI-e card.Igor M. Liplianin3-0/+48
2009-01-29V4L/DVB (10218): cx23885: Fix Oops for mixed install of analog and digital only cardsAndy Walls2-3/+5
2009-01-02V4L/DVB (10148): cx23885: unsigned cx23417_mailbox cannot be negativeroel kluin1-2/+3
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-4/+4
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2-15/+9
2008-12-30V4L/DVB (9795): Add Compro VideoMate E650F (DVB-T part only).Igor M. Liplianin3-0/+14
2008-12-29V4L/DVB (9654): new email addressJelle Foks1-1/+1
2008-12-16V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204Mauro Carvalho Chehab1-2/+2
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil2-2/+2
2008-10-17V4L/DVB (9271): videobuf: data storage optimisation (2)Darron Broad1-1/+1
2008-10-17V4L/DVB (9265): videobuf: data storage optimisationDarron Broad1-1/+1
2008-10-17V4L/DVB (9251): cx23885: Checkpatch complianceSteven Toth6-251/+297
2008-10-17V4L/DVB (9232): cx23885: Move the MFE frontend allocation into the correct placeSteven Toth1-22/+41
2008-10-17V4L/DVB (9231): cx23885: Define num_frontends as a function of the portSteven Toth2-0/+10
2008-10-17V4L/DVB (9230): cx23885: MFE related OOPS fixSteven Toth2-5/+4
2008-10-17V4L/DVB (9227): MFE: Add multi-frontend mutual exclusionDarron Broad1-1/+1
2008-10-17V4L/DVB (9224): MFE: bugfix: add missing frontend allocationDarron Broad1-0/+13
2008-10-17V4L/DVB (9223): MFE: Fix a number of bugs and some tidying upDarron Broad1-4/+4
2008-10-17V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.Steven Toth2-51/+66
2008-10-13V4L/DVB: v4l2-dev: remove duplicated #includeHuang Weiyi1-1/+0
2008-10-12V4L/DVB (9055): tuner-xc2028: Do a better job selecting firmware typeMauro Carvalho Chehab1-1/+2
2008-10-12V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callbackMichael Krufky3-12/+4
2008-10-12V4L/DVB (8968): replace xc3028 firmware filenames with defined default firmware namesMichael Krufky1-4/+4
2008-10-12V4L/DVB (8951): xc5000: dont pass devptr in xc5000_attach()Michael Krufky1-4/+4