summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab18-16329/+0
2012-08-13[media] common: move media/common/tuners to media/tunersMauro Carvalho Chehab1-1/+1
2012-08-13[media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab1-1/+1
2012-08-13[media] dvb: move the dvb core one level upMauro Carvalho Chehab1-1/+1
2012-08-13[media] cx88: Remove duplicate constEmil Goode3-3/+3
2012-08-13[media] dvb: get rid of fe_ioctl_override callbackMauro Carvalho Chehab1-1/+1
2012-07-06[media] cx88-blackbird: replace ioctl by unlocked_ioctlHans Verkuil1-1/+1
2012-07-06[media] cx88: don't use current_normHans Verkuil2-6/+20
2012-07-06[media] cx88: fix a number of v4l2-compliance violationsHans Verkuil2-23/+72
2012-07-06[media] cx88: support control eventsHans Verkuil2-7/+14
2012-07-06[media] cx88: add priority supportHans Verkuil4-0/+12
2012-07-06[media] cx88: move fmt, width and height to cx8800_devHans Verkuil2-29/+29
2012-07-06[media] cx88: remove radio and type from cx8800_fhHans Verkuil2-54/+37
2012-07-06[media] cx88: convert cx88-blackbird to the control frameworkHans Verkuil2-69/+39
2012-07-06[media] cx88: each device node gets the right controlsHans Verkuil4-57/+108
2012-07-06[media] cx88: first phase to convert cx88 to the control frameworkHans Verkuil6-446/+211
2012-07-06[media] cx88: fix querycapHans Verkuil3-68/+36
2012-06-11[media] cx88: fix firmware load on big-endian systemsHans Verkuil1-1/+1
2012-01-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+12
2012-01-16[media] cx88: fix: don't duplicate xc4000 entry for radioMiroslav Slugen1-12/+12
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-15/+127
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-07[media] Add support for two Leadtek Winfast TV 2000XP typesIstvan Varga3-0/+97
2012-01-06[media] cx88: Fix radio support for Leadtek DTV2000H JMiroslav Slugen2-2/+13
2011-12-31[media] tuners: remove dvb_frontend_parameters from set_params()Mauro Carvalho Chehab1-2/+1
2011-12-31[media] cx88: use DVBv5 parameters on set_params()Mauro Carvalho Chehab1-2/+3
2011-12-30[media] cx88-dvb avoid dangling core->gate_ctrl pointerDavid Fries1-3/+7
2011-11-24[media] video: Drop undue references to i2c-algo-bitJean Delvare1-1/+1
2011-11-08[media] cx88: fix menu level for the VP-3054 moduleHans Verkuil1-5/+5
2011-09-03[media] drivers/media: do not use EXTRA_CFLAGSArnaud Lacombe1-4/+4
2011-08-27[media] cx88: notch filter control fixesistvan_v@mailbox.hu2-4/+1
2011-07-27[media] cx88: implemented luma notch filter controlistvan_v@mailbox.hu2-2/+20
2011-07-27[media] cx88: implemented sharpness controlistvan_v@mailbox.hu2-3/+30
2011-07-27[media] cx88: properly maintain decoder config when using MPEG encoderDevin Heitmueller2-7/+18
2011-07-27[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab6-75/+18
2011-07-27[media] cx88: replaced duplicated code with function callistvan_v@mailbox.hu1-7/+1
2011-07-27[media] cx88: added support for Leadtek WinFast DTV1800 H with XC4000 tuneristvan_v@mailbox.hu4-0/+52
2011-07-27[media] cx88: added support for Leadtek WinFast DTV2000 H Plusistvan_v@mailbox.hu4-1/+107
2011-07-27[media] cx88: added XC4000 tuner callback and DVB attach functionsistvan_v@mailbox.hu2-0/+47
2011-05-20[media] cx88: don't use atomic_t for core->usersJonathan Nieder2-3/+4
2011-05-20[media] cx88: don't use atomic_t for core->mpeg_usersJonathan Nieder2-6/+7
2011-05-20[media] cx88: gracefully reject attempts to use unregistered cx88-blackbird d...Jonathan Nieder1-11/+14
2011-05-20[media] cx88: protect cx8802_devlist with a mutexJonathan Nieder1-3/+17
2011-05-20[media] cx88: hold device lock during sub-driver initializationJonathan Nieder3-10/+4
2011-05-20[media] cx88: fix locking of sub-driver operationsJonathan Nieder4-9/+5
2011-05-20[media] cx88: protect per-device driver list with device lockJonathan Nieder4-6/+20
2011-05-20[media] use pci_dev->revisionBjørn Mork2-2/+2
2011-05-04[media] Fix cx88 remote control inputLawrence Rust1-1/+1
2011-03-22[media] remove the old RC_MAP_HAUPPAUGE_NEW RC mapMauro Carvalho Chehab1-2/+2
2011-03-22[media] cx88-alsa: fix compiler warningHans Verkuil1-1/+1