summaryrefslogtreecommitdiff
path: root/drivers/media/platform/s5p-mfc
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-131/+222
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
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 Debski4-5/+92
2013-04-01Merge tag 'v3.9-rc5' into patchworkMauro Carvalho Chehab2-1/+2
2013-03-31treewide: Fix typos in kernel messagesMasanari Iida1-1/+1
2013-03-22[media] s5p-mfc: Fix encoder control 15 issueArun Kumar K1-0/+1
2013-03-22[media] s5p-mfc: Fix frame skip bugArun Kumar K1-1/+1
2013-03-19[media] s5p-mfc: Staticize symbols in s5p_mfc_opr_v5.cSachin Kamat1-51/+52
2013-03-19[media] s5p-mfc: Staticize symbols in s5p_mfc_opr_v6.cSachin Kamat1-55/+57
2013-03-19[media] s5p-mfc: Staticize some symbols in s5p_mfc_cmd_v5.cSachin Kamat1-6/+6
2013-03-19[media] s5p-mfc: Staticize some symbols in s5p_mfc_cmd_v6.cSachin Kamat1-6/+6
2013-03-05[media] vb2: Add support for non monotonic timestampsKamil Debski1-0/+2
2013-02-06[media] s5p-mfc: end-of-stream handling in encoder bug fixKamil 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-02-05[media] s5p-mfc: Use NULL instead of 0 for pointerSachin Kamat1-1/+1
2013-02-05[media] s5p-mfc: Fix a watchdog bugKamil Debski1-1/+1
2013-01-25Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab1-53/+39
2013-01-11Merge tag 'v3.8-rc3' into v4l_for_linusMauro Carvalho Chehab1-2/+2
2013-01-06[media] s5p-mfc: Context handling in open() bugfixKamil Debski1-2/+2
2013-01-06[media] s5p-mfc: Change internal buffer allocation from vb2 ops to dma_alloc_...Kamil Debski5-229/+143
2013-01-06[media] s5p-mfc: Correct check of vb2_dma_contig_init_ctx return valueKamil Debski1-2/+2
2013-01-06[media] s5p-mfc: Move firmware allocation point to avoid allocation problemsKamil Debski4-97/+94
2013-01-06[media] s5p-mfc: Fix an error checkSachin Kamat1-2/+2
2013-01-06[media] s5p-mfc: Fix a typo in error message in s5p_mfc_pm.cSachin Kamat1-1/+1
2013-01-06[media] s5p-mfc: Remove redundant 'break'Sachin Kamat1-1/+0
2013-01-06[media] s5p-mfc: Flush DPB buffers during stream offArun Kumar K4-8/+31
2013-01-06[media] s5p-mfc: remove unused variableWei Yongjun2-11/+0
2013-01-06[media] s5p-mfc: Add device tree supportArun Kumar K1-16/+84
2013-01-06[media] s5p-mfc: Fix interrupt error handling routineKamil Debski1-51/+37
2013-01-04Drivers: media: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-11Merge branch 'for_3.8-rc1' into v4l_for_linusMauro Carvalho Chehab3-2/+30
2012-12-04Merge tag 'v3.7-rc8' into staging/for_v3.8Mauro Carvalho Chehab2-6/+3
2012-11-27[media] s5p-mfc: Handle multi-frame input bufferArun Kumar K1-5/+2
2012-11-27[media] s5p-mfc: Bug fix of timestamp/timecode copy mechanismArun Kumar K1-1/+1
2012-11-25[media] v4l: s5p-mfc: support for dmabuf exportingTomasz Stanislawski2-0/+28
2012-10-25[media] s5p-mfc: Make 'clk_ref' static in s5p_mfc_pm.cSachin Kamat1-1/+1
2012-10-25[media] s5p-mfc: Fix compilation warningSachin Kamat1-1/+1
2012-10-06[media] s5p-mfc: Set vfl_dir for encoderArun Kumar K1-0/+1
2012-10-06[media] s5p-mfc: Update MFC v4l2 driver to support MFC6.xJeongtae Park14-168/+2677
2012-10-06[media] s5p-mfc: MFCv6 register definitionsJeongtae Park1-0/+408
2012-10-06[media] s5p-mfc: Add MFC variant data to device contextArun Kumar K7-187/+268
2012-10-06[media] s5p-mfc: Update MFCv5 driver for callback based architectureArun Kumar K18-326/+852
2012-10-06[media] s5p-mfc: Prepare driver for callback based re-architectureArun Kumar K11-189/+151
2012-10-02[media] s5p-mfc: Fix misplaced return statement in s5p_mfc_suspend()Sachin Kamat1-2/+3
2012-10-02[media] s5p-mfc: optimized code related to working contextesAndrzej Hajda4-62/+60