summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/davinci_vpfe/vpfe_video.c
Commit message (Expand)AuthorAgeFilesLines
* media: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* media: staging: media: davinci_vpfe: constify vb2_ops structuresJulia Lawall2017-08-201-1/+1
* [media] davinci: Use a local media device pointer insteadSakari Ailus2017-01-301-2/+2
* [media] media: Rename graph and pipeline structs and functionsSakari Ailus2017-01-271-13/+12
* [media] staging: media: davinci_vpfe: unlock on error in vpfe_reqbufs()Dan Carpenter2016-11-231-1/+1
* [media] staging: media: davinci_vpfe: Fix indentation issue in vpfe_video.cLeo Sperling2016-11-231-2/+2
* [media] staging: media: davinci_vpfe: Fix spelling error on a commentManuel Rodriguez2016-11-231-1/+1
* staging: media: davinci_vpfe: Replace explicit NULL comparison with ! operatorsayli karnik2016-09-171-7/+7
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-2/+2
* [media] staging/media: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-081-9/+1
* Merge tag 'v4.6-rc6' into patchworkMauro Carvalho Chehab2016-05-021-20/+34
|\
| * [media] davinci_vpfe: Revert "staging: media: davinci_vpfe: remove,unnecessar...Hans Verkuil2016-04-201-20/+34
* | [media] media: Rename is_media_entity_v4l2_io to is_media_entity_v4l2_video_d...Laurent Pinchart2016-04-131-1/+1
|/
* Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-171-55/+45
|\
| * staging: media: davinci_vpfe: remove unnecessary ret variableThaissa Falbo2016-02-201-34/+20
| * staging:media:davinci_vpfe: Fixed comparisons with constants warningsThaissa Falbo2016-02-201-12/+12
| * staging:media:davinci_vpfe: Fixed block comments according to kernel coding s...Thaissa Falbo2016-02-201-9/+13
* | [media] media: davinci_vpfe: fix missing unlock on error in vpfe_prepare_pipe...Wei Yongjun2016-02-101-1/+1
|/
* [media] staging: v4l: davinci_vpbe: Use the new media graph walk interfaceSakari Ailus2016-01-111-10/+27
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] davinci_vbpe: stop MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab2016-01-111-3/+2
* [media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab2016-01-111-2/+2
* [media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab2016-01-111-3/+3
* [media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas2016-01-111-3/+3
* [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-1/+1
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+1
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-18/+25
* [media] media: davinci_vpfe: use monotonic timestampLad, Prabhakar2015-06-051-1/+2
* [media] media: davinci_vpfe: set minimum required buffers to threeLad, Prabhakar2015-06-051-12/+3
* [media] staging/media: fix querycapHans Verkuil2014-12-021-4/+4
* [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0
* [media] media: staging: davinci: vpfe: Switch to pad-level DV operationsLaurent Pinchart2014-05-251-1/+3
* [media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2014-05-241-1/+1
* [media] vb2: stop_streaming should return voidHans Verkuil2014-04-231-2/+1
* [media] staging: media: davinci: vpfe: release buffers in case start_streamin...Lad, Prabhakar2014-04-161-1/+9
* [media] staging: media: davinci: vpfe: use v4l2_fh for priority handlingLad, Prabhakar2014-04-161-5/+3
* [media] staging: media: davinci: vpfe: make sure all the buffers are releasedLad, Prabhakar2014-04-151-2/+11
* [media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil2014-03-111-2/+1
* [media] vb2: return ENOBUFS in start_streaming in case of too few buffersHans Verkuil2014-01-071-0/+2
* [media] staging: media: davinci_vpfe: Rewrite return statement in vpfe_video.cLisa Nguyen2013-12-181-1/+1
* [media] davinci_vpfe: Clean up media entity after unregistering subdevSakari Ailus2013-06-191-1/+1
* [media] media: Rename media_entity_remote_source to media_entity_remote_padAndrzej Hajda2013-06-081-6/+6
* [media] staging: davinci: Fix typo in staging/media/davinciMasanari Iida2013-03-291-4/+4
* [media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil2013-03-241-3/+3
* [media] davinci_vpfe: fix copy-paste errors in several commentsHans Verkuil2013-03-191-6/+6
* [media] davinci: vpfe: add v4l2 video driver supportManjunath Hadli2012-12-211-0/+1620
OpenPOWER on IntegriCloud