summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc/s5p_mfc.c
Commit message (Expand)AuthorAgeFilesLines
* media: s5p-mfc: fix reading min scratch buffer size on MFC v6/v7Marek Szyprowski2019-07-261-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-101-0/+7
|\
| * media: s5p-mfc: Fix memdev DMA configurationRobin Murphy2019-01-211-0/+7
* | media: s5p-mfc: fix incorrect bus assignment in virtual child deviceMarek Szyprowski2019-01-071-1/+0
|/
* media: s5p_mfc_dec.c: convert g_crop to g_selectionHans Verkuil2018-11-201-0/+1
* media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time} f...Sylwester Nawrocki2018-07-271-11/+12
* media: platform: s5p-mfc: simplify getting .drvdataWolfram Sang2018-07-041-4/+2
* media: s5p-mfc: Add support for HEVC encoderSmitha T Murthy2018-03-221-0/+1
* media: s5p-mfc: Use min scratch buffer size as provided by F/WSmitha T Murthy2018-03-221-0/+2
* media: s5p-mfc: Adding initial support for MFC v10.10Smitha T Murthy2018-03-221-0/+25
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-061-0/+6
|\
| * media: s5p-mfc: Fix lock contention - request_firmware() onceShuah Khan2017-12-181-0/+6
* | media: annotate ->poll() instancesAl Viro2017-11-271-2/+2
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+2
* media: s5p-mfc: fix lockdep warningShuah Khan2017-11-071-4/+0
* media: s5p-mfc: Adjust a null pointer check in four functionsMarkus Elfring2017-10-161-4/+4
* media: s5p-mfc: Improve a size determination in s5p_mfc_alloc_memdev()Markus Elfring2017-10-161-1/+1
* media: s5p-mfc: Delete an error message for a failed memory allocationMarkus Elfring2017-10-161-3/+1
* [media] s5p-mfc: Fix unbalanced call to clock managementMarek Szyprowski2017-04-051-0/+1
* [media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentationMarek Szyprowski2017-04-051-27/+27
* [media] s5p-mfc: Use preallocated block allocator always for MFC v6+Marek Szyprowski2017-04-051-3/+6
* [media] s5p-mfc: Remove special configuration of IOMMU domainMarek Szyprowski2017-04-051-17/+13
* [media] s5p-mfc: Add support for probe-time preallocated block based allocatorMarek Szyprowski2017-04-051-6/+37
* [media] s5p-mfc: Split variant DMA memory configuration into separate functionsMarek Szyprowski2017-04-051-41/+61
* [media] s5p-mfc: Move firmware allocation to DMA configure functionMarek Szyprowski2017-04-051-13/+49
* [media] s5p-mfc: Move setting DMA max segment size to DMA configure functionMarek Szyprowski2017-04-051-8/+13
* [media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski2017-04-051-14/+17
* [media] s5p-mfc: Use generic of_device_get_match_data helperMarek Szyprowski2017-04-051-15/+2
* [media] s5p-mfc: Remove unused structures and dead codeMarek Szyprowski2017-04-051-21/+0
* [media] s5p-mfc: Fix race between interrupt routine and device functionsMarek Szyprowski2017-04-051-8/+4
* [media] s5p_mfc: Remove unneeded io_modes initialization in s5p_mfc_open()Shuah Khan2017-04-051-1/+0
* [media] s5p-mfc: Fix initialization of internal structuresMarek Szyprowski2017-04-051-9/+8
* [media] s5p-mfc: Add support for MFC v8 available in Exynos 5433 SoCsMarek Szyprowski2016-11-301-0/+14
* [media] s5p-mfc: Rework clock handlingMarek Szyprowski2016-11-301-0/+8
* [media] s5p-mfc: Remove dead conditional codeMarek Szyprowski2016-11-301-22/+0
* [media] s5p-mfc: Ensure that clock is disabled before turning power offMarek Szyprowski2016-11-301-2/+4
* [media] s5p-mfc: Set DMA_ATTR_ALLOC_SINGLE_PAGESDouglas Anderson2016-11-301-0/+11
* [media] s5p-mfc: Fix clock management in s5p_mfc_release() functionMarek Szyprowski2016-11-161-3/+4
* [media] s5p-mfc: Use clock gating only on MFC v5 hardwareMarek Szyprowski2016-11-161-0/+1
* [media] s5p-mfc: Skip incomplete frameDonghwa Lee2016-11-161-2/+5
* [media] s5p-mfc: fix failure path of s5p_mfc_alloc_memdev()Marek Szyprowski2016-10-211-0/+1
* [media] s5p-mfc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-241-4/+2
* [media] media: s5p-mfc remove unnecessary error messagesShuah Khan2016-08-241-2/+1
* [media] s5p-mfc: remove redundant return value check of platform_get_resource()Wei Yongjun2016-08-241-4/+0
* [media] media: s5p-mfc remove void function return statementShuah Khan2016-08-241-1/+0
* [media] media: s5p-mfc fix invalid memory access from s5p_mfc_release()Shuah Khan2016-08-241-22/+50
* [media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-081-17/+1