aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/marvell-ccic (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172Thomas Gleixner2-6/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-2/+2
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-2/+2
2018-12-07media: marvell-ccic: trivial fix to the datasheet URLLubomir Rintel1-1/+1
2018-10-04media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus2-3/+3
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab2-4/+4
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-4/+4
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2018-06-05media: marvel-ccic: mmp: select VIDEOBUF2_VMALLOC/DMA_CONTIGArnd Bergmann1-0/+2
2018-06-05media: marvel-ccic: allow ccic and mmp drivers to coexistArnd Bergmann2-6/+12
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-2/+0
2018-05-17i2c: gpio: move header to platform_dataWolfram Sang1-1/+1
2018-04-17media: mmp-driver: add needed __iomem marks to power_regsMauro Carvalho Chehab1-1/+1
2018-04-17media: mmp-driver: make two functions staticMauro Carvalho Chehab1-2/+2
2018-04-17media: marvel-ccic: re-enable mmp-driver buildMauro Carvalho Chehab1-2/+3
2018-02-22media: convert g/s_parm to g/s_frame_interval in subdevsHans Verkuil1-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-08-27media: platform: make video_device constBhumika Goyal1-1/+1
2017-08-09media: marvell-ccic: constify pci_device_idArvind Yadav1-1/+1
2017-07-20media: marvell-ccic: constify i2c_algorithm structureGustavo A. R. Silva1-1/+1
2017-05-19[media] media drivers: annotate fall-throughMauro Carvalho Chehab1-0/+1
2016-10-21[media] marvell-ccic: don't break long linesMauro Carvalho Chehab1-19/+7
2016-07-12[media] mcam-core: use v4l2_s_ctrl instead of the s_ctrl opHans Verkuil1-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2-25/+1
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-6/+7
2015-11-17[media] include/media: move platform_data to linux/platform_data/mediaMauro Carvalho Chehab1-1/+1
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab1-1/+1
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+2
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-19/+24
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung1-1/+1
2015-05-12[media] marvell-ccic: fix RGB444 formatHans Verkuil1-5/+4
2015-05-11Merge tag 'v4.1-rc3' into patchworkMauro Carvalho Chehab2-11/+11
2015-05-01[media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil1-3/+5
2015-05-01[media] v4l2: replace try_mbus_fmt by set_fmt in bridge driversHans Verkuil1-4/+7
2015-05-01[media] marvell-ccic: fix memory leak on failure path in cafe_smbus_setup()Alexey Khoroshilov1-4/+8
2015-05-01[media] marvell-ccic: fix V4L2_PIX_FMT_SBGGR8 supportHans Verkuil1-0/+4
2015-05-01[media] marvell-ccic: drop support for PIX_FMT_422PHans Verkuil1-19/+0
2015-05-01[media] marvell-ccic: fix the bytesperline and sizeimage calculationsHans Verkuil1-6/+10
2015-05-01[media] marvell-ccic: drop V4L2_PIX_FMT_JPEG dead codeHans Verkuil1-9/+0
2015-05-01[media] marvell-ccic: add planar support to dma-vmallocHans Verkuil1-48/+46
2015-05-01[media] marvell-ccic: correctly requeue buffersHans Verkuil1-7/+32
2015-05-01[media] marvell-ccic: fix streaming issuesHans Verkuil1-1/+3
2015-05-01[media] marvell-ccic: add DMABUF support for all three DMA modesHans Verkuil1-6/+3
2015-05-01[media] marvell-ccic: add create_bufs supportHans Verkuil1-2/+5
2015-05-01[media] marvell-ccic: use vb2 helpers and core lockingHans Verkuil2-176/+43
2015-05-01[media] marvell-ccic: implement control eventsHans Verkuil1-0/+3
2015-05-01[media] marvell-ccic: switch to struct v4l2_fhHans Verkuil1-22/+26