aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2013-03-26[media] af9035: fix missing unlock on error in af9035_ctrl_msg()Wei Yongjun1-8/+9
2013-03-25[media] tuner-core: handle errors when getting signal strength/afcMauro Carvalho Chehab1-4/+6
2013-03-25[media] tuner-core: Remove the now uneeded checks at fe_has_signal/get_afcMauro Carvalho Chehab1-10/+6
2013-03-25[media] tuner-core: return afc instead of zeroMauro Carvalho Chehab1-1/+1
2013-03-25[media] tuner-core: don't set has_signal/get_afc if not supportedHans Verkuil1-1/+6
2013-03-25[media] au0828: improve firmware loading & lockingHans Verkuil1-14/+52
2013-03-25[media] au0828: fix initial video routingHans Verkuil1-12/+18
2013-03-25[media] au0828: don't change global state information on open()Hans Verkuil1-7/+2
2013-03-25[media] au0828: simplify i2c_gate_ctrlHans Verkuil1-12/+12
2013-03-25[media] au0828: fix disconnect sequenceHans Verkuil2-25/+32
2013-03-25[media] au8522_decoder: remove obsolete control opsHans Verkuil1-7/+0
2013-03-25[media] au0828: replace deprecated current_norm by g_stdHans Verkuil2-1/+13
2013-03-25[media] au0828: add try_fmt_vbi support, zero vbi.reserved, pix.privHans Verkuil1-3/+4
2013-03-25[media] au0828: add prio, control event and log_status supportHans Verkuil2-9/+37
2013-03-25[media] au0828: convert to the control frameworkHans Verkuil3-39/+17
2013-03-25[media] au0828: fix audio input handlingHans Verkuil1-9/+26
2013-03-25[media] au0828: fix intendation coding style issueHans Verkuil1-6/+6
2013-03-25[media] au0828: frequency handling fixesHans Verkuil1-5/+7
2013-03-25[media] au0828: fix querycapHans Verkuil1-6/+11
2013-03-25[media] au8522_decoder: convert to the control frameworkHans Verkuil2-90/+46
2013-03-25[media] em28xx: add support for g_chip_nameHans Verkuil1-7/+34
2013-03-25[media] stk1160: remove V4L2_CHIP_MATCH_AC97 placeholderHans Verkuil1-6/+1
2013-03-25[media] v4l2: add new VIDIOC_DBG_G_CHIP_NAME ioctlHans Verkuil3-7/+118
2013-03-25[media] v4l2-common: remove obsolete check for ' at the end of a driver nameHans Verkuil1-3/+0
2013-03-25[media] videobuf2-core: print current state of buffer in vb2_buffer_doneTushar Behera1-1/+1
2013-03-25[media] tw2804: Revert ADC Control commit 523a4f7fbcf856fb1c2a4850f44edea6738...Volokh Konstantin1-16/+1
2013-03-25[media] tw9603/6.c: use two separate const tables for the 50/60hz setupHans Verkuil2-12/+26
2013-03-25[media] tw9906: Remove unneeded version.h header includeSachin Kamat1-1/+0
2013-03-25[media] em28xx-i2c: fix coding style of multi line commentsFrank Schaefer1-18/+34
2013-03-25[media] em28xx-i2c: do not break strings across linesFrank Schaefer1-25/+20
2013-03-24[media] vivi: add v4l2_ctrl_modify_range test caseHans Verkuil1-0/+9
2013-03-24[media] sony-btf-mpx: v4l2_tuner struct is now constantMauro Carvalho Chehab1-1/+1
2013-03-24[media] v4l2 core: remove the obsolete dv_preset supportHans Verkuil3-38/+2
2013-03-24[media] v4l2-common: remove obsolete v4l_fill_dv_preset_infoHans Verkuil1-47/+0
2013-03-24[media] tw9906: add Techwell tw9906 video decoderHans Verkuil3-0/+252
2013-03-24[media] tw2804: modify ADC power controlVolokh Konstantin1-0/+1
2013-03-24[media] tw2804: add support for the Techwell tw2804Hans Verkuil3-1/+478
2013-03-24[media] tw9903: add new tw9903 video decoderHans Verkuil3-0/+283
2013-03-24[media] uda1342: add new uda1342 audio codec driverHans Verkuil3-0/+123
2013-03-24[media] ov7640: add new ov7640 driverHans Verkuil3-1/+119
2013-03-24[media] sony-btf-mpx: the MPX driver for the sony BTF PAL/SECAM tunerHans Verkuil3-1/+410
2013-03-24[media] tuner: add Sony BTF tunersHans Verkuil1-0/+69
2013-03-24[media] saa7115: add support for double-rate ASCLKHans Verkuil1-5/+11
2013-03-24[media] saa7115: improve querystd handling for the saa7115Hans Verkuil1-28/+28
2013-03-24[media] saa7115: add config flag to change the IDQ polarityHans Verkuil1-0/+6
2013-03-24[media] v4l2-ctrls: add V4L2_CID_MPEG_VIDEO_REPEAT_SEQ_HEADER controlHans Verkuil1-0/+2
2013-03-24[media] v4l2-ioctl: check if an ioctl is validHans Verkuil1-9/+13
2013-03-24[media] v4l2-ctrls: eliminate lockdep false alarms for struct v4l2_ctrl_handl...Andy Walls1-3/+5
2013-03-24[media] v4l2-ioctl: simplify debug codeHans Verkuil1-13/+2
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil67-100/+94