summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/marvell-ccic/mcam-core.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename marvell-ccic/ to marvell/Mauro Carvalho Chehab1-1994/+0
2021-09-30media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus1-5/+5
2021-07-12media: drivers/media/platform/marvell-ccic/mcam-core.c : fix typo 'gettig' > ...Herman1-1/+1
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-1/+4
2021-05-10media: marvel-ccic: fix some issues when getting pm_runtimeMauro Carvalho Chehab1-2/+7
2021-02-06media: marvell-ccic: power up the device on mclk enableLubomir Rintel1-0/+2
2021-02-06media: marvell-ccic: Use v4l2_async_notifier_add_*_subdevEzequiel Garcia1-10/+0
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-29media: marvell-ccic: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-29media: marvell-ccic: add support for runtime PMLubomir Rintel1-28/+3
2020-08-06media: cafe-driver: use generic power managementVaibhav Gupta1-3/+0
2020-06-23media: marvell-ccic: Add missed v4l2_async_notifier_cleanup()Chuhong Yuan1-0/+2
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-07-22media: marvell-ccic: set device_caps in struct video_deviceHans Verkuil1-3/+2
2019-07-22media: media/platform: don't set description in ENUM_FMTHans Verkuil1-10/+0
2019-06-24media: marvell-ccic: only calculate the DPHY registers when neededLubomir Rintel1-7/+2
2019-06-24media: marvell-ccic: provide a clock for the sensorLubomir Rintel1-42/+130
2019-06-24media: marvell-ccic: use async notifier to get the sensorLubomir Rintel1-52/+105
2019-06-24media: marvell-ccic: drop unused stuffLubomir Rintel1-1/+0
2019-06-24media: Revert "[media] marvell-ccic: reset ccic phy when stop streaming for s...Lubomir Rintel1-6/+0
2019-05-23media: marvell-ccic: don't generate EOF on parallel busLubomir Rintel1-6/+0
2019-05-23media: marvell-ccic: fix DMA s/g desc number calculationLubomir Rintel1-2/+3
2018-10-04media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus1-2/+2
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-3/+3
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-3/+3
2018-06-05media: marvel-ccic: allow ccic and mmp drivers to coexistArnd Bergmann1-1/+8
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-Hartman1-0/+1
2017-08-27media: platform: make video_device constBhumika Goyal1-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 Verkuil1-23/+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: 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-05-12[media] marvell-ccic: fix RGB444 formatHans Verkuil1-5/+4
2015-05-11Merge tag 'v4.1-rc3' into patchworkMauro Carvalho Chehab1-7/+7
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 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