summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/davinci_vpfe
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-17[media] staging/davinci/vpfe/dm365: add missing dependenciesArnd Bergmann1-0/+2
2015-11-17[media] staging: media: davinci_vpfe: drop condition with no effectNicholas Mc Guire1-6/+1
2015-11-17[media] drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c: use correct str...Julia Lawall1-1/+1
2015-11-05Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-20/+28
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+1
2015-10-16staging: media: davinci_vpfe: Remove useless intialisationAmitoj Kaur Chawla1-1/+1
2015-10-16Staging: media: Remove unnecessary cast on void pointerShraddha Barke1-30/+30
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung2-19/+27
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, Prabhakar2-14/+3
2015-06-05[media] media: davinci_vpfe: clear the output_specsLad, Prabhakar1-0/+1
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab3-7/+6
2015-03-23[media] v4l2-subdev: add support for the new enum_frame_size 'which' fieldHans Verkuil4-14/+8
2015-03-23[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil4-118/+114
2015-03-18Staging: media: replace pr_* with dev_*Haneen Mohammed1-1/+1
2015-03-15staging: media: Use kcalloc instead of kzalloc.Navya Sri Nizamkari1-3/+4
2015-03-01staging: media: Remove redundant memset.Navya Sri Nizamkari1-1/+0
2015-03-01staging: media: Remove memset.Navya Sri Nizamkari1-1/+0
2015-02-26staging: media: davinci_vpfe: rewrite the right hand side of an assignmentAya Mahfouz1-1/+1
2015-02-15Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2015-01-17staging: davinci_vpfe: fix space prohibited before semicolon warningAya Mahfouz1-2/+2
2014-12-22[media] v4l2 subdevs: replace get/set_crop by get/set_selectionHans Verkuil1-33/+36
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-78/+79
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-02[media] staging/media: fix querycapHans Verkuil1-4/+4
2014-11-14[media] staging: media: Make use of MEDIA_BUS_FMT_ definitionsBoris BREZILLON6-175/+175
2014-10-30staging: media: davinci_vpfe: Remove useless cast on void pointerTapasweni Pathak2-5/+5
2014-10-29Staging: media: dm365_isif: Add blank line after variable declarationsanuvazhayil1-0/+1
2014-10-27staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye1-1/+1
2014-10-20staging: media: davinci_vpfe: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20staging: media: davinci_vpfe: Replace *__iomem with __iomem *Tapasweni Pathak7-72/+72
2014-10-10Merge tag 'media/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2014-09-28Staging: media: davinci_vpfe: Remove unused variableMahati Chamarthy1-2/+0
2014-09-28Staging: media: davinci_vpfe: Removed unnecessary out of memory message logging.Heena Sirwani1-11/+3
2014-08-26[media] be sure that HAS_DMA is enabled for vb2-dma-contigMauro Carvalho Chehab1-0/+1
2014-07-22[media] davinci: vpfe: dm365: remove duplicate RSZ_LPF_INT_MASKDan Carpenter1-1/+0
2014-07-22[media] media: davinci_vpfe: dm365_resizer: fix sparse warningLad, Prabhakar1-2/+2