aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/marvell-ccic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-4/+0
2021-02-06media: marvell-ccic: power up the device on mclk enableLubomir Rintel1-0/+2
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart2-3/+3
2021-02-06media: marvell-ccic: Use v4l2_async_notifier_add_*_subdevEzequiel Garcia4-17/+19
2020-11-16media: marvell-ccic: Fix -Wunused-function warningsYueHaibing1-2/+2
2020-09-26media: marvell-ccic: mmp: mark PM functions as __maybe_unusedWei Yongjun1-2/+2
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 Rintel2-31/+43
2020-08-29media: marvell-ccic: mmp: use generic dev_pm_opsLubomir Rintel1-12/+6
2020-08-29media: marvell-ccic: mmp: get rid of mmpcam_devices listLubomir Rintel1-70/+8
2020-08-29media: cafe-driver: use drvdata instead of back-casting from v4l2_deviceLubomir Rintel1-6/+4
2020-08-06media: cafe-driver: use generic power managementVaibhav Gupta3-29/+7
2020-06-23media: marvell-ccic: Add missed v4l2_async_notifier_cleanup()Chuhong Yuan1-0/+2
2020-04-14media: marvell-ccic: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-07-25media: marvell-ccic: mmp: add MODULE_DEVICE_TABLELubomir Rintel1-0/+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: cafe-driver: mark an static var as suchMauro Carvalho Chehab1-1/+1
2019-06-24media: marvell-ccic: mmp: don't chicken out w/o pdataLubomir Rintel1-3/+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 Rintel5-181/+157
2019-06-24media: marvell-ccic: use async notifier to get the sensorLubomir Rintel4-76/+162
2019-06-24media: marvell-ccic/mmp: add devicetree supportLubomir Rintel1-9/+27
2019-06-24media: marvell-ccic: rename the clocksLubomir Rintel1-1/+1
2019-06-24media: marvell-ccic/mmp: enable clock before accessing registersLubomir Rintel1-2/+1
2019-06-24media: marvell-ccic: drop unused stuffLubomir Rintel3-5/+0
2019-06-24media: Revert "[media] marvell-ccic: reset ccic phy when stop streaming for stability"Lubomir Rintel3-33/+0
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2-6/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172Thomas Gleixner2-6/+2
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab2-0/+2
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
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