aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2013-02-05[media] s5p-mfc: Use WARN_ON(condition) directlySachin Kamat1-2/+1
2013-02-05[media] s5p-g2d: Add support for G2D H/W Rev.4.1Sachin Kamat4-9/+62
2013-02-05[media] s5p-mfc: Use NULL instead of 0 for pointerSachin Kamat1-1/+1
2013-02-05[media] s5p-fimc: Fix bytesperline value for V4L2_PIX_FMT_YUV420M formatSylwester Nawrocki4-22/+24
2013-02-05[media] s5p-mfc: Fix a watchdog bugKamil Debski1-1/+1
2013-02-05[media] omap3isp: Fix histogram regionsJohannes Schellen1-8/+8
2013-02-05[media] omap3isp: Use devm_* managed functionsLaurent Pinchart5-113/+27
2013-02-05[media] omap3isp: Remove unneeded memset after kzallocLaurent Pinchart3-3/+0
2013-02-05[media] omap3isp: preview: Lower the crop marginsLaurent Pinchart1-19/+21
2013-02-05[media] davinci: vpbe: fix missing unlock on error in vpbe_initialize()Wei Yongjun1-2/+4
2013-02-05[media] davinci: dm355: Fix uninitialized variable compiler warningsLad, Prabhakar1-1/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina80-779/+4666
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman4-56/+39
2013-01-25media: Convert to devm_ioremap_resource()Thierry Reding10-49/+33
2013-01-24Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab38-168/+150
2013-01-24Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2013-01-23omap3isp: Set cam_mclk rate directlyLaurent Pinchart2-21/+5
2013-01-22Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Olof Johansson1-1/+1
2013-01-21drivers/media: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+4
2013-01-11drivers/media/video/s5p-tv: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1
2013-01-11drivers/media/video/s5p-fimc: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+0
2013-01-11Merge tag 'v3.8-rc3' into v4l_for_linusMauro Carvalho Chehab50-172/+276
2013-01-11[media] media: remove __dev* annotationsStephen Rothwell1-3/+3
2013-01-08[media] coda: Fix build due to iram.h renameSascha Hauer1-1/+1
2013-01-06[media] omap3isp: Don't include <plat/cpu.h>Laurent Pinchart1-2/+0
2013-01-06[media] omap_vout: find_vma() needs ->mmap_sem heldAl Viro1-5/+7
2013-01-06[media] v4l: Don't compile v4l2-int-device unless really neededSakari Ailus1-1/+1
2013-01-06[media] s5p-mfc: Context handling in open() bugfixKamil Debski1-2/+2
2013-01-06[media] s5p-mfc: Change internal buffer allocation from vb2 ops to dma_alloc_...Kamil Debski5-229/+143
2013-01-06[media] s5p-mfc: Correct check of vb2_dma_contig_init_ctx return valueKamil Debski1-2/+2
2013-01-06[media] s5p-mfc: Move firmware allocation point to avoid allocation problemsKamil Debski4-97/+94
2013-01-06[media] s5p-mfc: Fix an error checkSachin Kamat1-2/+2
2013-01-06[media] s5p-mfc: Fix a typo in error message in s5p_mfc_pm.cSachin Kamat1-1/+1
2013-01-06[media] s5p-mfc: Remove redundant 'break'Sachin Kamat1-1/+0
2013-01-06[media] s5p-mfc: Flush DPB buffers during stream offArun Kumar K4-8/+31
2013-01-06[media] s5p-mfc: remove unused variableWei Yongjun2-11/+0
2013-01-06[media] s5p-mfc: Add device tree supportArun Kumar K1-16/+84
2013-01-06[media] exynos-gsc: Support dmabuf export bufferShaik Ameer Basha1-2/+10
2013-01-06[media] s5p-g2d: Fix incorrect usage of IS_ERR_OR_NULLTony Prisk1-2/+2
2013-01-06[media] s5p-tv: Add missing braces around sizeof in hdmi_drv.cSachin Kamat1-4/+4
2013-01-06[media] s5p-tv: Add missing braces around sizeof in hdmiphy_drv.cSachin Kamat1-1/+1
2013-01-06[media] s5p-tv: Add missing braces around sizeof in mixer_drv.cSachin Kamat1-2/+2
2013-01-06[media] s5p-tv: Add missing braces around sizeof in mixer_reg.cSachin Kamat1-3/+3
2013-01-06[media] s5p-tv: Add missing braces around sizeof in mixer_video.cSachin Kamat1-9/+9
2013-01-06[media] s5p-tv: Add missing braces around sizeof in sdo_drv.cSachin Kamat1-2/+2
2013-01-06[media] s5p-tv: Fix incorrect usage of IS_ERR_OR_NULLTony Prisk2-10/+10
2013-01-06[media] s5p-tv: Fix return value in sdo_probe() on error pathsSylwester Nawrocki1-11/+14
2013-01-06[media] s5p-fimc: Prevent AB-BA deadlock during links reconfigurationSylwester Nawrocki3-76/+78
2013-01-06[media] s5p-fimc: Fix incorrect usage of IS_ERR_OR_NULLTony Prisk1-1/+1
2013-01-06[media] s5p-fimc: Prevent potential buffer overflowSylwester Nawrocki1-2/+2