index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
s5p-mfc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
2016-07-08
2
-11
/
+11
*
[media] media/platform: convert drivers to use the new vb2_queue dev field
Hans Verkuil
2016-07-08
4
-34
/
+10
*
[media] s5p-mfc: improve v4l2_capability driver and card fields
Javier Martinez Canillas
2016-07-08
4
-5
/
+6
*
[media] s5p-mfc: set capablity bus_info as required by VIDIOC_QUERYCAP
Javier Martinez Canillas
2016-07-08
2
-2
/
+4
*
[media] s5p-mfc: use vb2_is_streaming() to check vb2 queue status
Javier Martinez Canillas
2016-07-08
1
-2
/
+2
*
[media] s5p-mfc: don't print errors on VIDIOC_REQBUFS unsupported mem type
Javier Martinez Canillas
2016-07-08
1
-1
/
+1
*
[media] s5p-mfc: fix typo in s5p_mfc_dec function comment
Javier Martinez Canillas
2016-07-08
1
-1
/
+1
*
[media] s5p-mfc: fix error path in driver probe
Marek Szyprowski
2016-07-08
1
-5
/
+9
*
[media] s5p-mfc: fix null pointer deference in clk_core_enable()
Shuah Khan
2016-07-08
1
-3
/
+9
*
[media] s5p-mfc: fix memory leak in s5p_mfc_remove()
Shuah Khan
2016-07-08
1
-0
/
+2
*
[media] s5p-mfc: fix video device release double release in probe error path
Shuah Khan
2016-07-08
1
-2
/
+0
*
[media] s5p-mfc: fix a typo in s5p_mfc_dec
ayaka
2016-06-07
1
-1
/
+1
*
[media] s5p-mfc: remove unnecessary check in try_fmt
ayaka
2016-06-07
1
-9
/
+0
*
[media] s5p-mfc: Add handling of buffer freeing reqbufs request
ayaka
2016-06-07
1
-0
/
+3
*
[media] s5p-mfc: don't close instance after free OUTPUT buffers
ayaka
2016-06-07
1
-1
/
+0
*
[media] s5p-mfc: Don't try to put pm->clock if lookup failed
Javier Martinez Canillas
2016-06-07
1
-0
/
+1
*
[media] media: s5p-mfc: fix compilation issue on archs other than ARM (32bit)
Marek Szyprowski
2016-06-07
1
-1
/
+1
*
media: s5p-mfc: add iommu support
Marek Szyprowski
2016-06-03
2
-0
/
+103
*
media: s5p-mfc: replace custom reserved memory handling code with generic one
Marek Szyprowski
2016-06-03
1
-75
/
+63
*
media: set proper max seg size for devices on Exynos SoCs
Marek Szyprowski
2016-06-03
1
-0
/
+4
*
s5p-mfc: Fix race between s5p_mfc_probe() and s5p_mfc_open()
Javier Martinez Canillas
2016-06-03
1
-18
/
+21
*
s5p-mfc: Add release callback for memory region devs
Javier Martinez Canillas
2016-06-03
1
-0
/
+7
*
s5p-mfc: Set device name for reserved memory region devs
Javier Martinez Canillas
2016-06-03
1
-0
/
+4
*
[media] s5p-mfc: remove non-device-tree init code
Marek Szyprowski
2016-04-13
1
-32
/
+5
*
[media] s5p-mfc: add the support of V4L2_CID_MPEG_VIDEO_FORCE_KEY_FRAME
Wu-Cheng Li
2016-02-19
1
-0
/
+12
*
[media] s5p-mfc: remove volatile attribute from MFC register addresses
Andrzej Hajda
2015-12-23
1
-244
/
+244
*
[media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_void
Andrzej Hajda
2015-12-23
6
-58
/
+52
*
[media] s5p-mfc: use spinlock to protect MFC context
Andrzej Hajda
2015-12-23
6
-70
/
+11
*
[media] s5p-mfc: remove unnecessary callbacks
Andrzej Hajda
2015-12-23
3
-102
/
+0
*
[media] s5p-mfc: make queue cleanup code common
Andrzej Hajda
2015-12-23
7
-50
/
+23
*
[media] s5p-mfc: use one implementation of s5p_mfc_get_new_ctx
Andrzej Hajda
2015-12-23
4
-45
/
+21
*
[media] s5p-mfc: constify s5p_mfc_codec_ops structures
Julia Lawall
2015-12-23
5
-7
/
+7
*
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
2015-12-18
1
-2
/
+2
*
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
2015-12-18
2
-2
/
+1
*
[media] media/core: Replace ctrl_class with which
Ricardo Ribalda
2015-11-17
2
-2
/
+2
*
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
2015-10-20
2
-2
/
+2
*
[media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder cap...
Andrzej Hajda
2015-10-20
2
-8
/
+14
*
[media] s5p-mfc: end-of-stream handling for newer encoders
Andrzej Hajda
2015-10-20
3
-31
/
+48
*
[media] s5p-mfc: fix spelling errors
Ingi Kim
2015-10-20
1
-4
/
+4
*
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
2015-10-01
6
-108
/
+124
*
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
Junghak Sung
2015-10-01
4
-4
/
+4
*
[media] s5p-mfc: Correct misuse of %0x<decimal>
Joe Perches
2015-10-01
1
-1
/
+1
*
Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2015-09-06
6
-16
/
+32
|
\
|
*
[media] s5p-mfc: add additional check for incorrect memory configuration
Marek Szyprowski
2015-08-11
4
-11
/
+22
|
*
[media] s5p-mfc: add return value check in mfc_sys_init_cmd
Marek Szyprowski
2015-08-11
1
-1
/
+5
|
*
[media] s5p-mfc: fix state check from encoder queue_setup
Seung-Woo Kim
2015-08-11
1
-4
/
+5
*
|
treewide: Fix typo in printk
Masanari Iida
2015-08-07
1
-1
/
+1
|
/
*
[media] media: s5p-mfc: fix sparse warnings
Marek Szyprowski
2015-06-05
2
-4
/
+4
*
[media] s5p-mfc: Set last buffer flag
Philipp Zabel
2015-05-12
1
-0
/
+1
*
[media] media: platform: s5p: Constify platform_device_id
Krzysztof Kozlowski
2015-05-12
1
-1
/
+1
[next]