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: platform: fix several typos
Mauro Carvalho Chehab
2019-03-01
5
-6
/
+6
*
media: s5p-mfc: fix incorrect bus assignment in virtual child device
Marek Szyprowski
2019-01-07
1
-1
/
+0
*
media: s5p_mfc_dec.c: convert g_crop to g_selection
Hans Verkuil
2018-11-20
2
-17
/
+33
*
Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2018-10-31
2
-4
/
+4
|
\
|
*
media: videobuf2-v4l2: integrate with media requests
Hans Verkuil
2018-08-31
2
-4
/
+4
*
|
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
2018-09-11
2
-6
/
+6
|
/
*
media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time} f...
Sylwester Nawrocki
2018-07-27
1
-11
/
+12
*
media: platform: s5p-mfc: simplify getting .drvdata
Wolfram Sang
2018-07-04
1
-4
/
+2
*
media: v4l2-ctrl: Change control for VP8 profile to menu control
Keiichi Watanabe
2018-07-04
1
-8
/
+7
*
media: s5p-mfc: fix two sparse warnings
Hans Verkuil
2018-05-25
2
-4
/
+4
*
media: s5p_mfc_enc: get rid of new warnings
Mauro Carvalho Chehab
2018-03-22
1
-1
/
+1
*
media: s5p-mfc: Amend initial min, max values of HEVC hierarchical coding QP ...
Sylwester Nawrocki
2018-03-22
1
-14
/
+14
*
media: s5p-mfc: Ensure HEVC QP controls range is properly updated
Sylwester Nawrocki
2018-03-22
1
-0
/
+40
*
media: s5p-mfc: Use real device for request_firmware() call
Marek Szyprowski
2018-03-22
1
-1
/
+1
*
media: s5p-mfc: Add support for HEVC encoder
Smitha T Murthy
2018-03-22
8
-2
/
+818
*
media: s5p-mfc: Add VP9 decoder support
Smitha T Murthy
2018-03-22
6
-0
/
+45
*
media: s5p-mfc: Add support for HEVC decoder
Smitha T Murthy
2018-03-22
6
-2
/
+30
*
media: s5p-mfc: Support MFCv10.10 buffer requirements
Smitha T Murthy
2018-03-22
3
-20
/
+94
*
media: s5p-mfc: Use min scratch buffer size as provided by F/W
Smitha T Murthy
2018-03-22
6
-17
/
+65
*
media: s5p-mfc: Adding initial support for MFC v10.10
Smitha T Murthy
2018-03-22
8
-33
/
+99
*
media: s5p-mfc: Rename IS_MFCV8 macro
Smitha T Murthy
2018-03-22
4
-12
/
+12
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-4
/
+4
*
Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2018-02-06
4
-6
/
+15
|
\
|
*
media: s5p-mfc: Fix lock contention - request_firmware() once
Shuah Khan
2017-12-18
3
-0
/
+14
|
*
media: s5p-mfc: Remove firmware buf null check in s5p_mfc_load_firmware()
Shuah Khan
2017-12-18
1
-5
/
+0
|
*
media: s5p-mfc: Fix encoder menu controls initialization
Sylwester Nawrocki
2017-12-18
1
-1
/
+1
*
|
media: annotate ->poll() instances
Al Viro
2017-11-27
1
-2
/
+2
|
/
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-22
1
-4
/
+3
*
treewide: init_timer() -> setup_timer()
Kees Cook
2017-11-22
1
-3
/
+2
*
Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-11-16
1
-12
/
+6
|
\
|
*
media: s5p-mfc: fix lockdep warning
Shuah Khan
2017-11-07
1
-4
/
+0
|
*
media: s5p-mfc: Adjust a null pointer check in four functions
Markus Elfring
2017-10-17
1
-4
/
+4
|
*
media: s5p-mfc: Improve a size determination in s5p_mfc_alloc_memdev()
Markus Elfring
2017-10-17
1
-1
/
+1
|
*
media: s5p-mfc: Delete an error message for a failed memory allocation
Markus Elfring
2017-10-17
1
-3
/
+1
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
[media] s5p-mfc: fix spelling mistake: "destionation" -> "destination"
Colin Ian King
2017-06-13
2
-2
/
+2
*
[media] s5p-mfc: Don't allocate codec buffers from pre-allocated region
Marek Szyprowski
2017-04-05
3
-2
/
+34
*
[media] s5p-mfc: Fix unbalanced call to clock management
Marek Szyprowski
2017-04-05
1
-0
/
+1
*
[media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentation
Marek Szyprowski
2017-04-05
7
-61
/
+62
*
[media] s5p-mfc: Use preallocated block allocator always for MFC v6+
Marek Szyprowski
2017-04-05
1
-3
/
+6
*
[media] s5p-mfc: Remove special configuration of IOMMU domain
Marek Szyprowski
2017-04-05
2
-67
/
+14
*
[media] s5p-mfc: Add support for probe-time preallocated block based allocator
Marek Szyprowski
2017-04-05
3
-25
/
+79
*
[media] s5p-mfc: Split variant DMA memory configuration into separate functions
Marek Szyprowski
2017-04-05
1
-41
/
+61
*
[media] s5p-mfc: Reduce firmware buffer size for MFC v6+ variants
Marek Szyprowski
2017-04-05
3
-3
/
+3
*
[media] s5p-mfc: Allocate firmware with internal private buffer alloc function
Marek Szyprowski
2017-04-05
1
-9
/
+5
*
[media] s5p-mfc: Move firmware allocation to DMA configure function
Marek Szyprowski
2017-04-05
2
-44
/
+49
*
[media] s5p-mfc: Put firmware to private buffer structure
Marek Szyprowski
2017-04-05
3
-21
/
+20
*
[media] s5p-mfc: Move setting DMA max segment size to DMA configure function
Marek Szyprowski
2017-04-05
1
-8
/
+13
*
[media] s5p-mfc: Simplify alloc/release private buffer functions
Marek Szyprowski
2017-04-05
5
-38
/
+37
*
[media] s5p-mfc: Replace bank1/bank2 entries with an array
Marek Szyprowski
2017-04-05
4
-38
/
+43
[next]