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
/
s5p_mfc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-15
media: s5p-mfc: Use 'bitmap_zalloc()' when applicable
Christophe JAILLET
1
-6
/
+3
2021-09-30
media: s5p-mfc: Add checking to s5p_mfc_probe().
Nadezda Lutovinova
1
-0
/
+4
2021-09-30
media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
Tuo Li
1
-1
/
+1
2021-09-30
media: s5p-mfc: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-2
/
+1
2020-06-11
media: s5p-mfc: Properly handle dma_parms for the allocated devices
Marek Szyprowski
1
-1
/
+5
2020-02-24
media: media/platform: rename VFL_TYPE_GRABBER to _VIDEO
Hans Verkuil
1
-2
/
+2
2019-06-12
media: s5p-mfc: fix reading min scratch buffer size on MFC v6/v7
Marek Szyprowski
1
-1
/
+2
2019-06-11
Merge tag 'v5.2-rc4' into media/master
Mauro Carvalho Chehab
1
-5
/
+1
2019-06-05
media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_caps
Boris Brezillon
1
-0
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-03-10
Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+7
2019-01-21
media: s5p-mfc: Fix memdev DMA configuration
Robin Murphy
1
-0
/
+7
2019-01-07
media: s5p-mfc: fix incorrect bus assignment in virtual child device
Marek Szyprowski
1
-1
/
+0
2018-11-20
media: s5p_mfc_dec.c: convert g_crop to g_selection
Hans Verkuil
1
-0
/
+1
2018-07-27
media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time} f...
Sylwester Nawrocki
1
-11
/
+12
2018-07-04
media: platform: s5p-mfc: simplify getting .drvdata
Wolfram Sang
1
-4
/
+2
2018-03-22
media: s5p-mfc: Add support for HEVC encoder
Smitha T Murthy
1
-0
/
+1
2018-03-22
media: s5p-mfc: Use min scratch buffer size as provided by F/W
Smitha T Murthy
1
-0
/
+2
2018-03-22
media: s5p-mfc: Adding initial support for MFC v10.10
Smitha T Murthy
1
-0
/
+25
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
1
-0
/
+6
2017-12-18
media: s5p-mfc: Fix lock contention - request_firmware() once
Shuah Khan
1
-0
/
+6
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-07
media: s5p-mfc: fix lockdep warning
Shuah Khan
1
-4
/
+0
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-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
1
-27
/
+27
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
1
-17
/
+13
2017-04-05
[media] s5p-mfc: Add support for probe-time preallocated block based allocator
Marek Szyprowski
1
-6
/
+37
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: Move firmware allocation to DMA configure function
Marek Szyprowski
1
-13
/
+49
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: Replace mem_dev_* entries with an array
Marek Szyprowski
1
-14
/
+17
2017-04-05
[media] s5p-mfc: Use generic of_device_get_match_data helper
Marek Szyprowski
1
-15
/
+2
2017-04-05
[media] s5p-mfc: Remove unused structures and dead code
Marek Szyprowski
1
-21
/
+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: 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
1
-0
/
+8
2016-11-30
[media] s5p-mfc: Remove dead conditional code
Marek Szyprowski
1
-22
/
+0
2016-11-30
[media] s5p-mfc: Ensure that clock is disabled before turning power off
Marek Szyprowski
1
-2
/
+4
2016-11-30
[media] s5p-mfc: Set DMA_ATTR_ALLOC_SINGLE_PAGES
Douglas Anderson
1
-0
/
+11
2016-11-16
[media] s5p-mfc: Fix clock management in s5p_mfc_release() function
Marek Szyprowski
1
-3
/
+4
2016-11-16
[media] s5p-mfc: Use clock gating only on MFC v5 hardware
Marek Szyprowski
1
-0
/
+1
[next]