summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc
Commit message (Expand)AuthorAgeFilesLines
* [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/+10
* [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/+0
* [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/+0
* [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/+0
* [media] s5p-mfc: Don't try to put pm->clock if lookup failedJavier Martinez Canillas2016-06-071-0/+1
* [media] media: s5p-mfc: fix compilation issue on archs other than ARM (32bit)Marek Szyprowski2016-06-071-1/+1
* media: s5p-mfc: add iommu supportMarek Szyprowski2016-06-032-0/+103
* media: s5p-mfc: replace custom reserved memory handling code with generic oneMarek Szyprowski2016-06-031-75/+63
* media: set proper max seg size for devices on Exynos SoCsMarek Szyprowski2016-06-031-0/+4
* s5p-mfc: Fix race between s5p_mfc_probe() and s5p_mfc_open()Javier Martinez Canillas2016-06-031-18/+21
* s5p-mfc: Add release callback for memory region devsJavier Martinez Canillas2016-06-031-0/+7
* s5p-mfc: Set device name for reserved memory region devsJavier Martinez Canillas2016-06-031-0/+4
* [media] s5p-mfc: remove non-device-tree init codeMarek Szyprowski2016-04-131-32/+5
* [media] s5p-mfc: add the support of V4L2_CID_MPEG_VIDEO_FORCE_KEY_FRAMEWu-Cheng Li2016-02-191-0/+12
* [media] s5p-mfc: remove volatile attribute from MFC register addressesAndrzej Hajda2015-12-231-244/+244
* [media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_voidAndrzej Hajda2015-12-236-58/+52
* [media] s5p-mfc: use spinlock to protect MFC contextAndrzej Hajda2015-12-236-70/+11
* [media] s5p-mfc: remove unnecessary callbacksAndrzej Hajda2015-12-233-102/+0
* [media] s5p-mfc: make queue cleanup code commonAndrzej Hajda2015-12-237-50/+23
* [media] s5p-mfc: use one implementation of s5p_mfc_get_new_ctxAndrzej Hajda2015-12-234-45/+21
* [media] s5p-mfc: constify s5p_mfc_codec_ops structuresJulia Lawall2015-12-235-7/+7
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-2/+2
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-182-2/+1
* [media] media/core: Replace ctrl_class with whichRicardo Ribalda2015-11-172-2/+2
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-202-2/+2
* [media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder cap...Andrzej Hajda2015-10-202-8/+14
* [media] s5p-mfc: end-of-stream handling for newer encodersAndrzej Hajda2015-10-203-31/+48
* [media] s5p-mfc: fix spelling errorsIngi Kim2015-10-201-4/+4
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-016-108/+124
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-014-4/+4
* [media] s5p-mfc: Correct misuse of %0x<decimal>Joe Perches2015-10-011-1/+1
* Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-056-16/+32
|\
| * [media] s5p-mfc: add additional check for incorrect memory configurationMarek Szyprowski2015-08-114-11/+22
| * [media] s5p-mfc: add return value check in mfc_sys_init_cmdMarek Szyprowski2015-08-111-1/+5
| * [media] s5p-mfc: fix state check from encoder queue_setupSeung-Woo Kim2015-08-111-4/+5
* | treewide: Fix typo in printkMasanari Iida2015-08-071-1/+1
|/
* [media] media: s5p-mfc: fix sparse warningsMarek Szyprowski2015-06-052-4/+4
* [media] s5p-mfc: Set last buffer flagPhilipp Zabel2015-05-121-0/+1
* [media] media: platform: s5p: Constify platform_device_idKrzysztof Kozlowski2015-05-121-1/+1
OpenPOWER on IntegriCloud