aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-04[media] adv7842: Composite free-run platfrom-data fixMartin Bugge1-1/+1
2014-02-04[media] v4l2-dv-timings: fix GTF calculationMartin Bugge1-0/+1
2014-02-04[media] hdpvr: Fix memory leak in debugMasanari Iida1-1/+3
2014-02-04[media] af9035: add ID [2040:f900] Hauppauge WinTV-MiniStick 2Antti Palosaari1-0/+2
2014-02-04[media] mxl111sf: Fix compile when CONFIG_DVB_USB_MXL111SF is unsetDave Jones1-1/+1
2014-02-04[media] mxl111sf: Fix unintentional garbage stack readDave Jones1-1/+1
2014-02-04[media] cx24117: use a valid dev pointer for dev_err printoutAndi Shyti1-1/+1
2014-02-04[media] cx24117: remove dead code in always 'false' if statementAndi Shyti1-8/+0
2014-02-04[media] update Michael Krufky's email addressMichael Krufky16-19/+19
2014-02-04[media] vb2: Check if there are buffers before streamonRicardo Ribalda1-0/+5
2014-02-04[media] Revert "[media] videobuf_vm_{open,close} race fixes"Hans Verkuil3-19/+13
2014-02-04[media] media: bt8xx: add missing put_device callLevente Kurusa1-1/+1
2014-02-04[media] exynos4-is: Compile in fimc-lite runtime PM callbacks conditionallySylwester Nawrocki1-0/+2
2014-02-04[media] exynos4-is: Compile in fimc runtime PM callbacks conditionallySylwester Nawrocki1-0/+2
2014-02-04[media] exynos4-is: Fix error paths in probe() for !pm_runtime_enabled()Sylwester Nawrocki2-3/+5
2014-02-04[media] s5p-jpeg: Fix wrong NV12 format parametersJacek Anaszewski1-4/+4
2014-02-04[media] s5k5baf: allow to handle arbitrary long i2c sequencesAndrzej Hajda1-11/+19
2014-01-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds215-17396/+16869
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-1/+1
2014-01-27[media] media: v4l2-dev: fix video device index assignmentMarek Szyprowski1-1/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+6
2014-01-23Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds2-6/+17
2014-01-15[media] rc-core: reuse device numbersMauro Carvalho Chehab1-3/+17
2014-01-15[media] em28xx-cards: properly initialize the device bitmapMauro Carvalho Chehab1-5/+5
2014-01-15[media] media: st-rc: Add reset supportSrinivas Kandagatla1-0/+13
2014-01-15[media] m2m-deinterlace: fix allocated struct typeJassi Brar1-1/+1
2014-01-15[media] radio-usb-si4713: fix sparse non static symbol warningsWei Yongjun1-2/+2
2014-01-15[media] em28xx-audio: remove needless check before usb_free_coherent()Wei Yongjun1-5/+3
2014-01-15[media] au0828: Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-14[media] em28xx-audio: provide an error code when URB submit failsMauro Carvalho Chehab1-3/+3
2014-01-14[media] em28xx: fix check for audio only usb interfaces when changing the usb alternate settingFrank Schaefer1-2/+13
2014-01-14[media] em28xx: fix usb alternate setting for analog and digital video endpoints > 0Frank Schaefer5-14/+13
2014-01-14[media] em28xx: make 'em28xx_ctrl_ops' staticFengguang Wu1-1/+1
2014-01-14em28xx-alsa: Fix error patch for init/finiMauro Carvalho Chehab1-4/+5
2014-01-14[media] em28xx-audio: flush work at .finiMauro Carvalho Chehab1-0/+2
2014-01-14[media] drxk: remove the option to load firmware asynchronouslyMauro Carvalho Chehab3-25/+6
2014-01-14[media] em28xx: adjust period size at runtimeMauro Carvalho Chehab2-0/+10
2014-01-14[media] em28xx: push mutex down to extensions on .fini callbackMauro Carvalho Chehab2-2/+3
2014-01-14[media] em28xx: Fix usb diconnect logicMauro Carvalho Chehab1-6/+1
2014-01-14[media] em28xx: print a message at disconnectMauro Carvalho Chehab4-0/+8
2014-01-14[media] em28xx-audio: disconnect before freeing URBsMauro Carvalho Chehab1-0/+1
2014-01-14[media] em28xx-audio: simplify error handlingMauro Carvalho Chehab1-13/+14
2014-01-14[media] em28xx-audio: fix return code on device disconnectMauro Carvalho Chehab1-1/+1
2014-01-14[media] em28xx-v4l: fix the freeing of the video devices memoryFrank Schaefer1-26/+30
2014-01-14[media] em28xx: always call em28xx_release_resources() in the usb disconnect handlerFrank Schaefer2-8/+5
2014-01-14[media] em28xx-v4l: move v4l2_ctrl_handler freeing and v4l2_device unregistration to em28xx_v4l2_finiFrank Schaefer1-3/+4
2014-01-14[media] em28xx: move v4l2 dummy clock deregistration from the core to the v4l extensionFrank Schaefer2-3/+6
2014-01-14[media] em28xx: move v4l2_device_disconnect() call from the core to the v4l extensionFrank Schaefer2-10/+5
2014-01-14[media] em28xx: move usb transfer uninit on device disconnect from the core to the v4l-extensionFrank Schaefer2-3/+3
2014-01-14[media] em28xx: move usb buffer pre-allocation and transfer uninit from the core to the dvb extensionFrank Schaefer2-21/+23