aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-08media: omap_vout: potential buffer overflow in vidioc_dqbuf()Dan Carpenter1-9/+6
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-1/+1
2019-03-01media: platform: fix several typosMauro Carvalho Chehab2-4/+4
2019-02-07media: videobuf: use u64 for the timestamp internallyHans Verkuil1-6/+6
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-5/+5
2018-06-28media: v4l: omap: add VIDEO_V4L2 dependencyArnd Bergmann1-0/+1
2018-06-06media: omap2: fix compile-testing with FB_OMAP2=mArnd Bergmann1-1/+1
2018-05-04media: omap2: allow building it with COMPILE_TEST && DRM_OMAPMauro Carvalho Chehab1-1/+2
2018-04-17media: platform: fix some 64-bits warningsMauro Carvalho Chehab2-3/+3
2018-04-17media: omap_vout: fix wrong identingMauro Carvalho Chehab1-8/+7
2018-04-17media: omap: allow building it with COMPILE_TESTMauro Carvalho Chehab1-4/+4
2018-03-22media: v4l: omap_vout: vrfb: remove an unused variableArnd Bergmann1-1/+0
2018-03-06media: v4l: omap_vout: vrfb: Use the wrapper for prep_interleaved_dma()Peter Ujfalusi1-1/+1
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-6/+6
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab1-6/+6
2017-11-27media: annotate ->poll() instancesAl Viro1-1/+1
2017-10-31media: omap_vout: Fix a possible null pointer dereference in omap_vout_open()Markus Elfring1-1/+2
2017-08-08media: v4l: omap_vout: vrfb: initialize DMA flagsArnd Bergmann1-1/+1
2017-08-08media: v4l: omap_vout: vrfb: include linux/slab.hArnd Bergmann1-0/+1
2017-06-24media: v4l: omap_vout: vrfb: Convert to dmaenginePeter Ujfalusi2-56/+83
2016-11-16Merge tag 'v4.9-rc5' into patchworkMauro Carvalho Chehab1-1/+1
2016-10-21[media] omap: don't break long linesMauro Carvalho Chehab2-13/+16
2016-10-19mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-08-24[media] omap_vout: convert g/s_crop to g/s_selectionHans Verkuil1-26/+27
2016-08-01Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-3/+3
2016-07-12[media] omap_vout: use control frameworkHans Verkuil2-85/+29
2016-06-03[media] omap_vout: Switch to use the video/omapfb_dss.h header filePeter Ujfalusi3-3/+3
2016-01-18Merge tag 'fbdev-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-1/+1
2015-12-29omapfb: take omapfb's private omapdss into useTomi Valkeinen1-1/+1
2015-11-19[media] v4l: omap_vout: Don't free buffers if they haven't been allocatedLaurent Pinchart1-4/+6
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-38/+32
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-08-16[media] media: omap_vout: Convert omap_vout_uservirt_to_phys() to use get_vaddr_pfns()Jan Kara2-38/+32
2015-06-06[media] omap_vout: use swap() in omapvid_init()Fabian Frederick1-7/+3
2015-03-03[media] media: omap/omap_vout: fix type of input members to omap_vout_setup_vrfb_bufs()Lad, Prabhakar3-3/+4
2014-12-02[media] omap_vout: fix compile warningsHans Verkuil1-4/+4
2014-12-02[media] media/platform: fix querycapHans Verkuil1-1/+2
2014-11-26[media] omap: disable COMPILE_TESTMauro Carvalho Chehab1-1/+1
2014-11-25[media] omap: Fix typo "HAS_MMU"Paul Bolle1-1/+2
2014-09-03[media] omap: simplify test logicMauro Carvalho Chehab2-9/+9
2014-08-26[media] omap: be sure that MMU is there for COMPILE_TESTMauro Carvalho Chehab1-1/+1
2014-08-26[media] enable COMPILE_TEST for OMAP2 voutMauro Carvalho Chehab1-1/+1
2014-08-26[media] omap_vout: Get rid of a few warningsMauro Carvalho Chehab1-6/+2
2014-08-26[media] omap: fix compilation if !VIDEO_OMAP2_VOUT_VRFBMauro Carvalho Chehab1-9/+9
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart1-2/+0
2014-03-11[media] omap_vout: Add DVI display type supportLaurent Pinchart1-0/+1
2014-02-28[media] omap_vout: avoid sleep_on raceArnd Bergmann1-1/+2
2013-06-28[media] omap_vout: fix compiler warningHans Verkuil1-2/+1
2013-05-29Merge branch 'fbdev-3.10-fixes' of git://gitorious.org/linux-omap-dss2/linux into linux-fbdev/for-3.10-fixesJean-Christophe PLAGNIOL-VILLARD1-0/+3