aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/davinci_vpfe (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-20media: staging: media: davinci_vpfe: constify vb2_ops structuresJulia Lawall1-1/+1
2017-03-21Staging: media: Unmap and release region obtained by ioremap_nocacheArvind Yadav1-3/+9
2017-03-14Staging: media: davinci_vpfe - style fixDerek Robson4-27/+27
2017-03-12staging: vpfe_mc_capture: Clean up tests if NULL returned on failuresimran singhal1-2/+2
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-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 Ailus2-14/+13
2017-01-16Staging: media: davinci_vpfe: style fix, using octal file permissionsDerek Robson1-1/+1
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 W=1 build warningsArnd Bergmann1-5/+4
2016-11-23[media] staging: media: davinci_vfpe: allow modular buildArnd Bergmann1-1/+3
2016-11-23[media] staging: media: davinci_vpfe: Fix spelling error on a commentManuel Rodriguez1-1/+1
2016-11-23[media] staging: media: davinci_vpfe: dm365_resizer: Fix some spelling mistakesSaatvik Arya2-12/+12
2016-10-02staging: media: replace unsigned with unsigned intElizabeth Ferdman1-1/+1
2016-09-20staging: media: davinci_vpfe: Merge assignment with returnRehas Sachdeva1-5/+3
2016-09-17staging: media: davinci_vpfe: Replace explicit NULL comparison with ! operatorsayli karnik1-7/+7
2016-09-17staging: media: davinci_vpfe: Use BIT macro instead of left shifting 1sayli karnik1-18/+18
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 Verkuil2-11/+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 Torvalds9-100/+93
2016-03-11staging: media: davinci_vpfe: Remove unnecessary else after returnBhaktipriya Shridhar1-1/+1
2016-03-11staging: media: davinci_vpfe: dm365_ipipe_hw: Remove unnecessary else after returnBhaktipriya Shridhar1-1/+1
2016-02-20staging: media: davinci_vpfe: remove ret variable in switch statementsThaissa Falbo2-16/+6
2016-02-20staging: media: davinci_vpfe: remove unnecessary ret variableThaissa Falbo1-34/+20
2016-02-20staging:media:davinci_vpfe: Fix lines over 80 charactersThaissa Falbo3-9/+14
2016-02-20staging:media:davinci_vpfe: Fixed code identation warning as detected by checkpatchThaissa Falbo1-1/+1
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 Falbo5-20/+31
2016-02-16Merge branch 'fixes' into patchworkMauro Carvalho Chehab1-1/+1
2016-02-14Staging: media: Remove multiple assignmentsBhumika Goyal1-1/+2
2016-02-11staging: media: Remove unneeded parenthesesJanani Ravichandran2-5/+5
2016-02-10[media] media: davinci_vpfe: fix missing unlock on error in vpfe_prepare_pipeline()Wei Yongjun1-1/+1
2016-01-25[media] davinci_vpfe: make checkpatch happyJoseph Marrero1-1/+1
2016-01-11[media] staging: v4l: davinci_vpbe: Use the new media graph walk interfaceSakari Ailus2-10/+28
2016-01-11[media] media: use unsigned for pad indexMauro Carvalho Chehab3-3/+3
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab5-7/+7
2016-01-11[media] davinci_vbpe: stop MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab2-6/+8
2016-01-11[media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab4-20/+35
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: rename the function that create pad linksMauro Carvalho Chehab4-11/+11
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab5-7/+7
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-11-17[media] staging: media: davinci_vpfe: fix ipipe_mode typeAndrzej Hajda1-1/+1
2015-11-17[media] staging: media: davinci_vpfe: Fix over 80 characters coding style issueJunsu Shin1-2/+3