summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s3c-camif
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename s3c-camif/ to samsung/s3c-camif/Mauro Carvalho Chehab7-3580/+0
2022-03-15media: platform: s3c-camif: move config to its own fileMauro Carvalho Chehab1-0/+15
2021-11-30media: driver: s3c_camif: move s3c_camif_unregister_subdev out of camif_unreg...Dongliang Mu1-1/+1
2021-09-30media: s3c-camif: Remove unused including <linux/version.h>Cai Huoqing1-1/+0
2021-09-30media: s3c-camif: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing1-4/+1
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-9/+9
2021-05-20media: s3c-camif: use pm_runtime_resume_and_get()Mauro Carvalho Chehab2-3/+4
2021-04-06media: s3c-camif/camif-core.h: fix kernel-doc warningsHans Verkuil1-3/+13
2020-11-16media: s3c-camif: use semicolons rather than commas to separate statementsJulia Lawall1-2/+4
2020-09-27media: platform: s3c-camif: Fix runtime PM imbalance on errorDinghao Liu1-3/+2
2020-07-04media: samsung: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski1-1/+1
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-10-01media: s3c-camif: make array 'registers' static const, makes object smallerColin Ian King1-1/+1
2019-08-26media: use the BIT() macroMauro Carvalho Chehab1-58/+60
2019-08-07media: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-22media: s3c-camif/s5p-g2d/s5p-jpeg: set device_caps in struct video_deviceHans Verkuil1-4/+1
2019-07-22media: media/platform: don't set description in ENUM_FMTHans Verkuil3-14/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-16/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-1/+1
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-2/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-7/+7
2018-08-31media: videobuf2-v4l2: integrate with media requestsHans Verkuil1-2/+2
2018-08-08media: s3c-camif: fix return code for the polling routineMauro Carvalho Chehab1-1/+1
2018-06-28media: s3c-camif: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_powerAkinobu Mita1-0/+2
2018-03-06media: s3c-camif: fix out-of-bounds array accessArnd Bergmann1-3/+4
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2017-11-30media: s3c-camif: add missing description at s3c_camif_find_format()Mauro Carvalho Chehab1-0/+1
2017-11-27media: annotate ->poll() instancesAl Viro1-2/+2
2017-08-08media: s3c-camif: don't set driver_versionHans Verkuil1-1/+0
2017-07-20media: s3c-camif: use LINUX_VERSION_CODE for driver's versionMauro Carvalho Chehab1-1/+1
2017-06-13[media] s3c-camif: fix arguments position in a function callGustavo A. R. Silva1-2/+2
2017-02-03[media] media: platform: s3c-camif: constify v4l2_subdev_ops structuresBhumika Goyal1-1/+1
2017-01-27[media] media: Rename graph and pipeline structs and functionsSakari Ailus1-3/+3
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 Verkuil3-14/+2
2016-05-02[media] media: s3c-camif: fix deadlock on driver probe()Marek Szyprowski1-9/+3
2016-01-11[media] call media_device_init() before registering the V4L2 deviceMauro Carvalho Chehab1-2/+2
2016-01-11[media] media-device: split media initialization and registrationJavier Martinez Canillas1-5/+10
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab1-2/+2
2016-01-11[media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab1-1/+1
2016-01-11[media] media: rename the function that create pad linksMauro Carvalho Chehab1-2/+2
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab1-2/+2
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-22/+11
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab2-2/+2
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+2
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung2-8/+9
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung3-3/+3