summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [media] s5p-mfc: set capablity bus_info as required by VIDIOC_QUERYCAPJavier Martinez Canillas2016-07-082-2/+4
* [media] s5p-mfc: use vb2_is_streaming() to check vb2 queue statusJavier Martinez Canillas2016-07-081-2/+2
* [media] s5p-mfc: don't print errors on VIDIOC_REQBUFS unsupported mem typeJavier Martinez Canillas2016-07-081-1/+1
* [media] s5p-mfc: fix typo in s5p_mfc_dec function commentJavier Martinez Canillas2016-07-081-1/+1
* [media] s5p-mfc: fix error path in driver probeMarek Szyprowski2016-07-081-5/+9
* [media] s5p-mfc: fix null pointer deference in clk_core_enable()Shuah Khan2016-07-081-3/+9
* [media] s5p-mfc: fix memory leak in s5p_mfc_remove()Shuah Khan2016-07-081-0/+2
* [media] s5p-mfc: fix video device release double release in probe error pathShuah Khan2016-07-081-2/+0Star
* [media] s5p-mfc: fix a typo in s5p_mfc_decayaka2016-06-071-1/+1
* [media] s5p-mfc: remove unnecessary check in try_fmtayaka2016-06-071-9/+0Star
* [media] s5p-mfc: Add handling of buffer freeing reqbufs requestayaka2016-06-071-0/+3
* [media] s5p-mfc: don't close instance after free OUTPUT buffersayaka2016-06-071-1/+0Star
* [media] s5p-mfc: Don't try to put pm->clock if lookup failedJavier Martinez Canillas2016-06-071-0/+1