summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc/s5p_mfc.c
Commit message (Expand)AuthorAgeFilesLines
* [media] s5p-mfc: remove non-device-tree init codeMarek Szyprowski2016-04-131-32/+5Star
* [media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_voidAndrzej Hajda2015-12-231-19/+19
* [media] s5p-mfc: use spinlock to protect MFC contextAndrzej Hajda2015-12-231-12/+3Star
* [media] s5p-mfc: make queue cleanup code commonAndrzej Hajda2015-12-231-8/+18
* [media] s5p-mfc: use one implementation of s5p_mfc_get_new_ctxAndrzej Hajda2015-12-231-0/+20
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-2/+2
* [media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder cap...Andrzej Hajda2015-10-201-0/+1
* [media] s5p-mfc: end-of-stream handling for newer encodersAndrzej Hajda2015-10-201-13/+12Star
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-36/+42
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* [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
* [media] s5p_mfc: remove a dead codeMauro Carvalho Chehab2015-04-301-2/+0Star
* Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2015-04-211-0/+7
|\
| * [media] s5p-mfc: set allow_zero_bytesused flag for vb2_queue_initKamil Debski2015-04-101-0/+7
* | [media] s5p-mfc: Fix NULL pointer dereference caused by not set q->lockKamil Debski2015-03-041-0/+1
|/
* [media] media: s5p-mfc: use vb2_ops_wait_prepare/finish helperPrabhakar Lad2014-12-221-0/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * media: platform: s5p-mfc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-111-19/+30
|\ \
| * | [media] s5p_mfc: Remove redundant castsRasmus Villemoes2014-11-051-2/+2
| * | [media] s5p-mfc: De-init MFC when watchdog kicks inArun Mankuzhi2014-10-281-0/+4
| * | [media] s5p-mfc: Don't crash the kernel if the watchdog kicks inPawel Osciak2014-10-281-14/+7Star
| * | [media] s5p-mfc: Only set timestamp/timecode for new framesIlja Friedel2014-10-281-2/+10
| * | [media] s5p-mfc: clear 'enter_suspend' flag if suspend failsPrathyush K2014-10-281-1/+7
| |/
* / media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-1/+1
|/
* [media] s5p_mfc: use static for some structsMauro Carvalho Chehab2014-09-261-12/+12
* [media] s5p-mfc: Use decode status instead of display status on MFCv5Sjoerd Simons2014-09-261-1/+6
* [media] s5p-mfc: Fix sparse errors in the MFC driverKamil Debski2014-09-261-23/+23
* [media] s5p_mfc: get rid of several warningsMauro Carvalho Chehab2014-08-261-2/+0Star
* [media] s5p_mfc: don't use an external symbol called 'debug'Mauro Carvalho Chehab2014-08-261-2/+2
* [media] s5p-mfc: remove unnecessary calling to function video_devdata()Zhaowei Yuan2014-07-311-1/+1
* [media] s5p-mfc: Support multiple firmware sub-versionsArun Kumar K2014-07-221-4/+9
* [media] s5p-mfc: Remove duplicate function s5p_mfc_reload_firmwareArun Kumar K2014-07-221-1/+1
* [media] s5p-mfc: Add support for resolution change eventPawel Osciak2014-05-241-0/+8
* [media] s5p-mfc: Core support for v8 encoderKiran AVND2014-05-231-0/+2
* [media] s5p-mfc: Core support to add v8 decoderKiran AVND2014-05-231-0/+31
* [media] v4l: s5p-mfc: Limit enum_fmt to output formats of current versionKamil Debski2014-05-231-0/+3
* [media] s5p-mfc: Add variants to access mfc registersKiran AVND2014-05-231-0/+1
* [media] s5p-mfc: Don't try to resubmit VP8 bitstream buffer for decodePawel Osciak2014-05-231-0/+1
* [media] s5p-mfc: Don't allocate codec buffers on STREAMONPawel Osciak2014-05-231-4/+4
* [media] s5p-mfc: Extract open/close MFC instance commandsPawel Osciak2014-05-231-18/+1Star
* [media] s5p-mfc: Copy timestamps only when a frame is producedPawel Osciak2014-05-231-2/+4
* [media] s5p-mfc: Replaced commas with semicolonsJoonyoung Shim2014-03-111-4/+4
* [media] v4l: Copy timestamp source flags to destination on m2m devicesSakari Ailus2014-03-051-0/+5
* [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus2014-03-051-2/+2
* [media] media: s5p_mfc: remove s5p_mfc_get_node_type() functionMarek Szyprowski2014-01-131-21/+7Star
* [media] media_tree: Fix spelling errorsJonathan McCrohan2013-11-291-6/+6
* [media] s5p-mfc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-281-1/+1
* [media] s5p-mfc: call wake_up_dev if in suspend modePrathyush K2013-10-281-4/+6