summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/exynos4-is/fimc-isp-video.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename exynos4-is/ to samsung/exynos4-is/Mauro Carvalho Chehab1-656/+0
2021-06-02media: exynos4-is: Fix a use after free in isp_video_releaseLv Yunlong1-2/+5
2021-05-10media: exynos4-is: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-2/+1
2020-06-23media: exynos4-is: Fix runtime PM imbalance in isp_video_openDinghao Liu1-0/+1
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-11-05media: exynos4-is: Fix recursive locking in isp_video_release()Seung-Woo Kim1-1/+1
2019-07-22media: media/platform: don't set description in ENUM_FMTHans Verkuil1-1/+0
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-4/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-05media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon1-3/+3
2019-06-05media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_capsBoris Brezillon1-1/+2
2019-02-18media: exynos4-is: remove redundant check on typeColin Ian King1-3/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-1/+1
2018-07-04media: exynos4-is: Prevent NULL pointer dereference in __isp_video_try_fmt()Sylwester Nawrocki1-3/+8
2017-01-27[media] media: Rename graph and pipeline structs and functionsSakari Ailus1-4/+4
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-6/+3
2016-01-25[media] exynos4-is: fix a format string bugRasmus Villemoes1-2/+2
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab1-1/+1
2016-01-11[media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab1-2/+1
2016-01-11[media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas1-3/+3
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab1-1/+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-17/+14
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro 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-6/+7
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung1-1/+1
2014-09-26[media] exynos4-is: fix some warnings when compiling on arm64Mauro Carvalho Chehab1-3/+3
2014-09-03[media] marvel-ccic: just return 0 instead of using a varMauro Carvalho Chehab1-2/+1
2014-05-23[media] exynos4-is: Remove support for non-dt platformsSylwester Nawrocki1-1/+1
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil1-3/+2
2014-03-14[media] exynos4-is: Add the FIMC-IS ISP capture DMA driverSylwester Nawrocki1-0/+660