summaryrefslogtreecommitdiff
path: root/drivers/media/platform/s5p-mfc
AgeCommit message (Expand)Author
2018-09-19media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time} f...Sylwester Nawrocki
2018-03-24media: s5p-mfc: Fix lock contention - request_firmware() onceShuah Khan
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-13[media] s5p-mfc: fix spelling mistake: "destionation" -> "destination"Colin Ian King
2017-04-05[media] s5p-mfc: Don't allocate codec buffers from pre-allocated regionMarek Szyprowski
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: Reduce firmware buffer size for MFC v6+ variantsMarek Szyprowski
2017-04-05[media] s5p-mfc: Allocate firmware with internal private buffer alloc functionMarek Szyprowski
2017-04-05[media] s5p-mfc: Move firmware allocation to DMA configure functionMarek Szyprowski
2017-04-05[media] s5p-mfc: Put firmware to private buffer structureMarek Szyprowski
2017-04-05[media] s5p-mfc: Move setting DMA max segment size to DMA configure functionMarek Szyprowski
2017-04-05[media] s5p-mfc: Simplify alloc/release private buffer functionsMarek Szyprowski
2017-04-05[media] s5p-mfc: Replace bank1/bank2 entries with an arrayMarek 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: Print buf pointer in hex constistentlyShuah Khan
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: Don't keep clock prepared all the timeMarek Szyprowski
2016-11-30[media] s5p-mfc: Kill all IS_ERR_OR_NULL in clocks management codeMarek 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: Remove special clock rate managementMarek Szyprowski
2016-11-30[media] s5p-mfc: Use printk_ratelimited for reporting ioctl errorsMarek 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-11-16[media] s5p-mfc: Fix MFC context buffer sizeIngi Kim
2016-11-16[media] s5p-mfc: Correct scratch buffer size of H.263 decoderAndrzej Hajda
2016-11-16[media] s5p-mfc: include buffer size in error messageShuah Khan
2016-11-16[media] s5p-mfc: Collapse two error message into oneShuah Khan
2016-10-21[media] s5p-mfc: fix failure path of s5p_mfc_alloc_memdev()Marek Szyprowski
2016-10-21[media] s5p-mfc: don't break long linesMauro Carvalho Chehab
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] media: s5p-mfc Fix misspelled error message and checkpatch errorsShuah 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-08-24[media] media: Doc s5p-mfc add missing fields to s5p_mfc_dev structure defini...Shuah Khan