summaryrefslogtreecommitdiff
path: root/drivers/media/platform/s5p-mfc
AgeCommit message (Expand)AuthorFilesLines
2013-06-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-108/+94
2013-06-03[media] s5p-mfc: Add NULL check for allocated bufferSachin Kamat1-1/+1
2013-06-03[media] s5p-mfc: added missing end-of-lines in debug messagesAndrzej Hajda6-23/+23
2013-06-03[media] s5p-mfc: v4l2 controls setup routine moved to initialization codeAndrzej Hajda1-1/+1
2013-06-03[media] s5p-mfc: separate encoder parameters for h264 and mpeg4Andrzej Hajda1-1/+1
2013-06-03[media] s5p-mfc: Remove special clock usage in driverArun Kumar K3-22/+0
2013-06-03[media] s5p-mfc: Remove unused s5p_mfc_get_decoded_status_v6() functionSylwester Nawrocki1-7/+1
2013-06-03[media] s5p-mfc: Update v6 encoder buffer allocArun Kumar K5-53/+67
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