summaryrefslogtreecommitdiff
path: root/drivers/media/platform/s5p-mfc/s5p_mfc.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil1-17/+1
2016-07-08[media] s5p-mfc: improve v4l2_capability driver and card fieldsJavier Martinez Canillas1-1/+0
2016-07-08[media] s5p-mfc: fix error path in driver probeMarek Szyprowski1-5/+9
2016-07-08[media] s5p-mfc: fix memory leak in s5p_mfc_remove()Shuah Khan1-0/+2
2016-07-08[media] s5p-mfc: fix video device release double release in probe error pathShuah Khan1-2/+0
2016-06-03media: s5p-mfc: add iommu supportMarek Szyprowski1-0/+24
2016-06-03media: s5p-mfc: replace custom reserved memory handling code with generic oneMarek Szyprowski1-75/+63
2016-06-03media: set proper max seg size for devices on Exynos SoCsMarek Szyprowski1-0/+4
2016-06-03s5p-mfc: Fix race between s5p_mfc_probe() and s5p_mfc_open()Javier Martinez Canillas1-18/+21
2016-06-03s5p-mfc: Add release callback for memory region devsJavier Martinez Canillas1-0/+7
2016-06-03s5p-mfc: Set device name for reserved memory region devsJavier Martinez Canillas1-0/+4
2016-04-13[media] s5p-mfc: remove non-device-tree init codeMarek Szyprowski1-32/+5
2015-12-23[media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_voidAndrzej Hajda1-19/+19
2015-12-23[media] s5p-mfc: use spinlock to protect MFC contextAndrzej Hajda1-12/+3
2015-12-23[media] s5p-mfc: make queue cleanup code commonAndrzej Hajda1-8/+18
2015-12-23[media] s5p-mfc: use one implementation of s5p_mfc_get_new_ctxAndrzej Hajda1-0/+20
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-2/+2
2015-10-20[media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder cap...Andrzej Hajda1-0/+1
2015-10-20[media] s5p-mfc: end-of-stream handling for newer encodersAndrzej Hajda1-13/+12
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-36/+42
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung1-1/+1
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-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-03-04[media] s5p-mfc: Fix NULL pointer dereference caused by not set q->lockKamil Debski1-0/+1
2014-12-22[media] media: s5p-mfc: use vb2_ops_wait_prepare/finish helperPrabhakar Lad1-0/+1
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 Torvalds1-19/+30
2014-12-05media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-11-05[media] s5p_mfc: Remove redundant castsRasmus Villemoes1-2/+2
2014-10-28[media] s5p-mfc: De-init MFC when watchdog kicks inArun Mankuzhi1-0/+4
2014-10-28[media] s5p-mfc: Don't crash the kernel if the watchdog kicks inPawel Osciak1-14/+7
2014-10-28[media] s5p-mfc: Only set timestamp/timecode for new framesIlja Friedel1-2/+10
2014-10-28[media] s5p-mfc: clear 'enter_suspend' flag if suspend failsPrathyush K1-1/+7
2014-10-20media: platform: s5p-mfc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-26[media] s5p_mfc: use static for some structsMauro Carvalho Chehab1-12/+12
2014-09-26[media] s5p-mfc: Use decode status instead of display status on MFCv5Sjoerd Simons1-1/+6
2014-09-26[media] s5p-mfc: Fix sparse errors in the MFC driverKamil Debski1-23/+23
2014-08-27[media] s5p_mfc: get rid of several warningsMauro Carvalho Chehab1-2/+0
2014-08-27[media] s5p_mfc: don't use an external symbol called 'debug'Mauro Carvalho Chehab1-2/+2
2014-07-31[media] s5p-mfc: remove unnecessary calling to function video_devdata()Zhaowei Yuan1-1/+1
2014-07-22[media] s5p-mfc: Support multiple firmware sub-versionsArun Kumar K1-4/+9
2014-07-22[media] s5p-mfc: Remove duplicate function s5p_mfc_reload_firmwareArun Kumar K1-1/+1
2014-05-24[media] s5p-mfc: Add support for resolution change eventPawel Osciak1-0/+8
2014-05-23[media] s5p-mfc: Core support for v8 encoderKiran AVND1-0/+2
2014-05-23[media] s5p-mfc: Core support to add v8 decoderKiran AVND1-0/+31
2014-05-23[media] v4l: s5p-mfc: Limit enum_fmt to output formats of current versionKamil Debski1-0/+3
2014-05-23[media] s5p-mfc: Add variants to access mfc registersKiran AVND1-0/+1