summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc
Commit message (Expand)AuthorAgeFilesLines
* [media] s5p-mfc: fix spelling mistake: "destionation" -> "destination"Colin Ian King2017-06-132-2/+2
* [media] s5p-mfc: Don't allocate codec buffers from pre-allocated regionMarek Szyprowski2017-04-053-2/+34
* [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-057-61/+62
* [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-052-67/+14Star
* [media] s5p-mfc: Add support for probe-time preallocated block based allocatorMarek Szyprowski2017-04-053-25/+79
* [media] s5p-mfc: Split variant DMA memory configuration into separate functionsMarek Szyprowski2017-04-051-41/+61
* [media] s5p-mfc: Reduce firmware buffer size for MFC v6+ variantsMarek Szyprowski2017-04-053-3/+3
* [media] s5p-mfc: Allocate firmware with internal private buffer alloc functionMarek Szyprowski2017-04-051-9/+5Star
* [media] s5p-mfc: Move firmware allocation to DMA configure functionMarek Szyprowski2017-04-052-44/+49
* [media] s5p-mfc: Put firmware to private buffer structureMarek Szyprowski2017-04-053-21/+20Star
* [media] s5p-mfc: Move setting DMA max segment size to DMA configure functionMarek Szyprowski2017-04-051-8/+13
* [media] s5p-mfc: Simplify alloc/release private buffer functionsMarek Szyprowski2017-04-055-38/+37Star
* [media] s5p-mfc: Replace bank1/bank2 entries with an arrayMarek Szyprowski2017-04-054-38/+43
* [media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski2017-04-057-61/+69
* [media] s5p-mfc: Use generic of_device_get_match_data helperMarek Szyprowski2017-04-052-17/+4Star
* [media] s5p-mfc: Remove unused structures and dead codeMarek Szyprowski2017-04-053-35/+0Star
* [media] s5p-mfc: Fix race between interrupt routine and device functionsMarek Szyprowski2017-04-051-8/+4Star
* [media] s5p-mfc: Print buf pointer in hex constistentlyShuah Khan2017-04-051-1/+1
* [media] s5p_mfc: Remove unneeded io_modes initialization in s5p_mfc_open()Shuah Khan2017-04-051-1/+0Star
* [media] s5p-mfc: Fix initialization of internal structuresMarek Szyprowski2017-04-051-9/+8Star
* [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-303-59/+56Star
* [media] s5p-mfc: Don't keep clock prepared all the timeMarek Szyprowski2016-11-301-24/+28
* [media] s5p-mfc: Kill all IS_ERR_OR_NULL in clocks management codeMarek Szyprowski2016-11-301-9/+4Star
* [media] s5p-mfc: Remove dead conditional codeMarek Szyprowski2016-11-303-48/+5Star
* [media] s5p-mfc: Ensure that clock is disabled before turning power offMarek Szyprowski2016-11-301-2/+4
* [media] s5p-mfc: Remove special clock rate managementMarek Szyprowski2016-11-301-2/+0Star
* [media] s5p-mfc: Use printk_ratelimited for reporting ioctl errorsMarek Szyprowski2016-11-303-2/+8
* [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-163-2/+18
* [media] s5p-mfc: Skip incomplete frameDonghwa Lee2016-11-162-2/+8
* [media] s5p-mfc: Fix MFC context buffer sizeIngi Kim2016-11-161-1/+1
* [media] s5p-mfc: Correct scratch buffer size of H.263 decoderAndrzej Hajda2016-11-161-1/+2
* [media] s5p-mfc: include buffer size in error messageShuah Khan2016-11-161-1/+2
* [media] s5p-mfc: Collapse two error message into oneShuah Khan2016-11-161-2/+1Star
* [media] s5p-mfc: fix failure path of s5p_mfc_alloc_memdev()Marek Szyprowski2016-10-211-0/+1
* [media] s5p-mfc: don't break long linesMauro Carvalho Chehab2016-10-212-12/+8Star
* [media] s5p-mfc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-241-4/+2Star
* [media] media: s5p-mfc remove unnecessary error messagesShuah Khan2016-08-241-2/+1Star
* [media] media: s5p-mfc Fix misspelled error message and checkpatch errorsShuah Khan2016-08-241-5/+6
* [media] s5p-mfc: remove redundant return value check of platform_get_resource()Wei Yongjun2016-08-241-4/+0Star
* [media] media: s5p-mfc remove void function return statementShuah Khan2016-08-241-1/+0Star
* [media] media: s5p-mfc fix invalid memory access from s5p_mfc_release()Shuah Khan2016-08-241-22/+50
* [media] media: Doc s5p-mfc add missing fields to s5p_mfc_dev structure defini...Shuah Khan2016-08-241-0/+2
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-082-11/+11
* [media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-084-34/+10Star
* [media] s5p-mfc: improve v4l2_capability driver and card fieldsJavier Martinez Canillas2016-07-084-5/+6