aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/davinci_vpfe/vpfe_video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-07staging: davinci: add SPDX License IdentifierIoannis Valasakis1-0/+1
2018-11-07staging: davinci: remove FSF mail address from copyrightIoannis Valasakis1-4/+0
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-5/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-3/+3
2018-08-31media: videobuf2-v4l2: integrate with media requestsHans Verkuil1-1/+2
2018-08-31media: davinci_vpfe: remove bogus vb2->state checkHans Verkuil1-4/+0
2018-07-04media: davinci_vpfe: Add video_device and vb2_queue locksEzequiel Garcia1-1/+5
2018-04-17media: davinci_vpfe: vpfe_video: remove an unused varMauro Carvalho Chehab1-3/+1
2017-11-27media: annotate ->poll() instancesAl Viro1-1/+1
2017-08-20media: staging: media: davinci_vpfe: constify vb2_ops structuresJulia Lawall1-1/+1
2017-01-30[media] davinci: Use a local media device pointer insteadSakari Ailus1-2/+2
2017-01-27[media] media: Rename graph and pipeline structs and functionsSakari Ailus1-13/+12
2016-11-23[media] staging: media: davinci_vpfe: unlock on error in vpfe_reqbufs()Dan Carpenter1-1/+1
2016-11-23[media] staging: media: davinci_vpfe: Fix indentation issue in vpfe_video.cLeo Sperling1-2/+2
2016-11-23[media] staging: media: davinci_vpfe: Fix spelling error on a commentManuel Rodriguez1-1/+1
2016-09-17staging: media: davinci_vpfe: Replace explicit NULL comparison with ! operatorsayli karnik1-7/+7
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-2/+2
2016-07-08[media] staging/media: convert drivers to use the new vb2_queue dev fieldHans Verkuil1-9/+1
2016-05-02Merge tag 'v4.6-rc6' into patchworkMauro Carvalho Chehab1-20/+34
2016-04-20[media] davinci_vpfe: Revert "staging: media: davinci_vpfe: remove,unnecessary ret variable"Hans Verkuil1-20/+34
2016-04-13[media] media: Rename is_media_entity_v4l2_io to is_media_entity_v4l2_video_deviceLaurent Pinchart1-1/+1
2016-03-17Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-55/+45
2016-02-20staging: media: davinci_vpfe: remove unnecessary ret variableThaissa Falbo1-34/+20
2016-02-20staging:media:davinci_vpfe: Fixed comparisons with constants warningsThaissa Falbo1-12/+12
2016-02-20staging:media:davinci_vpfe: Fixed block comments according to kernel coding styleThaissa Falbo1-9/+13
2016-02-10[media] media: davinci_vpfe: fix missing unlock on error in vpfe_prepare_pipeline()Wei Yongjun1-1/+1
2016-01-11[media] staging: v4l: davinci_vpbe: Use the new media graph walk interfaceSakari Ailus1-10/+27
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab1-1/+1
2016-01-11[media] davinci_vbpe: stop MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab1-3/+2
2016-01-11[media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab1-2/+2
2016-01-11[media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab1-3/+3
2016-01-11[media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas1-3/+3
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab1-1/+1
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-1/+1
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+1
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-18/+25
2015-06-05[media] media: davinci_vpfe: use monotonic timestampLad, Prabhakar1-1/+2
2015-06-05[media] media: davinci_vpfe: set minimum required buffers to threeLad, Prabhakar1-12/+3
2014-12-02[media] staging/media: fix querycapHans Verkuil1-4/+4
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan1-1/+0
2014-05-25[media] media: staging: davinci: vpfe: Switch to pad-level DV operationsLaurent Pinchart1-1/+3
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart1-1/+1
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil1-2/+1
2014-04-16[media] staging: media: davinci: vpfe: release buffers in case start_streaming call back failsLad, Prabhakar1-1/+9
2014-04-16[media] staging: media: davinci: vpfe: use v4l2_fh for priority handlingLad, Prabhakar1-5/+3
2014-04-15[media] staging: media: davinci: vpfe: make sure all the buffers are releasedLad, Prabhakar1-2/+11
2014-03-11[media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil1-2/+1
2014-01-07[media] vb2: return ENOBUFS in start_streaming in case of too few buffersHans Verkuil1-0/+2
2013-12-18[media] staging: media: davinci_vpfe: Rewrite return statement in vpfe_video.cLisa Nguyen1-1/+1