summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil2013-03-2416-26/+24Star
* [media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil2013-03-2419-33/+37
* [media] bttv: apply mute settings on openFrank Schaefer2013-03-231-1/+2
* [media] bttv: do not unmute the device before the first openFrank Schaefer2013-03-231-1/+3
* [media] bttv: untangle audio input and mute settingFrank Schaefer2013-03-231-27/+24Star
* [media] bttv: separate GPIO part from function audio_mux()Frank Schaefer2013-03-231-6/+12
* [media] bttv: rename field 'audio' in struct 'bttv' to 'audio_input'Frank Schaefer2013-03-233-8/+8
* [media] bttv: do not save the audio input in audio_mux()Frank Schaefer2013-03-231-5/+5
* [media] bttv: audio_mux(): do not change the value of the v4l2 mute controlFrank Schaefer2013-03-231-4/+4
* [media] bttv: audio_mux(): use a local variable "gpio_mute" instead of modify...Frank Schaefer2013-03-231-4/+4
* [media] cx23885: use IS_ENABLEDMauro Carvalho Chehab2013-03-231-2/+3
* [media] cx25821: Cleanup filename assignment codePeter Senna Tschudin2013-03-191-15/+6Star
* [media] media: ivtv: Remove redundant NULL check before kfreeSyam Sidhardhan2013-03-181-2/+1Star
* [media] bttv: move fini_bttv_i2c() from bttv-input.c to bttv-i2c.cFrank Schaefer2013-03-053-9/+12
* [media] bttv: make remote controls of devices with i2c ir decoder workingFrank Schaefer2013-03-051-9/+13
* [media] bttv: remove g/s_audio since there is only one audio inputHans Verkuil2013-03-051-19/+0Star
* [media] bttv: do not switch to the radio tuner unless it is accessedHans Verkuil2013-03-052-3/+21
* [media] bttv: fix try_fmt_vid_overlay and setup initial overlay sizeHans Verkuil2013-03-051-19/+25
* [media] bttv: fix g_tuner capabilities overrideHans Verkuil2013-03-051-1/+1
* [media] bttv: there may be multiple tvaudio/tda7432 devicesHans Verkuil2013-03-051-4/+10
* [media] bttv: use centralized std and implement g_stdHans Verkuil2013-03-052-1/+13
* [media] bttv: fix priority handlingHans Verkuil2013-03-052-61/+6Star
* [media] bttv: add support for control eventsHans Verkuil2013-03-052-13/+39
* [media] bttv: convert to the control frameworkHans Verkuil2013-03-053-437/+266Star
* [media] bttv: fix field handling inside TRY_FMTHans Verkuil2013-03-051-16/+12Star
* [media] bttv: fill in fb->flags for VIDIOC_G_FBUFHans Verkuil2013-03-051-0/+1
* [media] bttv: fill in colorspaceHans Verkuil2013-03-051-0/+2
* [media] bttv: G_PARM: set readbuffersHans Verkuil2013-03-051-0/+3
* [media] bttv: set initial tv/radio frequenciesHans Verkuil2013-03-052-7/+30
* [media] bttv: disable g/s_tuner and g/s_freq when no tuner present, fix retur...Hans Verkuil2013-03-051-28/+16Star
* [media] bttv: fix ENUM_INPUT and S_INPUTHans Verkuil2013-03-051-10/+5Star
* [media] bttv: add VIDIOC_DBG_G_CHIP_IDENTHans Verkuil2013-03-052-4/+39
* [media] bttv: fix querycap and radio v4l2-compliance issuesHans Verkuil2013-03-051-74/+27Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-2555-936/+878Star
|\ \
| * | [media] cx18/ivtv: fix regression: remove __init from a non-init functionHans Verkuil2013-02-114-4/+4
| * | [media] btcx-risc: move from media/i2c to media/commonHans Verkuil2013-02-084-0/+4
| * | [media] saa7134: Add capture card Hawell HW-9004V1Vadim Frolov2013-02-082-0/+18
| * | [media] sta2x11_vip: convert to videobuf2, control framework, file handlerFederico Vaga2013-02-062-641/+434Star
| * | [media] use IS_ENABLED() macroPeter Senna Tschudin2013-02-062-3/+3
| * | [media] [V2,03/24] pci/ttpci/av7110.c: use IS_ENABLED() macroPeter Senna Tschudin2013-02-061-5/+5
| * | [media] [V2,02/24] pci/saa7134/saa7134.h: use IS_ENABLED() macroPeter Senna Tschudin2013-02-061-2/+2
| * | [media] [V2,01/24] pci/cx88/cx88.h: use IS_ENABLED() macroPeter Senna Tschudin2013-02-061-6/+4Star
| * | [media] drivers/media/pci: use memmove for overlapping regionsNickolai Zeldovich2013-02-053-5/+5
| * | [media] media: cx18, ivtv: eliminate unnecessary array index checksNickolai Zeldovich2013-02-052-5/+0Star
| * | [media] meye: convert to the control frameworkHans Verkuil2013-02-052-189/+91Star
| * | [media] saa7164: silence GCC warningsPaul Bolle2013-02-051-0/+2
| * | Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab2013-01-2434-164/+151Star
| |\|
| * | [media] ngene: fix commit 36a495a336c3fbbb2f4eeed2a94ab6d5be19d186Mauro Carvalho Chehab2013-01-051-0/+1