summaryrefslogtreecommitdiff
path: root/drivers/media/pci
AgeCommit message (Expand)AuthorFilesLines
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil13-44/+34
2013-03-24[media] ivtv: prepare ivtv for adding const to s_registerHans Verkuil1-13/+13
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil21-66/+66
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil16-26/+24
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil19-33/+37
2013-03-23[media] bttv: apply mute settings on openFrank Schaefer1-1/+2
2013-03-23[media] bttv: do not unmute the device before the first openFrank Schaefer1-1/+3
2013-03-23[media] bttv: untangle audio input and mute settingFrank Schaefer1-27/+24
2013-03-23[media] bttv: separate GPIO part from function audio_mux()Frank Schaefer1-6/+12
2013-03-23[media] bttv: rename field 'audio' in struct 'bttv' to 'audio_input'Frank Schaefer3-8/+8
2013-03-23[media] bttv: do not save the audio input in audio_mux()Frank Schaefer1-5/+5
2013-03-23[media] bttv: audio_mux(): do not change the value of the v4l2 mute controlFrank Schaefer1-4/+4
2013-03-23[media] bttv: audio_mux(): use a local variable "gpio_mute" instead of modify...Frank Schaefer1-4/+4
2013-03-23[media] cx23885: use IS_ENABLEDMauro Carvalho Chehab1-2/+3
2013-03-19[media] cx25821: Cleanup filename assignment codePeter Senna Tschudin1-15/+6
2013-03-19[media] media: ivtv: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-03-06[media] bttv: move fini_bttv_i2c() from bttv-input.c to bttv-i2c.cFrank Schaefer3-9/+12
2013-03-06[media] bttv: make remote controls of devices with i2c ir decoder workingFrank Schaefer1-9/+13
2013-03-05[media] bttv: remove g/s_audio since there is only one audio inputHans Verkuil1-19/+0
2013-03-05[media] bttv: do not switch to the radio tuner unless it is accessedHans Verkuil2-3/+21
2013-03-05[media] bttv: fix try_fmt_vid_overlay and setup initial overlay sizeHans Verkuil1-19/+25
2013-03-05[media] bttv: fix g_tuner capabilities overrideHans Verkuil1-1/+1
2013-03-05[media] bttv: there may be multiple tvaudio/tda7432 devicesHans Verkuil1-4/+10
2013-03-05[media] bttv: use centralized std and implement g_stdHans Verkuil2-1/+13
2013-03-05[media] bttv: fix priority handlingHans Verkuil2-61/+6
2013-03-05[media] bttv: add support for control eventsHans Verkuil2-13/+39
2013-03-05[media] bttv: convert to the control frameworkHans Verkuil3-437/+266
2013-03-05[media] bttv: fix field handling inside TRY_FMTHans Verkuil1-16/+12
2013-03-05[media] bttv: fill in fb->flags for VIDIOC_G_FBUFHans Verkuil1-0/+1
2013-03-05[media] bttv: fill in colorspaceHans Verkuil1-0/+2
2013-03-05[media] bttv: G_PARM: set readbuffersHans Verkuil1-0/+3
2013-03-05[media] bttv: set initial tv/radio frequenciesHans Verkuil2-7/+30
2013-03-05[media] bttv: disable g/s_tuner and g/s_freq when no tuner present, fix retur...Hans Verkuil1-28/+16
2013-03-05[media] bttv: fix ENUM_INPUT and S_INPUTHans Verkuil1-10/+5
2013-03-05[media] bttv: add VIDIOC_DBG_G_CHIP_IDENTHans Verkuil2-4/+39
2013-03-05[media] bttv: fix querycap and radio v4l2-compliance issuesHans Verkuil1-74/+27
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-25Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds55-936/+878
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2013-02-12[media] cx18/ivtv: fix regression: remove __init from a non-init functionHans Verkuil4-4/+4
2013-02-08[media] btcx-risc: move from media/i2c to media/commonHans Verkuil4-0/+4
2013-02-08[media] saa7134: Add capture card Hawell HW-9004V1Vadim Frolov2-0/+18
2013-02-06[media] sta2x11_vip: convert to videobuf2, control framework, file handlerFederico Vaga2-641/+434
2013-02-06[media] use IS_ENABLED() macroPeter Senna Tschudin2-3/+3
2013-02-06[media] [V2,03/24] pci/ttpci/av7110.c: use IS_ENABLED() macroPeter Senna Tschudin1-5/+5
2013-02-06[media] [V2,02/24] pci/saa7134/saa7134.h: use IS_ENABLED() macroPeter Senna Tschudin1-2/+2
2013-02-06[media] [V2,01/24] pci/cx88/cx88.h: use IS_ENABLED() macroPeter Senna Tschudin1-6/+4
2013-02-06[media] drivers/media/pci: use memmove for overlapping regionsNickolai Zeldovich3-5/+5
2013-02-06[media] media: cx18, ivtv: eliminate unnecessary array index checksNickolai Zeldovich2-5/+0
2013-02-06[media] meye: convert to the control frameworkHans Verkuil2-189/+91