aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88
Commit message (Expand)AuthorAgeFilesLines
* [media] cx88: don't use atomic_t for core->usersJonathan Nieder2011-05-202-3/+4
* [media] cx88: don't use atomic_t for core->mpeg_usersJonathan Nieder2011-05-202-6/+7
* [media] cx88: gracefully reject attempts to use unregistered cx88-blackbird d...Jonathan Nieder2011-05-201-11/+14
* [media] cx88: protect cx8802_devlist with a mutexJonathan Nieder2011-05-201-3/+17
* [media] cx88: hold device lock during sub-driver initializationJonathan Nieder2011-05-203-10/+4
* [media] cx88: fix locking of sub-driver operationsJonathan Nieder2011-05-204-9/+5
* [media] cx88: protect per-device driver list with device lockJonathan Nieder2011-05-204-6/+20
* [media] use pci_dev->revisionBjørn Mork2011-05-202-2/+2
* [media] Fix cx88 remote control inputLawrence Rust2011-05-041-1/+1
* [media] remove the old RC_MAP_HAUPPAUGE_NEW RC mapMauro Carvalho Chehab2011-03-221-2/+2
* [media] cx88-alsa: fix compiler warningHans Verkuil2011-03-221-1/+1
* [media] cx88: add support for TeVii S464 PCI cardIgor M. Liplianin2011-03-214-0/+42
* [media] Add proper audio support for Nova-S Plus with wm8775 ADCLawrence Rust2011-03-215-24/+170
* [media] tuner-core: remove usage of DIGITAL_TVMauro Carvalho Chehab2011-03-211-3/+1
* [media] cx88: Don't allow opening a device while it is not readyMauro Carvalho Chehab2011-03-211-10/+12
* [media] cx88: use unlocked_ioctl for cx88-video.Mauro Carvalho Chehab2011-03-211-2/+2
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-0/+8
|\
| * media/video: explicitly flush request_module workTejun Heo2010-12-241-0/+8
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-068-182/+129
|\ \
| * | [media] cx88: Remove the obsolete i2c_adapter.id fieldMauro Carvalho Chehab2010-12-302-2/+0
| * | [media] cx88: Add RC logic for Leadtek PVR 2000Mauro Carvalho Chehab2010-12-301-1/+48
| * | [media] cx88-dvb.c: DVB net latency using Hauppauge HVR4000Ang Way Chuang2010-12-291-2/+6
| * | [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-12/+0
| * | [media] drivers/media/video: Remove unnecessary semicolonsJoe Perches2010-12-291-1/+1
| * | [media] Fix parameter description for disable_irMauro Carvalho Chehab2010-12-291-1/+1
| * | [media] rc: Rename remote controller type to rc_type instead of ir_typeMauro Carvalho Chehab2010-12-291-4/+4
| * | [media] Rename all public generic RC functions from ir_ to rc_Mauro Carvalho Chehab2010-12-291-7/+7
| * | [media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab2010-12-292-2/+2
| * | [media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman2010-12-291-49/+47
| * | [media] ir-core: more cleanups of ir-functions.cDavid Härdeman2010-12-292-3/+1
| * | [media] ir-core: remove remaining users of the ir-functions keyhandlersDavid Härdeman2010-12-291-3/+8
| * | [media] ir-core: convert drivers/media/video/cx88 to ir-coreDavid Härdeman2010-12-292-128/+37
* | | [media] wm8775: Revert changeset fcb9757333 to avoid a regressionMauro Carvalho Chehab2011-01-034-117/+22
|/ /
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-12-022-9/+7
|\ \ | |/ |/|
| * [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart2010-11-222-9/+7
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-172-2/+0
|/
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-2814-236/+464
|\
| * [media] Nova-S-Plus audio line inputlawrence rust2010-10-234-15/+124
| * [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart2010-10-222-6/+6
| * [media] cx88: uninitialized variableDan Carpenter2010-10-221-2/+1
| * [media] Twinhan 1027 + IR Port supportSergey Ivanov2010-10-214-9/+82
| * [media] i2c: Stop using I2C_CLASS_TV_DIGITALJean Delvare2010-10-211-2/+0
| * V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil2010-10-211-1/+1
| * V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-213-4/+4
| * V4L/DVB: cx88: Remove BKLMauro Carvalho Chehab2010-10-212-15/+16
| * V4L/DVB: Remove the usage of I2C_HW_B_CX2388x on ir-kbd-i2c.cMauro Carvalho Chehab2010-10-213-42/+51
| * V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust2010-10-2111-121/+121
| * V4L/DVB: cx88: Fix some gcc warningsMauro Carvalho Chehab2010-10-211-7/+1
| * V4L/DVB: cx88: convert core->tvaudio into an enumlawrence rust2010-10-214-20/+64
| * V4L/DVB: drivers/media/video: Adjust confusing if indentationJulia Lawall2010-10-211-1/+2