summaryrefslogtreecommitdiff
path: root/drivers/media/platform/s5p-mfc
AgeCommit message (Expand)AuthorFilesLines
2015-12-23[media] s5p-mfc: remove volatile attribute from MFC register addressesAndrzej Hajda1-244/+244
2015-12-23[media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_voidAndrzej Hajda6-58/+52
2015-12-23[media] s5p-mfc: use spinlock to protect MFC contextAndrzej Hajda6-70/+11
2015-12-23[media] s5p-mfc: remove unnecessary callbacksAndrzej Hajda3-102/+0
2015-12-23[media] s5p-mfc: make queue cleanup code commonAndrzej Hajda7-50/+23
2015-12-23[media] s5p-mfc: use one implementation of s5p_mfc_get_new_ctxAndrzej Hajda4-45/+21
2015-12-23[media] s5p-mfc: constify s5p_mfc_codec_ops structuresJulia Lawall5-7/+7
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-2/+2
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2-2/+1
2015-11-17[media] media/core: Replace ctrl_class with whichRicardo Ribalda2-2/+2
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung2-2/+2
2015-10-20[media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder cap...Andrzej Hajda2-8/+14
2015-10-20[media] s5p-mfc: end-of-stream handling for newer encodersAndrzej Hajda3-31/+48
2015-10-20[media] s5p-mfc: fix spelling errorsIngi Kim1-4/+4
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung6-108/+124
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung4-4/+4
2015-10-01[media] s5p-mfc: Correct misuse of %0x<decimal>Joe Perches1-1/+1
2015-09-06Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds6-16/+32
2015-08-11[media] s5p-mfc: add additional check for incorrect memory configurationMarek Szyprowski4-11/+22
2015-08-11[media] s5p-mfc: add return value check in mfc_sys_init_cmdMarek Szyprowski1-1/+5
2015-08-11[media] s5p-mfc: fix state check from encoder queue_setupSeung-Woo Kim1-4/+5
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-06-05[media] media: s5p-mfc: fix sparse warningsMarek Szyprowski2-4/+4
2015-05-12[media] s5p-mfc: Set last buffer flagPhilipp Zabel1-0/+1
2015-05-12[media] media: platform: s5p: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-01[media] s5p-mfc: fix bad indentationMauro Carvalho Chehab1-1/+1
2015-04-30[media] s5p_mfc: remove a dead codeMauro Carvalho Chehab1-2/+0
2015-04-21Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab1-0/+7
2015-04-10[media] s5p-mfc: set allow_zero_bytesused flag for vb2_queue_initKamil Debski1-0/+7
2015-04-02[media] media: s5p-mfc: fix broken pointer cast on 64bit archMarek Szyprowski3-7/+7
2015-04-02[media] media: s5p-mfc: fix mmap support for 64bit archMarek Szyprowski1-1/+1
2015-04-01[media] media: s5p-mfc: fix broken pointer cast on 64bit archMarek Szyprowski3-7/+7
2015-04-01[media] media: s5p-mfc: fix mmap support for 64bit archMarek Szyprowski1-1/+1
2015-03-04[media] s5p-mfc: Fix NULL pointer dereference caused by not set q->lockKamil Debski1-0/+1
2015-02-02[media] s5p-mfc: remove unnecessary version.h inclusionFabian Frederick2-2/+0
2015-02-02[media] s5p-mfc-dec: Don't use encoder stop commandNicolas Dufresne1-1/+1
2015-02-02[media] s5p-mfc-v6+: Use display_delay_enable CIDNicolas Dufresne1-5/+1
2014-12-22[media] media: s5p-mfc: use vb2_ops_wait_prepare/finish helperPrabhakar Lad3-36/+5
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-11Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-102/+196
2014-12-05media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2-7/+5
2014-12-02[media] media/platform: fix querycapHans Verkuil2-8/+4
2014-11-05[media] s5p-mfc: fix sparse errorHans Verkuil1-1/+1
2014-11-05[media] s5p_mfc: Remove redundant castsRasmus Villemoes1-2/+2
2014-10-28[media] s5p-mfc: correct the formats info for encoderayaka1-3/+2
2014-10-28[media] s5p-mfc: fix a race in interrupt flags handlingPawel Osciak5-27/+4
2014-10-28[media] s5p-mfc: fix V4L2_CID_MIN_BUFFERS_FOR_CAPTURE on resolution changePawel Osciak1-1/+2
2014-10-28[media] s5p-mfc: Remove unused alloc field from private buffer structPawel Osciak1-3/+0
2014-10-28[media] s5p-mfc: flush dpbs when resolution changesKiran AVND1-18/+2
2014-10-28[media] s5p-mfc: De-init MFC when watchdog kicks inArun Mankuzhi1-0/+4