summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/marvell-ccic
Commit message (Expand)AuthorAgeFilesLines
* media: marvell-ccic: fix DMA s/g desc number calculationLubomir Rintel2019-07-261-2/+3
* Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-141-1/+1
|\
| * i2c: gpio: move header to platform_dataWolfram Sang2018-05-171-1/+1
* | media: marvel-ccic: mmp: select VIDEOBUF2_VMALLOC/DMA_CONTIGArnd Bergmann2018-06-051-0/+2
* | media: marvel-ccic: allow ccic and mmp drivers to coexistArnd Bergmann2018-06-052-6/+12
* | media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-281-2/+0
* | media: mmp-driver: add needed __iomem marks to power_regsMauro Carvalho Chehab2018-04-171-1/+1
* | media: mmp-driver: make two functions staticMauro Carvalho Chehab2018-04-171-2/+2
* | media: marvel-ccic: re-enable mmp-driver buildMauro Carvalho Chehab2018-04-171-2/+3
|/
* media: convert g/s_parm to g/s_frame_interval in subdevsHans Verkuil2018-02-221-6/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* media: platform: make video_device constBhumika Goyal2017-08-271-1/+1
* media: marvell-ccic: constify pci_device_idArvind Yadav2017-08-091-1/+1
* media: marvell-ccic: constify i2c_algorithm structureGustavo A. R. Silva2017-07-201-1/+1
* [media] media drivers: annotate fall-throughMauro Carvalho Chehab2017-05-191-0/+1
* [media] marvell-ccic: don't break long linesMauro Carvalho Chehab2016-10-211-19/+7
* [media] mcam-core: use v4l2_s_ctrl instead of the s_ctrl opHans Verkuil2016-07-121-1/+1
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* [media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-082-25/+1
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-6/+7
* [media] include/media: move platform_data to linux/platform_data/mediaMauro Carvalho Chehab2015-11-171-1/+1
* [media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab2015-11-171-1/+1
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+2
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-19/+24
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* [media] marvell-ccic: fix RGB444 formatHans Verkuil2015-05-121-5/+4
* Merge tag 'v4.1-rc3' into patchworkMauro Carvalho Chehab2015-05-112-11/+11
|\
| * [media] marvell-ccic: fix Y'CbCr orderingHans Verkuil2015-04-272-11/+11
* | [media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil2015-05-011-3/+5
* | [media] v4l2: replace try_mbus_fmt by set_fmt in bridge driversHans Verkuil2015-05-011-4/+7
* | [media] marvell-ccic: fix memory leak on failure path in cafe_smbus_setup()Alexey Khoroshilov2015-05-011-4/+8
* | [media] marvell-ccic: fix V4L2_PIX_FMT_SBGGR8 supportHans Verkuil2015-05-011-0/+4
* | [media] marvell-ccic: drop support for PIX_FMT_422PHans Verkuil2015-05-011-19/+0
* | [media] marvell-ccic: fix the bytesperline and sizeimage calculationsHans Verkuil2015-05-011-6/+10
* | [media] marvell-ccic: drop V4L2_PIX_FMT_JPEG dead codeHans Verkuil2015-05-011-9/+0
* | [media] marvell-ccic: add planar support to dma-vmallocHans Verkuil2015-05-011-48/+46
* | [media] marvell-ccic: correctly requeue buffersHans Verkuil2015-05-011-7/+32
* | [media] marvell-ccic: fix streaming issuesHans Verkuil2015-05-011-1/+3
* | [media] marvell-ccic: add DMABUF support for all three DMA modesHans Verkuil2015-05-011-6/+3
* | [media] marvell-ccic: add create_bufs supportHans Verkuil2015-05-011-2/+5
* | [media] marvell-ccic: use vb2 helpers and core lockingHans Verkuil2015-05-012-176/+43
* | [media] marvell-ccic: implement control eventsHans Verkuil2015-05-011-0/+3
* | [media] marvell-ccic: switch to struct v4l2_fhHans Verkuil2015-05-011-22/+26
* | [media] marvell-ccic: control handler fixesHans Verkuil2015-05-011-8/+11
* | [media] marvell-ccic: fill in colorspaceHans Verkuil2015-05-011-0/+2
* | [media] marvell-ccic: webcam drivers shouldn't support g/s_stdHans Verkuil2015-05-011-15/+0
* | [media] marvell-ccic: fill in bus_infoHans Verkuil2015-05-014-0/+7
* | [media] marvell-ccic: fix vb2 warningHans Verkuil2015-05-011-0/+1
|/
* [media] v4l2-subdev: add support for the new enum_frame_interval 'which' fieldHans Verkuil2015-03-231-4/+44