aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/davinci_vpfe (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds9-78/+79
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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/mchehab/linux-mediaLinus 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
2014-07-22[media] staging: media: davinci_vpfe: fix checkpatch warningLad, Prabhakar1-0/+2
2014-07-21[media] staging/media/davinci_vpfe/dm365_ipipeif.c: fix negativity checkAndrey Utkin1-2/+3
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, Prabhakar3-9/+3
2014-04-15[media] staging: media: davinci: vpfe: make sure all the buffers are releasedLad, Prabhakar1-2/+11
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-6/+5
2014-03-19staging/media/davinci_vpfe/vpfe_video.h Unnecessary space after function pointer nameAybuke Ozdemir1-1/+1
2014-03-19staging/media/davinci_vpfe/vpfe_video.h Fix missing space after return typeAybuke Ozdemir1-1/+1
2014-03-11[media] vb2: only call start_streaming if sufficient buffers are queuedHans Verkuil1-2/+1
2014-02-28[media] davinci: vpfe: remove deprecated IRQF_DISABLEDMichael Opdenacker1-3/+3
2014-02-28[media] staging: davinci_vpfe: fix error checkLevente Kurusa1-1/+1
2014-01-07[media] davinci-vpfe: fix compile errorHans Verkuil1-0/+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
2013-12-18[media] staging: media: davinci_vpfe: Remove spaces before semicolonsLisa Nguyen3-4/+4
2013-06-20Merge branch 'linus' into patchworkMauro Carvalho Chehab2-3/+5
2013-06-19[media] davinci_vpfe: Clean up media entity after unregistering subdevSakari Ailus5-14/+14
2013-06-08[media] media: Rename media_entity_remote_source to media_entity_remote_padAndrzej Hajda1-6/+6
2013-05-27[media] drivers/staging: davinci: vpfe: fix dependency for building the driverLad, Prabhakar1-1/+1
2013-05-21[media] davinci: vpfe: fix error return code in vpfe_probe()Wei Yongjun1-2/+4
2013-03-29[media] staging: davinci: Fix typo in staging/media/davinciMasanari Iida4-9/+9
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil1-3/+3
2013-03-23[media] drivers: staging: davinci_vpfe: use resource_size()Silviu-Mihai Popescu3-4/+4
2013-03-23[media] davinci: vpfe: fix return value check in vpfe_enable_clock()Wei Yongjun1-2/+2
2013-03-21[media] davinci_vpfe: Use module_platform_driver macroSachin Kamat1-19/+1
2013-03-21[media] Drivers: staging: media: davinci_vpfe: Use resource_size functionAlexandru Gheorghiu1-2/+1
2013-03-19[media] davinci_vpfe: fix copy-paste errors in several commentsHans Verkuil1-6/+6
2012-12-21[media] davinci: vpfe: Add documentation and TODOManjunath Hadli2-0/+191
2012-12-21[media] davinci: vpfe: dm365: add build infrastructure for capture driverManjunath Hadli2-0/+12
2012-12-21[media] davinci: vpfe: dm365: resizer driver based on media frameworkManjunath Hadli2-0/+2243
2012-12-21[media] davinci: vpfe: dm365: add IPIPE hardware layer supportManjunath Hadli2-0/+1607