summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/marvell-ccic/mcam-core.c
Commit message (Expand)AuthorAgeFilesLines
* [media] V4L: marvell-ccic: (cosmetic) remove redundant variable assignmentGuennadi Liakhovetski2012-05-151-1/+0
* [media] marvell-cam: Demote the "release" print to debug levelJonathan Corbet2012-03-191-1/+1
* [media] marvell-cam: Don't signal multiple frame completions in scatter/gathe...Jonathan Corbet2012-03-191-0/+2
* [media] marvell-cam: fix the green screen of deathJonathan Corbet2012-03-191-7/+6
* [media] marvell-cam: Increase the DMA shutdown timeoutJonathan Corbet2012-03-191-1/+9
* [media] marvell-cam: Remove broken "owner" logicJonathan Corbet2012-03-191-4/+1
* [media] marvell-cam: ensure that the camera stops when requestedJonathan Corbet2012-03-191-1/+6
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-151-7/+29
|\
| * [media] marvell-cam: Make suspend/resume work on MMP2Jonathan Corbet2012-01-061-7/+29
* | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-3/+3
|/
* [media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski2011-11-031-1/+2
* [media] media: vb2: change queue initialization orderMarek Szyprowski2011-09-061-2/+4
* [media] media: vb2: dma contig allocator: use dma_addr instread of paddrMarek Szyprowski2011-09-061-2/+2
* [media] media: vb2: change plane sizes array to unsigned int[]Marek Szyprowski2011-09-061-1/+1
* [media] marvell-cam: clean up a couple of unused cam structure fieldsJonathan Corbet2011-07-271-2/+0
* [media] marvell-cam: Allow selection of supported buffer modesJonathan Corbet2011-07-271-51/+98
* [media] marvell-cam: remove {min,max}_buffers parametersJonathan Corbet2011-07-271-13/+0
* [media] marvell-cam: core code reorganizationJonathan Corbet2011-07-271-404/+420
* [media] marvell-cam: Working s/g DMAJonathan Corbet2011-07-271-40/+249
* [media] marvell-cam: implement contiguous DMA operationJonathan Corbet2011-07-271-51/+179
* [media] marvell-cam: Don't spam the logs on frame lossJonathan Corbet2011-07-271-2/+0
* [media] marvell-cam: no need to initialize the DMA buffersJonathan Corbet2011-07-271-2/+0
* [media] marvell-cam: include file cleanupJonathan Corbet2011-07-271-8/+6
* [media] marvell-cam: convert to videobuf2Jonathan Corbet2011-07-271-399/+180
* [media] marvell-cam: Basic working MMP camera driverJonathan Corbet2011-07-271-8/+20
* [media] marvell-cam: Allocate the i2c adapter in the platform driverJonathan Corbet2011-07-271-1/+1
* [media] marvell-cam: Right-shift i2c slave ID's in the cafe driverJonathan Corbet2011-07-271-1/+1
* [media] marvell-cam: Pass sensor parameters from the platformJonathan Corbet2011-07-271-20/+2
* [media] marvell-cam: Separate out the Marvell camera coreJonathan Corbet2011-07-271-0/+1689