aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-22[media] media: ti-vpe: vpdma: Add helper to set a background colorBenoit Parrot2-1/+12
2016-11-22[media] media: ti-vpe: vpdma: Add multi-instance and multi-client supportBenoit Parrot4-24/+128
2016-11-22[media] media: ti-vpe: vpdma: Make vpdma library into its own moduleBenoit Parrot3-2/+36
2016-11-22[media] mtk-mdp: allocate video_device dynamicallyMinghsiu Tsai2-14/+21
2016-11-22[media] vivid: fix HDMI VSDB block in the EDIDHans Verkuil1-2/+2
2016-11-22[media] atmel-isc: fix error return code in atmel_isc_probe()Wei Yongjun1-0/+1
2016-11-21[media] c8sectpfe: fix error return code in c8sectpfe_probe()Wei Yongjun1-0/+2
2016-11-19[media] media: mtk-mdp: mark PM functions as __maybe_unusedArnd Bergmann1-8/+4
2016-11-18[media] media: platform: ti-vpe: call of_node_put on non-null pointerPeter Chen1-4/+4
2016-11-18[media] blackfin: check devm_pinctrl_get() for errorsDan Carpenter1-0/+2
2016-11-18[media] c8sectpfe: Remove clk_disable_unprepare hacksPeter Griffin1-5/+1
2016-11-16Merge tag 'v4.9-rc5' into patchworkMauro Carvalho Chehab1-1/+1
2016-11-16[media] s5p-mfc: Fix clock management in s5p_mfc_release() functionMarek Szyprowski1-3/+4
2016-11-16[media] s5p-mfc: Use clock gating only on MFC v5 hardwareMarek Szyprowski3-2/+18
2016-11-16[media] s5p-mfc: Skip incomplete frameDonghwa Lee2-2/+8
2016-11-16[media] s5p-mfc: Fix MFC context buffer sizeIngi Kim1-1/+1
2016-11-16[media] s5p-mfc: Correct scratch buffer size of H.263 decoderAndrzej Hajda1-1/+2
2016-11-16[media] exynos-gsc: Add support for Exynos5433 specific versionMarek Szyprowski2-20/+60
2016-11-16[media] exynos-gsc: Enable driver on ARCH_EXYNOSMarek Szyprowski1-1/+1
2016-11-16[media] exynos-gsc: Use of_device_get_match_data() helperMarek Szyprowski1-13/+2
2016-11-16[media] exynos-gsc: Add missing newline char in debug messagesMarek Szyprowski1-2/+2
2016-11-16[media] exynos-gsc: Remove unused lclk_freqency entryMarek Szyprowski2-3/+0
2016-11-16[media] exynos-gsc: Simplify system PM even moreMarek Szyprowski1-19/+2
2016-11-16[media] exynos-gsc: Simplify system PMUlf Hansson2-24/+0
2016-11-16[media] exynos-gsc: Do full clock gating at runtime PM suspendUlf Hansson1-2/+2
2016-11-16[media] exynos-gsc: Fixup clock management at ->remove()Ulf Hansson1-2/+5
2016-11-16[media] exynos-gsc: Make PM callbacks available conditionallyUlf Hansson1-41/+43
2016-11-16[media] exynos-gsc: Make driver functional when CONFIG_PM is unsetUlf Hansson1-9/+8
2016-11-16[media] exynos-gsc: Convert gsc_m2m_resume() from int to voidUlf Hansson1-4/+3
2016-11-16[media] exynos-gsc: Simplify clock managementUlf Hansson1-35/+14
2016-11-16[media] s5p-mfc: include buffer size in error messageShuah Khan1-1/+2
2016-11-16[media] exynos-gsc: cleanup m2m src and dst vb2 queues on STREAMOFFJavier Martinez Canillas1-0/+17
2016-11-16[media] exynos-gsc: unregister video device node on driver removalJavier Martinez Canillas1-1/+3
2016-11-16[media] exynos-gsc: don't release a non-dynamically allocated video_deviceJavier Martinez Canillas1-6/+3
2016-11-16[media] exynos-gsc: do proper bytesperline and sizeimage calculationJavier Martinez Canillas1-4/+17
2016-11-16[media] exynos-gsc: fix supported RGB pixel formatJavier Martinez Canillas1-2/+2
2016-11-16[media] exynos-gsc: don't clear format when freeing buffers with REQBUFS(0)Javier Martinez Canillas1-7/+1
2016-11-16[media] exynos-gsc: change spamming try_fmt log message to debugJavier Martinez Canillas1-1/+1
2016-11-16[media] s5p-mfc: Collapse two error message into oneShuah Khan1-2/+1
2016-11-16[media] exynos4-is: fimc: Roundup imagesize to row size for tiled formatsNicolas Dufresne1-2/+12
2016-11-16[media] v4l: Add Renesas R-Car FDP1 DriverKieran Bingham3-0/+2459
2016-11-16[media] v4l: omap3isp: Use dma_request_chan_by_mask() to request the DMA channelPeter Ujfalusi1-13/+15
2016-11-16[media] v4l: omap3isp: Fix OF node double put when parsing OF graphLaurent Pinchart1-10/+9
2016-11-16[media] cec: move the CEC framework out of staging and to mediaHans Verkuil1-1/+1
2016-11-16[media] mtk-vcodec: add index check in decoder vidioc_qbufWu-Cheng Li1-0/+4
2016-11-16[media] DaVinci-VPFE-Capture: Replace a memcpy() call by an assignment in vpfe_enum_input()Markus Elfring1-1/+1
2016-11-16[media] DaVinci-VPBE: Check return value of a setup_if_config() call in vpbe_set_output()Markus Elfring1-3/+1
2016-11-16[media] st-hva: fix a copy-and-paste variable name errorColin Ian King1-1/+1
2016-11-16[media] squash lines for simple wrapper functionsMasahiro Yamada2-19/+4
2016-11-16[media] media: fix platform_no_drv_owner.cocci warningsFengguang Wu1-1/+0