summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
...
* [media] media: ti-vpe: vpdma: Add helper to set a background colorBenoit Parrot2016-11-222-1/+12
* [media] media: ti-vpe: vpdma: Add multi-instance and multi-client supportBenoit Parrot2016-11-224-24/+128
* [media] media: ti-vpe: vpdma: Make vpdma library into its own moduleBenoit Parrot2016-11-223-2/+36
* [media] mtk-mdp: allocate video_device dynamicallyMinghsiu Tsai2016-11-222-14/+21
* [media] vivid: fix HDMI VSDB block in the EDIDHans Verkuil2016-11-221-2/+2
* [media] atmel-isc: fix error return code in atmel_isc_probe()Wei Yongjun2016-11-221-0/+1
* [media] c8sectpfe: fix error return code in c8sectpfe_probe()Wei Yongjun2016-11-211-0/+2
* [media] media: mtk-mdp: mark PM functions as __maybe_unusedArnd Bergmann2016-11-191-8/+4
* [media] media: platform: ti-vpe: call of_node_put on non-null pointerPeter Chen2016-11-181-4/+4
* [media] blackfin: check devm_pinctrl_get() for errorsDan Carpenter2016-11-181-0/+2
* [media] c8sectpfe: Remove clk_disable_unprepare hacksPeter Griffin2016-11-181-5/+1
* Merge tag 'v4.9-rc5' into patchworkMauro Carvalho Chehab2016-11-161-1/+1
|\
| * mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* | [media] s5p-mfc: Fix clock management in s5p_mfc_release() functionMarek Szyprowski2016-11-161-3/+4
* | [media] s5p-mfc: Use clock gating only on MFC v5 hardwareMarek Szyprowski2016-11-163-2/+18
* | [media] s5p-mfc: Skip incomplete frameDonghwa Lee2016-11-162-2/+8
* | [media] s5p-mfc: Fix MFC context buffer sizeIngi Kim2016-11-161-1/+1
* | [media] s5p-mfc: Correct scratch buffer size of H.263 decoderAndrzej Hajda2016-11-161-1/+2
* | [media] exynos-gsc: Add support for Exynos5433 specific versionMarek Szyprowski2016-11-162-20/+60
* | [media] exynos-gsc: Enable driver on ARCH_EXYNOSMarek Szyprowski2016-11-161-1/+1
* | [media] exynos-gsc: Use of_device_get_match_data() helperMarek Szyprowski2016-11-161-13/+2
* | [media] exynos-gsc: Add missing newline char in debug messagesMarek Szyprowski2016-11-161-2/+2
* | [media] exynos-gsc: Remove unused lclk_freqency entryMarek Szyprowski2016-11-162-3/+0
* | [media] exynos-gsc: Simplify system PM even moreMarek Szyprowski2016-11-161-19/+2
* | [media] exynos-gsc: Simplify system PMUlf Hansson2016-11-162-24/+0
* | [media] exynos-gsc: Do full clock gating at runtime PM suspendUlf Hansson2016-11-161-2/+2
* | [media] exynos-gsc: Fixup clock management at ->remove()Ulf Hansson2016-11-161-2/+5
* | [media] exynos-gsc: Make PM callbacks available conditionallyUlf Hansson2016-11-161-41/+43
* | [media] exynos-gsc: Make driver functional when CONFIG_PM is unsetUlf Hansson2016-11-161-9/+8
* | [media] exynos-gsc: Convert gsc_m2m_resume() from int to voidUlf Hansson2016-11-161-4/+3
* | [media] exynos-gsc: Simplify clock managementUlf Hansson2016-11-161-35/+14
* | [media] s5p-mfc: include buffer size in error messageShuah Khan2016-11-161-1/+2
* | [media] exynos-gsc: cleanup m2m src and dst vb2 queues on STREAMOFFJavier Martinez Canillas2016-11-161-0/+17
* | [media] exynos-gsc: unregister video device node on driver removalJavier Martinez Canillas2016-11-161-1/+3
* | [media] exynos-gsc: don't release a non-dynamically allocated video_deviceJavier Martinez Canillas2016-11-161-6/+3
* | [media] exynos-gsc: do proper bytesperline and sizeimage calculationJavier Martinez Canillas2016-11-161-4/+17
* | [media] exynos-gsc: fix supported RGB pixel formatJavier Martinez Canillas2016-11-161-2/+2
* | [media] exynos-gsc: don't clear format when freeing buffers with REQBUFS(0)Javier Martinez Canillas2016-11-161-7/+1
* | [media] exynos-gsc: change spamming try_fmt log message to debugJavier Martinez Canillas2016-11-161-1/+1
* | [media] s5p-mfc: Collapse two error message into oneShuah Khan2016-11-161-2/+1
* | [media] exynos4-is: fimc: Roundup imagesize to row size for tiled formatsNicolas Dufresne2016-11-161-2/+12
* | [media] v4l: Add Renesas R-Car FDP1 DriverKieran Bingham2016-11-163-0/+2459
* | [media] v4l: omap3isp: Use dma_request_chan_by_mask() to request the DMA channelPeter Ujfalusi2016-11-161-13/+15
* | [media] v4l: omap3isp: Fix OF node double put when parsing OF graphLaurent Pinchart2016-11-161-10/+9
* | [media] cec: move the CEC framework out of staging and to mediaHans Verkuil2016-11-161-1/+1
* | [media] mtk-vcodec: add index check in decoder vidioc_qbufWu-Cheng Li2016-11-161-0/+4
* | [media] DaVinci-VPFE-Capture: Replace a memcpy() call by an assignment in vpf...Markus Elfring2016-11-161-1/+1
* | [media] DaVinci-VPBE: Check return value of a setup_if_config() call in vpbe_...Markus Elfring2016-11-161-3/+1
* | [media] st-hva: fix a copy-and-paste variable name errorColin Ian King2016-11-161-1/+1
* | [media] squash lines for simple wrapper functionsMasahiro Yamada2016-11-162-19/+4
OpenPOWER on IntegriCloud