summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/marvell-ccic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab2019-05-282-0/+2
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* | media: marvell-ccic: don't generate EOF on parallel busLubomir Rintel2019-05-231-6/+0Star
* | media: marvell-ccic: fix DMA s/g desc number calculationLubomir Rintel2019-05-231-2/+3
|/
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-2/+2
* media: platform: fix several typosMauro Carvalho Chehab2019-03-011-2/+2
* media: marvell-ccic: trivial fix to the datasheet URLLubomir Rintel2018-12-071-1/+1
* media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus2018-10-042-3/+3
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-112-4/+4
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-112-4/+4
* 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/+0Star
* | 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/+7Star
* [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/+1Star
* [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/+4Star
* 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/+0Star
* | [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/+0Star
* | [media] marvell-ccic: add planar support to dma-vmallocHans Verkuil2015-05-011-48/+46Star
* | [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/+3Star
* | [media] marvell-ccic: add create_bufs supportHans Verkuil2015-05-011-2/+5