summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2013-06-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-139/+142
2013-06-09[media] soc_camera: error dev remove and v4l2 callWenbing Wang1-2/+2
2013-06-09[media] sh_veu: fix the buffer size calculationKatsuya Matsubara1-3/+3
2013-06-09[media] sh_veu: keep power supply until the m2m context is releasedKatsuya Matsubara1-2/+2
2013-06-09[media] sh_veu: invoke v4l2_m2m_job_finish() even if a job has been abortedKatsuya Matsubara1-4/+1
2013-06-09[media] exynos4-is: Remove "sysreg" clock handlingSylwester Nawrocki2-2/+0
2013-06-09[media] exynos4-is: Fix reported colorspace at FIMC-IS-ISP subdevSylwester Nawrocki1-2/+2
2013-06-09[media] exynos4-is: Ensure fimc-is clocks are not enabled until properly conf...Sylwester Nawrocki1-10/+3
2013-06-09[media] exynos4-is: Prevent NULL pointer dereference when firmware isn't loadedSylwester Nawrocki1-1/+7
2013-06-03[media] s5p-mfc: Add NULL check for allocated bufferSachin Kamat1-1/+1
2013-06-03[media] s5p-mfc: added missing end-of-lines in debug messagesAndrzej Hajda6-23/+23
2013-06-03[media] s5p-mfc: v4l2 controls setup routine moved to initialization codeAndrzej Hajda1-1/+1
2013-06-03[media] s5p-mfc: separate encoder parameters for h264 and mpeg4Andrzej Hajda1-1/+1
2013-06-03[media] s5p-mfc: Remove special clock usage in driverArun Kumar K3-22/+0
2013-06-03[media] s5p-mfc: Remove unused s5p_mfc_get_decoded_status_v6() functionSylwester Nawrocki1-7/+1
2013-06-03[media] coda: v4l2-compliance fix: add VIDIOC_CREATE_BUFS supportPhilipp Zabel1-0/+9
2013-06-03[media] s5p-mfc: Update v6 encoder buffer allocArun Kumar K5-53/+67
2013-05-29Merge branch 'fbdev-3.10-fixes' of git://gitorious.org/linux-omap-dss2/linux ...Jean-Christophe PLAGNIOL-VILLARD1-0/+3
2013-05-23OMAPDSS: Fix crash with DT bootTomi Valkeinen1-0/+3
2013-05-21[media] exynos4-is: Fix off-by-one valid range checking for is->config_indexAxel Lin1-1/+1
2013-05-21[media] s3c-camif: Fix incorrect variable typeSachin Kamat1-1/+1
2013-05-21[media] exynos4-is: Fix potential null pointer dereference in mipi-csis.cSachin Kamat1-1/+1
2013-05-21[media] vpfe-capture.c: remove unused label probe_free_lockHans Verkuil1-1/+0
2013-05-21[media] davinci: vpfe: fix error path in probeLad, Prabhakar1-1/+1
2013-05-21[media] media: davinci: vpbe: fix layer availability for NV12 formatLad, Prabhakar1-0/+15
2013-05-01Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-80/+219
2013-04-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds91-1575/+8054
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-04-30Merge branch 'devel-for-v3.10' into v4l_for_linusMauro Carvalho Chehab91-1575/+8054
2013-04-30media: coda: use genalloc APIPhilipp Zabel2-15/+31
2013-04-25[media] mem2mem_testdev: set timestamp_type and add debug paramHans Verkuil1-1/+11
2013-04-25[media] mx2-emmaprp: Add copy time stamp handlingKamil Debski1-0/+5
2013-04-25[media] m2m-deinterlace: Add copy time stamp handlingKamil Debski1-0/+5
2013-04-25[media] exynos-gsc: Add copy time stamp handlingKamil Debski1-0/+5
2013-04-25[media] coda: Add copy time stamp handlingKamil Debski1-0/+5
2013-04-25[media] s5p-mfc: Optimize copy time stamp handlingKamil Debski1-6/+4
2013-04-25[media] s5p-jpeg: Add copy time stamp handlingKamil Debski1-0/+5
2013-04-25[media] s5p-g2d: Add copy time stamp handlingKamil Debski1-0/+5
2013-04-25[media] exynos4-is: Copy timestamps from M2M OUTPUT to CAPTURE buffer queueSylwester Nawrocki1-5/+9
2013-04-25[media] exynos4-is: Fix TRY format propagation at MIPI-CSIS subdevSylwester Nawrocki1-10/+4
2013-04-25[media] exynos4-is: Fix driver name reported in vidioc_querycapSylwester Nawrocki4-16/+24
2013-04-25[media] s5p-mfc: fix error return code in s5p_mfc_probe()Wei Yongjun1-1/+2
2013-04-25[media] exynos4-is: Fix runtime PM handling on fimc-is probe error pathSylwester Nawrocki1-4/+3
2013-04-25[media] exynos4-is: Change function call order in fimc_is_module_exit()Sylwester Nawrocki1-2/+2
2013-04-25[media] exynos4-is: Remove debugfs entries properlySylwester Nawrocki1-1/+1
2013-04-25[media] exynos4-is: Remove redundant module_put() for MIPI-CSIS moduleSylwester Nawrocki1-1/+0
2013-04-25[media] exynos4-is: Set fimc-lite subdev owner moduleSylwester Nawrocki1-0/+1
2013-04-25[media] exynos4-is: Unregister fimc-is subdevs from the media device properlySylwester Nawrocki1-0/+4
2013-04-25[media] exynos4-is: Don't overwrite subdevdata in the fimc-is sensor driverSylwester Nawrocki3-8/+8
2013-04-25[media] exynos4-is: Fix regulator/gpio resource releasing on the driver removalSylwester Nawrocki1-18/+8