summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-06-221-1/+1
|\
| * [media] s5p makefiles: don't override other selections on obj-[ym]Mauro Carvalho Chehab2013-06-201-1/+1
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-06-189-108/+94
|\ \ | |/
| * [media] s5p-mfc: Add NULL check for allocated bufferSachin Kamat2013-06-031-1/+1
| * [media] s5p-mfc: added missing end-of-lines in debug messagesAndrzej Hajda2013-06-036-23/+23
| * [media] s5p-mfc: v4l2 controls setup routine moved to initialization codeAndrzej Hajda2013-06-031-1/+1
| * [media] s5p-mfc: separate encoder parameters for h264 and mpeg4Andrzej Hajda2013-06-031-1/+1
| * [media] s5p-mfc: Remove special clock usage in driverArun Kumar K2013-06-033-22/+0
| * [media] s5p-mfc: Remove unused s5p_mfc_get_decoded_status_v6() functionSylwester Nawrocki2013-06-031-7/+1
| * [media] s5p-mfc: Update v6 encoder buffer allocArun Kumar K2013-06-035-53/+67
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-306-131/+222
|\ \ | |/
| * [media] s5p-mfc: Optimize copy time stamp handlingKamil Debski2013-04-251-6/+4
| * [media] s5p-mfc: fix error return code in s5p_mfc_probe()Wei Yongjun2013-04-251-1/+2
| * [media] s5p-mfc: Remove potential uninitialized variable usageSylwester Nawrocki2013-04-141-1/+1
| * [media] s5p-mfc: Add support for EOS command and EOS event in video decoderKamil Debski2013-04-124-5/+92
| * Merge tag 'v3.9-rc5' into patchworkMauro Carvalho Chehab2013-04-012-1/+2
| |\
| * | [media] s5p-mfc: Staticize symbols in s5p_mfc_opr_v5.cSachin Kamat2013-03-181-51/+52
| * | [media] s5p-mfc: Staticize symbols in s5p_mfc_opr_v6.cSachin Kamat2013-03-181-55/+57
| * | [media] s5p-mfc: Staticize some symbols in s5p_mfc_cmd_v5.cSachin Kamat2013-03-181-6/+6
| * | [media] s5p-mfc: Staticize some symbols in s5p_mfc_cmd_v6.cSachin Kamat2013-03-181-6/+6
| * | [media] vb2: Add support for non monotonic timestampsKamil Debski2013-03-051-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Fix typos in kernel messagesMasanari Iida2013-03-311-1/+1
| |/
* | [media] s5p-mfc: Fix encoder control 15 issueArun Kumar K2013-03-211-0/+1
* | [media] s5p-mfc: Fix frame skip bugArun Kumar K2013-03-211-1/+1
|/
* [media] s5p-mfc: end-of-stream handling in encoder bug fixKamil Debski2013-02-061-0/+2
* [media] media: Convert to devm_ioremap_resource()Thierry Reding2013-02-061-5/+3
* [media] s5p-mfc: Fix kernel warning on memory initArun Kumar K2013-02-051-33/+45
* [media] s5p-mfc: Use WARN_ON(condition) directlySachin Kamat2013-02-051-2/+1
* [media] s5p-mfc: Use NULL instead of 0 for pointerSachin Kamat2013-02-051-1/+1
* [media] s5p-mfc: Fix a watchdog bugKamil Debski2013-02-051-1/+1
* Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab2013-01-241-53/+39
|\
| * Merge tag 'v3.8-rc3' into v4l_for_linusMauro Carvalho Chehab2013-01-111-2/+2
| |\
| | * Drivers: media: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
| * | [media] s5p-mfc: Fix interrupt error handling routineKamil Debski2013-01-061-51/+37
| |/
| * Merge branch 'for_3.8-rc1' into v4l_for_linusMauro Carvalho Chehab2012-12-113-2/+30
| |\
* | | [media] s5p-mfc: Context handling in open() bugfixKamil Debski2013-01-061-2/+2
* | | [media] s5p-mfc: Change internal buffer allocation from vb2 ops to dma_alloc_...Kamil Debski2013-01-065-229/+143
* | | [media] s5p-mfc: Correct check of vb2_dma_contig_init_ctx return valueKamil Debski2013-01-061-2/+2
* | | [media] s5p-mfc: Move firmware allocation point to avoid allocation problemsKamil Debski2013-01-064-97/+94
* | | [media] s5p-mfc: Fix an error checkSachin Kamat2013-01-061-2/+2
* | | [media] s5p-mfc: Fix a typo in error message in s5p_mfc_pm.cSachin Kamat2013-01-061-1/+1
* | | [media] s5p-mfc: Remove redundant 'break'Sachin Kamat2013-01-061-1/+0
* | | [media] s5p-mfc: Flush DPB buffers during stream offArun Kumar K2013-01-064-8/+31
* | | [media] s5p-mfc: remove unused variableWei Yongjun2013-01-062-11/+0
* | | [media] s5p-mfc: Add device tree supportArun Kumar K2013-01-061-16/+84
* | | Merge tag 'v3.7-rc8' into staging/for_v3.8Mauro Carvalho Chehab2012-12-042-6/+3
|\ \ \ | |/ / | | / | |/ |/|
| * [media] s5p-mfc: Handle multi-frame input bufferArun Kumar K2012-11-261-5/+2
| * [media] s5p-mfc: Bug fix of timestamp/timecode copy mechanismArun Kumar K2012-11-261-1/+1
* | [media] v4l: s5p-mfc: support for dmabuf exportingTomasz Stanislawski2012-11-252-0/+28
OpenPOWER on IntegriCloud