aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-08[media] dvb: use ktime_t for internal timeoutArnd Bergmann5-16/+11
2016-07-08[media] media: coda: Fix probe() if reset controller is missingAlexander Shiyan1-1/+1
2016-07-08[media] vb2: Fix commentRicardo Ribalda1-1/+1
2016-07-08[media] vb2: Merge vb2_internal_qbuf and vb2_qbufRicardo Ribalda1-9/+5
2016-07-08[media] vb2: Merge vb2_internal_dqbuf and vb2_dqbufRicardo Ribalda1-22/+17
2016-07-08[media] vb2: V4L2_BUF_FLAG_DONE is set after DQBUFRicardo Ribalda1-0/+6
2016-07-08[media] sur40: drop unnecessary format descriptionHans Verkuil1-1/+0
2016-07-08[media] usbtv: improve a commentLubomir Rintel1-2/+17
2016-07-08[media] usbtv: clarify the licensingLubomir Rintel4-37/+93
2016-07-08[media] sur40: fix occasional oopses on device closeFlorian Echtler1-1/+2
2016-07-08[media] sur40: lower poll interval to fix occasional FPS drops to ~56 FPSFlorian Echtler1-1/+1
2016-07-08[media] saa7164: Replace if and BUG with BUG_ONAmitoj Kaur Chawla1-4/+2
2016-07-08[media] bt8xx: remove needless module refcountingAlexey Khoroshilov1-2/+0
2016-07-08[media] rc-main: fix kernel oops after unloading keymap moduleHans Verkuil1-2/+8
2016-07-08[media] v4l2-tpg: ignore V4L2_DV_RGB_RANGE setting for YUV formatsHans Verkuil1-2/+2
2016-07-08[media] drivers/media/platform/Kconfig: fix VIDEO_MEDIATEK_VCODEC dependencyHans Verkuil1-1/+1
2016-07-08[media] mtk-vcodec: convert driver to use the new vb2_queue dev fieldHans Verkuil3-22/+6
2016-07-08[media] gspca: avoid unused variable warningsArnd Bergmann3-3/+3
2016-07-08[media] gspca: correct speed testingOliver Neukum1-1/+1
2016-07-08[media] hdpvr: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar3-13/+5
2016-07-08[media] adv7604: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-13/+1
2016-07-08[media] tc358743: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-14/+1
2016-07-08[media] adv7842: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-14/+2
2016-07-08[media] sn9c20x: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-10/+4
2016-07-08[media] gspca: fix a v4l2-compliance failure about buffer timestampAntonio Ospite1-1/+1
2016-07-08[media] gspca: fix a v4l2-compliance failure about VIDIOC_ENUM_FRAMEINTERVALSAntonio Ospite1-1/+18
2016-07-08[media] gspca: rename wxh_to_mode() to wxh_to_nearest_mode()Antonio Ospite1-4/+4
2016-07-08[media] gspca: fix setting frame interval type in vidioc_enum_frameintervals()Antonio Ospite1-1/+1
2016-07-08[media] gspca: ov534/topro: use a define for the default framerateAntonio Ospite2-6/+7
2016-07-08[media] pwc: hide unused labelArnd Bergmann1-0/+2
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil84-193/+118
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil14-94/+22
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil12-68/+15
2016-07-08[media] media/.../soc-camera: convert drivers to use the new vb2_queue dev fieldHans Verkuil3-36/+4
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil9-107/+17
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil8-71/+12
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil12-86/+9
2016-07-08[media] staging/media: convert drivers to use the new vb2_queue dev fieldHans Verkuil4-21/+2
2016-07-08[media] media/pci/tw686x: convert driver to use the new vb2_queue dev fieldHans Verkuil2-36/+1
2016-07-08[media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil34-153/+32
2016-07-08[media] sur40: set q->dev instead of allocating a contextHans Verkuil1-12/+1
2016-07-08[media] vb2: add a dev field to use for the default allocation contextHans Verkuil1-6/+8
2016-07-08[media] vb2: move dma_attrs to vb2_queueHans Verkuil4-14/+14
2016-07-08[media] exynos4-is: Fix buffer release issue on fimc m2m video nodesSylwester Nawrocki1-14/+10
2016-07-08[media] s5p-mfc: improve v4l2_capability driver and card fieldsJavier Martinez Canillas4-5/+6
2016-07-08[media] s5p-mfc: set capablity bus_info as required by VIDIOC_QUERYCAPJavier Martinez Canillas2-2/+4
2016-07-08[media] s5p-mfc: use vb2_is_streaming() to check vb2 queue statusJavier Martinez Canillas1-2/+2
2016-07-08[media] s5p-mfc: don't print errors on VIDIOC_REQBUFS unsupported mem typeJavier Martinez Canillas1-1/+1
2016-07-08[media] s5p-mfc: fix typo in s5p_mfc_dec function commentJavier Martinez Canillas1-1/+1
2016-07-08[media] s5p-mfc: fix error path in driver probeMarek Szyprowski1-5/+9