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
/
s5p-mfc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-22
media: s5p_mfc_enc: get rid of new warnings
Mauro Carvalho Chehab
1
-1
/
+1
2018-03-22
media: s5p-mfc: Amend initial min, max values of HEVC hierarchical coding QP ...
Sylwester Nawrocki
1
-14
/
+14
2018-03-22
media: s5p-mfc: Ensure HEVC QP controls range is properly updated
Sylwester Nawrocki
1
-0
/
+40
2018-03-22
media: s5p-mfc: Use real device for request_firmware() call
Marek Szyprowski
1
-1
/
+1
2018-03-22
media: s5p-mfc: Add support for HEVC encoder
Smitha T Murthy
8
-2
/
+818
2018-03-22
media: s5p-mfc: Add VP9 decoder support
Smitha T Murthy
6
-0
/
+45
2018-03-22
media: s5p-mfc: Add support for HEVC decoder
Smitha T Murthy
6
-2
/
+30
2018-03-22
media: s5p-mfc: Support MFCv10.10 buffer requirements
Smitha T Murthy
3
-20
/
+94
2018-03-22
media: s5p-mfc: Use min scratch buffer size as provided by F/W
Smitha T Murthy
6
-17
/
+65
2018-03-22
media: s5p-mfc: Adding initial support for MFC v10.10
Smitha T Murthy
8
-33
/
+99
2018-03-22
media: s5p-mfc: Rename IS_MFCV8 macro
Smitha T Murthy
4
-12
/
+12
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-4
/
+4
2018-02-06
Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
4
-6
/
+15
2017-12-18
media: s5p-mfc: Fix lock contention - request_firmware() once
Shuah Khan
3
-0
/
+14
2017-12-18
media: s5p-mfc: Remove firmware buf null check in s5p_mfc_load_firmware()
Shuah Khan
1
-5
/
+0
2017-12-18
media: s5p-mfc: Fix encoder menu controls initialization
Sylwester Nawrocki
1
-1
/
+1
2017-11-27
media: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-11-21
treewide: init_timer() -> setup_timer()
Kees Cook
1
-3
/
+2
2017-11-15
Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+6
2017-11-07
media: s5p-mfc: fix lockdep warning
Shuah Khan
1
-4
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-16
media: s5p-mfc: Adjust a null pointer check in four functions
Markus Elfring
1
-4
/
+4
2017-10-16
media: s5p-mfc: Improve a size determination in s5p_mfc_alloc_memdev()
Markus Elfring
1
-1
/
+1
2017-10-16
media: s5p-mfc: Delete an error message for a failed memory allocation
Markus Elfring
1
-3
/
+1
2017-06-13
[media] s5p-mfc: fix spelling mistake: "destionation" -> "destination"
Colin Ian King
2
-2
/
+2
2017-04-05
[media] s5p-mfc: Don't allocate codec buffers from pre-allocated region
Marek Szyprowski
3
-2
/
+34
2017-04-05
[media] s5p-mfc: Fix unbalanced call to clock management
Marek Szyprowski
1
-0
/
+1
2017-04-05
[media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentation
Marek Szyprowski
7
-61
/
+62
2017-04-05
[media] s5p-mfc: Use preallocated block allocator always for MFC v6+
Marek Szyprowski
1
-3
/
+6
2017-04-05
[media] s5p-mfc: Remove special configuration of IOMMU domain
Marek Szyprowski
2
-67
/
+14
2017-04-05
[media] s5p-mfc: Add support for probe-time preallocated block based allocator
Marek Szyprowski
3
-25
/
+79
2017-04-05
[media] s5p-mfc: Split variant DMA memory configuration into separate functions
Marek Szyprowski
1
-41
/
+61
2017-04-05
[media] s5p-mfc: Reduce firmware buffer size for MFC v6+ variants
Marek Szyprowski
3
-3
/
+3
2017-04-05
[media] s5p-mfc: Allocate firmware with internal private buffer alloc function
Marek Szyprowski
1
-9
/
+5
2017-04-05
[media] s5p-mfc: Move firmware allocation to DMA configure function
Marek Szyprowski
2
-44
/
+49
2017-04-05
[media] s5p-mfc: Put firmware to private buffer structure
Marek Szyprowski
3
-21
/
+20
2017-04-05
[media] s5p-mfc: Move setting DMA max segment size to DMA configure function
Marek Szyprowski
1
-8
/
+13
2017-04-05
[media] s5p-mfc: Simplify alloc/release private buffer functions
Marek Szyprowski
5
-38
/
+37
2017-04-05
[media] s5p-mfc: Replace bank1/bank2 entries with an array
Marek Szyprowski
4
-38
/
+43
2017-04-05
[media] s5p-mfc: Replace mem_dev_* entries with an array
Marek Szyprowski
7
-61
/
+69
2017-04-05
[media] s5p-mfc: Use generic of_device_get_match_data helper
Marek Szyprowski
2
-17
/
+4
2017-04-05
[media] s5p-mfc: Remove unused structures and dead code
Marek Szyprowski
3
-35
/
+0
2017-04-05
[media] s5p-mfc: Fix race between interrupt routine and device functions
Marek Szyprowski
1
-8
/
+4
2017-04-05
[media] s5p-mfc: Print buf pointer in hex constistently
Shuah Khan
1
-1
/
+1
2017-04-05
[media] s5p_mfc: Remove unneeded io_modes initialization in s5p_mfc_open()
Shuah Khan
1
-1
/
+0
2017-04-05
[media] s5p-mfc: Fix initialization of internal structures
Marek Szyprowski
1
-9
/
+8
2016-11-30
[media] s5p-mfc: Add support for MFC v8 available in Exynos 5433 SoCs
Marek Szyprowski
1
-0
/
+14
2016-11-30
[media] s5p-mfc: Rework clock handling
Marek Szyprowski
3
-59
/
+56
2016-11-30
[media] s5p-mfc: Don't keep clock prepared all the time
Marek Szyprowski
1
-24
/
+28
[next]