summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc
Commit message (Expand)AuthorAgeFilesLines
* [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
* [media] s5p-mfc: Adjust the default values of some encoder paramsArun Kumar K2013-10-281-4/+4
* [media] media: Remove unnecessary semicolonsJoe Perches2013-10-173-3/+3
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-0511-34/+373
|\
| * [media] s5p-mfc: Fix input/output format reportingJohn Sheu2013-09-032-80/+55
| * [media] s5p-mfc: Add support for VP8 encoderArun Kumar K2013-08-184-2/+200
| * [media] s5p-mfc: Update driver for v7 firmwareArun Kumar K2013-08-183-9/+54
| * [media] s5p-mfc: Core support for MFC v7Arun Kumar K2013-08-182-0/+34
| * [media] s5p-mfc: Add register definition file for MFC v7Arun Kumar K2013-08-181-0/+58
| * [media] s5p-mfc: Rename IS_MFCV6 macroArun Kumar K2013-08-186-24/+28
| * [media] s5p-mfc: Update v6 encoder buffer sizesArun Kumar K2013-08-181-2/+2
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-08-092-77/+48
|\ \ | |/ |/|
| * [media] s5p-mfc: Fix input/output format reportingJohn Sheu2013-07-252-77/+48
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-131-1/+1
|\ \ | |/
| * Merge branch 'v4l_for_linus' into patchworkMauro Carvalho Chehab2013-06-251-1/+1
| |\
| * \ Merge branch 'linus' into patchworkMauro Carvalho Chehab2013-06-209-108/+94
| |\ \
| * | | [media] s5p-mfc: Remove redundant use of of_match_ptr macroSachin Kamat2013-06-121-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-1/+1
|\ \ \ \
| * | | | treewide: Fix typo in printkMasanari Iida2013-05-281-1/+1
| |/ / /
* | | | 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
OpenPOWER on IntegriCloud