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