aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-11Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds8-102/+196
2014-12-05media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2-7/+5
2014-12-02[media] media/platform: fix querycapHans Verkuil2-8/+4
2014-11-05[media] s5p-mfc: fix sparse errorHans Verkuil1-1/+1
2014-11-05[media] s5p_mfc: Remove redundant castsRasmus Villemoes1-2/+2
2014-10-28[media] s5p-mfc: correct the formats info for encoderayaka1-3/+2
2014-10-28[media] s5p-mfc: fix a race in interrupt flags handlingPawel Osciak5-27/+4
2014-10-28[media] s5p-mfc: fix V4L2_CID_MIN_BUFFERS_FOR_CAPTURE on resolution changePawel Osciak1-1/+2
2014-10-28[media] s5p-mfc: Remove unused alloc field from private buffer structPawel Osciak1-3/+0
2014-10-28[media] s5p-mfc: flush dpbs when resolution changesKiran AVND1-18/+2
2014-10-28[media] s5p-mfc: De-init MFC when watchdog kicks inArun Mankuzhi1-0/+4
2014-10-28[media] s5p-mfc: modify mfc wakeup sequence for V8Arun Mankuzhi1-17/+61
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: declare s5p_mfc_bus_reset as staticMauro Carvalho Chehab1-1/+1
2014-10-28[media] s5p-mfc: check mfc bus ctrl before resetKiran AVND2-1/+25
2014-10-28[media] s5p-mfc: keep RISC ON during reset for V7/V8Kiran AVND2-10/+16
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-28[media] s5p-mfc: Fix REQBUFS(0) for encoderPawel Osciak1-0/+13
2014-10-28[media] s5p-mfc: support MIN_BUFFERS query for encoderKiran AVND1-0/+42
2014-10-20media: platform: s5p-mfc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-26[media] s5p-mfc: Fix several printk warningsMauro Carvalho Chehab5-15/+15
2014-09-26[media] s5p_mfc_opr: Fix warningsMauro Carvalho Chehab1-2/+2
2014-09-26[media] s5p_mfc_opr_v6: get rid of warnings when compiled with 64 bitsMauro Carvalho Chehab1-12/+12
2014-09-26[media] s5p_mfc_opr_v5: Fix lots of warnings on x86_64Mauro Carvalho Chehab1-8/+8
2014-09-26[media] s5p_mfc_opr_v6: remove address space removal warningsMauro Carvalho Chehab1-4/+4
2014-09-26[media] s5p_mfc_opr_v6: fix wrong type for registersMauro Carvalho Chehab2-246/+246
2014-09-26[media] s5p_mfc_opr_v5: fix smatch warningsMauro Carvalho Chehab1-2/+2
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 enum_fmt for s5p-mfcayaka2-42/+6
2014-09-26[media] s5p-mfc: Fix sparse errors in the MFC driverKamil Debski6-292/+293
2014-09-26[media] s5p_mfc: unify variable naming styleZhaowei Yuan1-4/+4
2014-09-26[media] s5p_mfc: correct the loop conditionZhaowei Yuan1-1/+1
2014-09-03[media] media: s5p-mfc: rename special clock to sclk_mfcMarek Szyprowski1-1/+1
2014-09-03[media] media: s5p-mfc: correct improper logsZhaowei Yuan1-2/+2
2014-09-03[media] media: s5p_mfc: Release ctx->ctx if failed to allocate ctx->shmZhaowei Yuan1-0/+1
2014-08-26[media] s5p_mfc: get rid of several warningsMauro Carvalho Chehab6-11/+6
2014-08-26[media] s5p_mfc_ctrl: add missing s5p_mfc_ctrl.h headerMauro Carvalho Chehab1-0/+1
2014-08-26[media] s5p_mfc: don't use an external symbol called 'debug'Mauro Carvalho Chehab2-5/+5
2014-07-30[media] s5p-mfc: remove unnecessary calling to function video_devdata()Zhaowei Yuan1-1/+1
2014-07-22[media] s5p-mfc: Add init buffer cmd to MFCV6Arun Kumar K1-2/+4
2014-07-22[media] s5p-mfc: Support multiple firmware sub-versionsArun Kumar K3-8/+31
2014-07-22[media] s5p-mfc: Remove duplicate function s5p_mfc_reload_firmwareArun Kumar K2-34/+1
2014-07-21[media] s5p-mfc: limit the size of the CPBpanpan liu1-3/+6
2014-07-21[media] s5p-mfc: Fix selective sclk_mfc initJacek Anaszewski1-0/+24
2014-07-21[media] s5p: fix error code path when failing to allocate DMA memoryMaurizio Lombardi1-3/+2
2014-05-23[media] s5p-mfc: Add support for resolution change eventPawel Osciak2-0/+10
2014-05-23[media] s5p-mfc: Core support for v8 encoderKiran AVND4-15/+90