aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/marvell-ccic (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-7/+64
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 Corbet2-7/+64
2011-11-03[media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski1-1/+2
2011-09-18[media] mmp_camera: add MODULE_ALIASDaniel Drake1-0/+1
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-27[media] marvell-cam: clean up a couple of unused cam structure fieldsJonathan Corbet2-5/+0
2011-07-27[media] marvell-cam: Allow selection of supported buffer modesJonathan Corbet3-59/+152
2011-07-27[media] marvell-cam: power down mmp camera on registration failureJonathan Corbet1-1/+1
2011-07-27[media] marvell-cam: remove {min,max}_buffers parametersJonathan Corbet1-13/+0
2011-07-27[media] marvell-cam: core code reorganizationJonathan Corbet1-404/+420
2011-07-27[media] marvell-cam: delete struct mcam_sio_bufferJonathan Corbet1-11/+0
2011-07-27[media] marvell-cam: use S/G DMA by defaultJonathan Corbet1-1/+1
2011-07-27[media] marvell-cam: Working s/g DMAJonathan Corbet3-42/+266
2011-07-27[media] marvell-cam: implement contiguous DMA operationJonathan Corbet5-54/+205
2011-07-27[media] marvell-cam: Don't spam the logs on frame lossJonathan Corbet1-2/+0
2011-07-27[media] marvell-cam: no need to initialize the DMA buffersJonathan Corbet1-2/+0
2011-07-27[media] marvell-cam: include file cleanupJonathan Corbet1-8/+6
2011-07-27[media] marvell-cam: convert to videobuf2Jonathan Corbet3-411/+196
2011-07-27[media] marvell-cam: Basic working MMP camera driverJonathan Corbet4-8/+374
2011-07-27[media] marvell-cam: Allocate the i2c adapter in the platform driverJonathan Corbet3-4/+9
2011-07-27[media] marvell-cam: Right-shift i2c slave ID's in the cafe driverJonathan Corbet2-2/+9
2011-07-27[media] marvell-cam: Move Cafe-specific register definitions to cafe-driver.cJonathan Corbet2-55/+64
2011-07-27[media] marvell-cam: Remove the "untested" commentJonathan Corbet1-3/+0
2011-07-27[media] marvell-cam: Pass sensor parameters from the platformJonathan Corbet3-20/+10
2011-07-27[media] marvell-cam: Separate out the Marvell camera coreJonathan Corbet6-2433/+2571
2011-07-27[media] marvell-cam: Move cafe-ccic into its own directoryJonathan Corbet4-0/+2443