aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88 (follow)
AgeCommit message (Expand)AuthorFilesLines
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 driverJonathan 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
2011-03-21[media] cx88: add support for TeVii S464 PCI cardIgor M. Liplianin4-0/+42
2011-03-21[media] Add proper audio support for Nova-S Plus with wm8775 ADCLawrence Rust5-24/+170
2011-03-21[media] tuner-core: remove usage of DIGITAL_TVMauro Carvalho Chehab1-3/+1
2011-03-21[media] cx88: Don't allow opening a device while it is not readyMauro Carvalho Chehab1-10/+12
2011-03-21[media] cx88: use unlocked_ioctl for cx88-video.Mauro Carvalho Chehab1-2/+2
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+8
2011-01-06Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds8-182/+129
2011-01-03[media] wm8775: Revert changeset fcb9757333 to avoid a regressionMauro Carvalho Chehab4-117/+22
2010-12-30[media] cx88: Remove the obsolete i2c_adapter.id fieldMauro Carvalho Chehab2-2/+0
2010-12-30[media] cx88: Add RC logic for Leadtek PVR 2000Mauro Carvalho Chehab1-1/+48
2010-12-29[media] cx88-dvb.c: DVB net latency using Hauppauge HVR4000Ang Way Chuang1-2/+6
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-12/+0
2010-12-29[media] drivers/media/video: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-12-29[media] Fix parameter description for disable_irMauro Carvalho Chehab1-1/+1
2010-12-29[media] rc: Rename remote controller type to rc_type instead of ir_typeMauro Carvalho Chehab1-4/+4
2010-12-29[media] Rename all public generic RC functions from ir_ to rc_Mauro Carvalho Chehab1-7/+7
2010-12-29[media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab2-2/+2
2010-12-29[media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman1-49/+47
2010-12-29[media] ir-core: more cleanups of ir-functions.cDavid Härdeman2-3/+1
2010-12-29[media] ir-core: remove remaining users of the ir-functions keyhandlersDavid Härdeman1-3/+8
2010-12-29[media] ir-core: convert drivers/media/video/cx88 to ir-coreDavid Härdeman2-128/+37
2010-12-24media/video: explicitly flush request_module workTejun Heo1-0/+8
2010-12-02Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds2-9/+7
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart2-9/+7
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2-2/+0
2010-10-28Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds14-236/+464
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-23[media] Nova-S-Plus audio line inputlawrence rust4-15/+124
2010-10-22[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart2-6/+6
2010-10-22[media] cx88: uninitialized variableDan Carpenter1-2/+1
2010-10-21[media] Twinhan 1027 + IR Port supportSergey Ivanov4-9/+82
2010-10-21[media] i2c: Stop using I2C_CLASS_TV_DIGITALJean Delvare1-2/+0
2010-10-21V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil1-1/+1
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil3-4/+4
2010-10-21V4L/DVB: cx88: Remove BKLMauro Carvalho Chehab2-15/+16
2010-10-21V4L/DVB: Remove the usage of I2C_HW_B_CX2388x on ir-kbd-i2c.cMauro Carvalho Chehab3-42/+51
2010-10-21V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust11-121/+121
2010-10-21V4L/DVB: cx88: Fix some gcc warningsMauro Carvalho Chehab1-7/+1
2010-10-21V4L/DVB: cx88: convert core->tvaudio into an enumlawrence rust4-20/+64