summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'linus' into patchworkMauro Carvalho Chehab2013-06-204-17/+15
| |\
| * | [media] drivers/media/pci/mantis/mantis_cards: Convert to module_pci_driverLibo Chen2013-06-171-12/+1
| * | [media] drivers/media/pci/pluto2/pluto2: Convert to module_pci_driverLibo Chen2013-06-171-12/+1
| * | [media] drivers/media/pci/dm1105/dm1105: Convert to module_pci_driverLibo Chen2013-06-171-12/+1
| * | [media] drivers/media/pci/mantis/hopper_cards: Convert to module_pci_driverLibo Chen2013-06-171-12/+1
| * | [media] drivers/media/pci/dm1105/dm1105: Convert to module_pci_driverLibo Chen2013-06-171-12/+1
| * | [media] drivers/media/pci/pt1/pt1: Convert to module_pci_driverLibo Chen2013-06-171-14/+1
| * | Properly handle tristate dependencies on USB/PCI menusMauro Carvalho Chehab2013-06-171-1/+3
| * | [media] saa7134: fix empress format compliance bugsHans Verkuil2013-06-172-24/+47
| * | [media] saa7134: fix format-related compliance issuesHans Verkuil2013-06-171-22/+52
| * | [media] saa7134: move qos_request from saa7134_fh to saa7134_devHans Verkuil2013-06-172-3/+3
| * | [media] saa7134: move fmt/width/height from saa7134_fh to saa7134_devHans Verkuil2013-06-172-29/+32
| * | [media] saa7134: move the overlay fields from saa7134_fh to saa7134_devHans Verkuil2013-06-172-21/+21
| * | [media] saa7134: remove radio/type field from saa7134_fhHans Verkuil2013-06-172-59/+32
| * | [media] zoran: remove bogus autodetect mode in set_normHans Verkuil2013-06-171-23/+0
| * | [media] bttv: fix querystdHans Verkuil2013-06-171-2/+2
| * | [media] saa7134: drop deprecated current_normHans Verkuil2013-06-172-2/+0
| * | [media] cx23885: remove use of deprecated current_normHans Verkuil2013-06-172-9/+3
| * | [media] saa7164: replace current_norm by g_stdHans Verkuil2013-06-173-2/+25
| * | [media] saa6752hs: convert to the control frameworkHans Verkuil2013-06-171-335/+122
| * | [media] ivtv: fix register range checkHans Verkuil2013-06-171-0/+2
| * | [media] cx18: fix register range checkHans Verkuil2013-06-171-0/+4
| * | [media] mxb: check register address when reading/writing a registerHans Verkuil2013-06-171-0/+4
| * | [media] saa7134: check register address in g_registerHans Verkuil2013-06-171-2/+2
| * | [media] saa6752hs: drop obsolete g_chip_identHans Verkuil2013-06-171-14/+0
| * | [media] cx23885: remove g_chip_identHans Verkuil2013-06-175-145/+29
| * | [media] ivtv: remove g_chip_identHans Verkuil2013-06-172-44/+5
| * | [media] cx18: remove g_chip_ident supportHans Verkuil2013-06-173-104/+7
| * | [media] v4l2: remove g_chip_ident from bridge drivers where it is easy to do soHans Verkuil2013-06-177-117/+4
| * | [media] media: pci: remove duplicate checks for EPERMLad, Prabhakar2013-05-277-32/+0
| * | [media] sta2x11_vip: fix error return code in sta2x11_vip_init_one()Wei Yongjun2013-05-271-1/+2
| * | [media] stb0899: remove commented value from IQ_SWAP_ON/OFF usagesReinhard Nissl2013-05-213-3/+3
| * | [media] CARDLIST.bttv: add new cardsHans Verkuil2013-05-211-0/+1
| * | [media] bttv: Add CyberVision CV06Ondrej Zary2013-05-211-0/+10
| * | [media] bttv: Add noname Bt848 capture card with 14MHz xtalOndrej Zary2013-05-212-1/+21
| * | [media] bttv: Add Adlink MPG24 entry to the bttv cardlistHans Verkuil2013-05-212-5/+18
* | | drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-031-1/+1
* | | drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-031-1/+1
| |/ |/|
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-06-182-9/+6
|\ \
| * | [media] cx88: fix NULL pointer dereferenceHans Verkuil2013-06-082-9/+6
* | | zoran: racy refcount handling in vm_ops ->open()/->close()Al Viro2013-05-312-8/+9
| |/ |/|
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-022-4/+6
|\ \
| * | i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen2013-04-022-4/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-129/+56
|\ \ \
| * | | zoran: Don't print proc_dir_entry data in debugDavid Howells2013-05-011-1/+1
| * | | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
| * | | cx25821: sanitize cx25821_openfile_audio() a bit...Al Viro2013-04-131-68/+28
| * | | cx25821: sanitize cx25821_get_audio_data() a bitAl Viro2013-04-131-58/+25
| * | | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-2/+2
| |/ /
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-3065-4347/+1752
|\ \ \ | | |/ | |/|
OpenPOWER on IntegriCloud