aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/bt8xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-04[media] update Michael Krufky's email addressMichael Krufky1-1/+1
2014-02-04[media] media: bt8xx: add missing put_device callLevente Kurusa1-1/+1
2014-01-07[media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda1-3/+3
2014-01-07[media] saa6588: add support for non-blocking modeHans Verkuil1-1/+3
2013-11-29[media] bttv: don't setup the controls if there are no video devicesHans Verkuil1-1/+2
2013-10-17[media] misc drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker2-3/+2
2013-10-17[media] pci: bt878: Remove redundant pci_set_drvdataSachin Kamat1-1/+0
2013-07-26[media] bttv: stop abusing mbox_we for sw_statusOndrej Zary2-17/+12
2013-06-17[media] bttv: fix querystdHans Verkuil1-2/+2
2013-06-17[media] v4l2: remove g_chip_ident from bridge drivers where it is easy to do soHans Verkuil1-38/+0
2013-05-27[media] media: pci: remove duplicate checks for EPERMLad, Prabhakar1-6/+0
2013-05-21[media] CARDLIST.bttv: add new cardsHans Verkuil1-0/+1
2013-05-21[media] bttv: Add CyberVision CV06Ondrej Zary1-0/+10
2013-05-21[media] bttv: Add noname Bt848 capture card with 14MHz xtalOndrej Zary2-1/+21
2013-05-21[media] bttv: Add Adlink MPG24 entry to the bttv cardlistHans Verkuil2-5/+18
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-3/+3
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen1-3/+3
2013-04-01Merge tag 'v3.9-rc5' into patchworkMauro Carvalho Chehab1-5/+15
2013-03-26[media] [REGRESSION] bt8xx: Fix too large height in cropcapHans de Goede1-5/+15
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil1-3/+2
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil1-3/+3
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil1-4/+7
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil1-6/+8
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 modifying the function parameter "mute"Frank Schaefer1-4/+4
2013-03-05[media] bttv: move fini_bttv_i2c() from bttv-input.c to bttv-i2c.cFrank Schaefer3-9/+12
2013-03-05[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 return codesHans 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