aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/sh_veu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19media: platform/sh_veu.c: remove redundant NULL pointer checksShaobo He1-6/+0
2019-02-18media: sh_veu: Correct return type for mem2mem buffer helpersEzequiel Garcia1-2/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-4/+5
2018-08-03media: sh_veu: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-02-26media: platform: sh_veu: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-11-30media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab1-1/+1
2017-11-27media: annotate ->poll() instancesAl Viro1-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil1-14/+3
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-22/+9
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+2
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-9/+10
2015-08-11[media] sh-veu: initialize timestamp_flags and copy timestamp infoHans Verkuil1-0/+8
2015-07-22[media] sh-veu: don't use COLORSPACE_JPEGHans Verkuil1-1/+1
2015-04-01[media] sh_veu: v4l2_dev wasn't setHans Verkuil1-0/+1
2014-12-22[media] media: sh_veu: use vb2_ops_wait_prepare/finish helperPrabhakar Lad1-28/+7
2014-10-20media: platform: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-21[media] sh_veu: Include media/v4l2-image-sizes.hAxel Lin1-3/+1
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart1-2/+0
2013-07-16sh_veu: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat1-1/+1
2013-06-21[media] media: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-4/+1
2013-06-08[media] sh_veu: fix the buffer size calculationKatsuya Matsubara1-3/+3
2013-06-08[media] sh_veu: keep power supply until the m2m context is releasedKatsuya Matsubara1-2/+2
2013-06-08[media] sh_veu: invoke v4l2_m2m_job_finish() even if a job has been abortedKatsuya Matsubara1-4/+1
2013-03-21[media] sh_veu: Use module_platform_driver_probe macroSachin Kamat1-12/+1
2013-03-21[media] sh_veu.c: Convert to devm_ioremap_resource()Sachin Kamat1-3/+4
2013-01-11[media] media: remove __dev* annotationsStephen Rothwell1-3/+3
2012-12-20[media] sh_veu.c: fix two compilation warningsMauro Carvalho Chehab1-4/+6
2012-12-20[media] media: add a VEU MEM2MEM format conversion and scaling driverGuennadi Liakhovetski1-0/+1264