summaryrefslogtreecommitdiff
path: root/drivers/media/platform/s5p-mfc/s5p_mfc.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-23[media] s5p-mfc: Don't try to resubmit VP8 bitstream buffer for decodePawel Osciak1-0/+1
2014-05-23[media] s5p-mfc: Don't allocate codec buffers on STREAMONPawel Osciak1-4/+4
2014-05-23[media] s5p-mfc: Extract open/close MFC instance commandsPawel Osciak1-18/+1
2014-05-23[media] s5p-mfc: Copy timestamps only when a frame is producedPawel Osciak1-2/+4
2014-03-11[media] s5p-mfc: Replaced commas with semicolonsJoonyoung Shim1-4/+4
2014-03-05[media] v4l: Copy timestamp source flags to destination on m2m devicesSakari Ailus1-0/+5
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus1-2/+2
2014-01-13[media] media: s5p_mfc: remove s5p_mfc_get_node_type() functionMarek Szyprowski1-21/+7
2013-11-29[media] media_tree: Fix spelling errorsJonathan McCrohan1-6/+6
2013-10-28[media] s5p-mfc: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-28[media] s5p-mfc: call wake_up_dev if in suspend modePrathyush K1-4/+6
2013-08-18[media] s5p-mfc: Core support for MFC v7Arun Kumar K1-0/+32
2013-06-20Merge branch 'linus' into patchworkMauro Carvalho Chehab1-5/+3
2013-06-13[media] s5p-mfc: Remove redundant use of of_match_ptr macroSachin Kamat1-1/+1
2013-06-03[media] s5p-mfc: added missing end-of-lines in debug messagesAndrzej Hajda1-1/+1
2013-06-03[media] s5p-mfc: Remove special clock usage in driverArun Kumar K1-2/+0
2013-06-03[media] s5p-mfc: Update v6 encoder buffer allocArun Kumar K1-2/+2
2013-04-25[media] s5p-mfc: Optimize copy time stamp handlingKamil Debski1-6/+4
2013-04-25[media] s5p-mfc: fix error return code in s5p_mfc_probe()Wei Yongjun1-1/+2
2013-04-14[media] s5p-mfc: Remove potential uninitialized variable usageSylwester Nawrocki1-1/+1
2013-04-12[media] s5p-mfc: Add support for EOS command and EOS event in video decoderKamil Debski1-0/+2
2013-04-01Merge tag 'v3.9-rc5' into patchworkMauro Carvalho Chehab1-1/+1
2013-03-22[media] s5p-mfc: Fix frame skip bugArun Kumar K1-1/+1
2013-03-05[media] vb2: Add support for non monotonic timestampsKamil Debski1-0/+2
2013-02-06[media] media: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-02-05[media] s5p-mfc: Fix kernel warning on memory initArun Kumar K1-33/+45
2013-02-05[media] s5p-mfc: Use WARN_ON(condition) directlySachin Kamat1-2/+1
2013-01-25Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab1-53/+39