index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
exynos4-is
/
fimc-capture.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-22
media: media/platform: don't set description in ENUM_FMT
Hans Verkuil
1
-3
/
+0
2019-07-09
Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-5
/
+5
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-05
media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplane
Boris Brezillon
1
-3
/
+3
2019-06-05
media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_caps
Boris Brezillon
1
-2
/
+2
2019-03-29
media: replace strncpy() by strscpy()
Mauro Carvalho Chehab
1
-1
/
+1
2018-10-31
Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-1
/
+1
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
1
-1
/
+1
2018-08-31
media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_dev
Hans Verkuil
1
-1
/
+1
2018-03-23
media: fimc-capture: get rid of two warnings
Mauro Carvalho Chehab
1
-2
/
+5
2017-11-30
media: exynos4-is: fix kernel-doc warnings
Mauro Carvalho Chehab
1
-0
/
+3
2017-06-23
[media] v4l2-ioctl/exynos: fix G/S_SELECTION's type handling
Hans Verkuil
1
-2
/
+2
2017-05-19
[media] media drivers: annotate fall-through
Mauro Carvalho Chehab
1
-0
/
+3
2017-01-31
[media] exynos4-is: constify v4l2_subdev_* structures
Bhumika Goyal
1
-2
/
+2
2017-01-27
[media] media: Rename graph and pipeline structs and functions
Sakari Ailus
1
-4
/
+4
2016-09-22
[media] exynos4-is: Add missing entity function initialization
Sylwester Nawrocki
1
-0
/
+1
2016-09-19
[media] platform: constify vb2_ops structures
Julia Lawall
1
-1
/
+1
2016-07-08
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
1
-1
/
+1
2016-07-08
[media] media/platform: convert drivers to use the new vb2_queue dev field
Hans Verkuil
1
-5
/
+2
2016-01-11
[media] media framework: rename pads init function to media_entity_pads_init()
Mauro Carvalho Chehab
1
-2
/
+2
2016-01-11
[media] media: use macros to check for V4L2 subdev entities
Mauro Carvalho Chehab
1
-3
/
+2
2016-01-11
[media] media: get rid of unused "extra_links" param on media_entity_init()
Mauro Carvalho Chehab
1
-2
/
+2
2015-12-18
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
1
-1
/
+1
2015-12-18
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
1
-16
/
+15
2015-10-20
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
1
-1
/
+2
2015-10-01
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
1
-10
/
+12
2015-10-01
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
Junghak Sung
1
-1
/
+1
2015-10-01
[media] exynos4-is: use monotonic timestamps as advertized
Arnd Bergmann
1
-7
/
+1
2015-03-23
[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config
Hans Verkuil
1
-11
/
+11
2014-11-14
[media] platform: Make use of media_bus_format enum
Boris BREZILLON
1
-1
/
+1
2014-04-23
[media] vb2: stop_streaming should return void
Hans Verkuil
1
-3
/
+3
2014-03-05
[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags
Sakari Ailus
1
-1
/
+1
2013-12-09
[media] videobuf2: Add missing lock held on vb2_fop_release
Ricardo Ribalda
1
-1
/
+1
2013-06-28
[media] exynos4-is: Set valid initial format on FIMC.n subdevs
Sylwester Nawrocki
1
-2
/
+17
2013-06-12
[media] exynos4-is: Refactor vidioc_s_fmt, vidioc_try_fmt handlers
Sylwester Nawrocki
1
-83
/
+75
2013-06-12
[media] exynos4-is: Add locking at fimc(-lite) subdev unregistered handler
Sylwester Nawrocki
1
-0
/
+4
2013-06-12
[media] exynos4-is: Use common exynos_media_pipeline data structure
Sylwester Nawrocki
1
-26
/
+41
2013-06-12
[media] exynos4-is: Do not use asynchronous runtime PM in release fop
Sylwester Nawrocki
1
-2
/
+2
2013-06-12
[media] exynos4-is: Media graph/video device locking rework
Sylwester Nawrocki
1
-33
/
+26
2013-06-12
[media] exynos4-is: Preserve state of controls between /dev/video open/close
Sylwester Nawrocki
1
-49
/
+47
2013-06-12
[media] exynos4-is: Add struct exynos_video_entity
Sylwester Nawrocki
1
-18
/
+25
2013-06-08
[media] media: Rename media_entity_remote_source to media_entity_remote_pad
Andrzej Hajda
1
-3
/
+3
2013-04-25
[media] exynos4-is: Fix driver name reported in vidioc_querycap
Sylwester Nawrocki
1
-7
/
+4
2013-04-25
[media] exynos4-is: Fix initialization of subdev 'flags' field
Sylwester Nawrocki
1
-1
/
+1
2013-04-14
[media] exynos4-is: Make fimc-lite independent of struct fimc_sensor_info
Sylwester Nawrocki
1
-3
/
+4
2013-04-04
[media] exynos4-is: Ensure proper media pipeline state on device close
Sylwester Nawrocki
1
-5
/
+13
2013-03-31
[media] s5p-fimc: Change the driver directory name to exynos4-is
Sylwester Nawrocki
1
-0
/
+1887