summaryrefslogtreecommitdiff
path: root/drivers/media/platform/s5p-mfc/s5p_mfc.c
AgeCommit message (Expand)Author
2019-07-10media: s5p-mfc: fix incorrect bus assignment in virtual child deviceMarek Szyprowski
2018-07-27media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time} f...Sylwester Nawrocki
2018-07-04media: platform: s5p-mfc: simplify getting .drvdataWolfram Sang
2018-03-22media: s5p-mfc: Add support for HEVC encoderSmitha T Murthy
2018-03-22media: s5p-mfc: Use min scratch buffer size as provided by F/WSmitha T Murthy
2018-03-22media: s5p-mfc: Adding initial support for MFC v10.10Smitha T Murthy
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-12-18media: s5p-mfc: Fix lock contention - request_firmware() onceShuah Khan
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-07media: s5p-mfc: fix lockdep warningShuah Khan
2017-10-16media: s5p-mfc: Adjust a null pointer check in four functionsMarkus Elfring
2017-10-16media: s5p-mfc: Improve a size determination in s5p_mfc_alloc_memdev()Markus Elfring
2017-10-16media: s5p-mfc: Delete an error message for a failed memory allocationMarkus Elfring
2017-04-05[media] s5p-mfc: Fix unbalanced call to clock managementMarek Szyprowski
2017-04-05[media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentationMarek Szyprowski
2017-04-05[media] s5p-mfc: Use preallocated block allocator always for MFC v6+Marek Szyprowski
2017-04-05[media] s5p-mfc: Remove special configuration of IOMMU domainMarek Szyprowski
2017-04-05[media] s5p-mfc: Add support for probe-time preallocated block based allocatorMarek Szyprowski
2017-04-05[media] s5p-mfc: Split variant DMA memory configuration into separate functionsMarek Szyprowski
2017-04-05[media] s5p-mfc: Move firmware allocation to DMA configure functionMarek Szyprowski
2017-04-05[media] s5p-mfc: Move setting DMA max segment size to DMA configure functionMarek Szyprowski
2017-04-05[media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski
2017-04-05[media] s5p-mfc: Use generic of_device_get_match_data helperMarek Szyprowski
2017-04-05[media] s5p-mfc: Remove unused structures and dead codeMarek Szyprowski
2017-04-05[media] s5p-mfc: Fix race between interrupt routine and device functionsMarek Szyprowski
2017-04-05[media] s5p_mfc: Remove unneeded io_modes initialization in s5p_mfc_open()Shuah Khan
2017-04-05[media] s5p-mfc: Fix initialization of internal structuresMarek Szyprowski
2016-11-30[media] s5p-mfc: Add support for MFC v8 available in Exynos 5433 SoCsMarek Szyprowski
2016-11-30[media] s5p-mfc: Rework clock handlingMarek Szyprowski
2016-11-30[media] s5p-mfc: Remove dead conditional codeMarek Szyprowski
2016-11-30[media] s5p-mfc: Ensure that clock is disabled before turning power offMarek Szyprowski
2016-11-30[media] s5p-mfc: Set DMA_ATTR_ALLOC_SINGLE_PAGESDouglas Anderson
2016-11-16[media] s5p-mfc: Fix clock management in s5p_mfc_release() functionMarek Szyprowski
2016-11-16[media] s5p-mfc: Use clock gating only on MFC v5 hardwareMarek Szyprowski
2016-11-16[media] s5p-mfc: Skip incomplete frameDonghwa Lee
2016-10-21[media] s5p-mfc: fix failure path of s5p_mfc_alloc_memdev()Marek Szyprowski
2016-08-24[media] s5p-mfc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-08-24[media] media: s5p-mfc remove unnecessary error messagesShuah Khan
2016-08-24[media] s5p-mfc: remove redundant return value check of platform_get_resource()Wei Yongjun
2016-08-24[media] media: s5p-mfc remove void function return statementShuah Khan
2016-08-24[media] media: s5p-mfc fix invalid memory access from s5p_mfc_release()Shuah Khan
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil
2016-07-08[media] s5p-mfc: improve v4l2_capability driver and card fieldsJavier Martinez Canillas
2016-07-08[media] s5p-mfc: fix error path in driver probeMarek Szyprowski
2016-07-08[media] s5p-mfc: fix memory leak in s5p_mfc_remove()Shuah Khan
2016-07-08[media] s5p-mfc: fix video device release double release in probe error pathShuah Khan
2016-06-03media: s5p-mfc: add iommu supportMarek Szyprowski