summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2019-10-10media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel formatBenoit Parrot1-4/+9
2019-10-10media: ti-vpe: vpe: fix a v4l2-compliance failure causing a kernel panicBenoit Parrot1-1/+1
2019-10-10media: ti-vpe: Set MAX height supported to 2048 pixelsRam Prasad1-1/+1
2019-10-10media: ti-vpe: Add support for NV21 formatNikhil Devshatwar4-8/+34
2019-10-10media: ti-vpe: Add support for SEQ_BTNikhil Devshatwar1-27/+46
2019-10-10media: ti-vpe: vpe: Remove unnecessary use of container_ofBenoit Parrot1-15/+7
2019-10-10media: ti-vpe: vpe: Add missing null pointer checksBenoit Parrot1-1/+12
2019-10-10media: ti-vpe: vpe: Fix Motion Vector vpdma strideBenoit Parrot1-5/+13
2019-10-10media: ti-vpe: Fix a parallel build issueBenoit Parrot1-3/+1
2019-10-10media: platform: Use devm_platform_ioremap_resource() in two functionsMarkus Elfring2-13/+2
2019-10-10media: rcar-vin: Use bytes per line instead of width for UV offsetNiklas Söderlund1-2/+2
2019-10-10media: rcar-vin: Create compose rectangle where it is usedNiklas Söderlund1-14/+11
2019-10-10media: rcar-vin: Rename wrongly named rectangleNiklas Söderlund1-10/+11
2019-10-10media: vimc: Fix error return code in vimc_register_devices()Wei Yongjun1-1/+3
2019-10-10media: v4l: cadence: Fix how unsued lanes are handled in 'csi2rx_start()'Christophe JAILLET1-1/+1
2019-10-08media: venus: fix build on 32bit environmentsMauro Carvalho Chehab1-2/+3
2019-10-07cec: add cec_adapter to cec_notifier_cec_adap_unregister()Hans Verkuil7-14/+16
2019-10-07media: meson/ao-cec: move cec_notifier_cec_adap_register after hw setupNeil Armstrong2-33/+33
2019-10-04media: venus: Update clock scalingAniket Masule3-23/+140
2019-10-04media: venus: Add codec data tableAniket Masule6-0/+68
2019-10-04media: venus: Fix occasionally failures to suspendStanimir Varbanov1-0/+6
2019-10-02media: venus: Use on-chip interconnect APIStanimir Varbanov4-1/+115
2019-10-02media: venus: core: Fix msm8996 frequency tableLoic Poulain1-4/+5
2019-10-01media: cec-gpio: add notifier supportHans Verkuil2-9/+33
2019-10-01media: rcar-vin: Add support for V4L2_FIELD_ALTERNATENiklas Söderlund2-35/+39
2019-10-01media: rcar-vin: Do not reset the crop and compose rectangles in s_fmtNiklas Söderlund1-2/+2
2019-10-01media: rcar-vin: Rename rectangle holding the video source informationNiklas Söderlund2-18/+19
2019-10-01media: rcar-vin: Make use of V4L2_FIELD_IS_INTERLACED() macroNiklas Söderlund1-8/+3
2019-10-01media: rcar-vin: Fix incorrect return statement in rvin_try_format()Niklas Söderlund1-1/+2
2019-10-01media: vim2m: Fix abort issueJernej Skrabec1-0/+3
2019-10-01media: vivid: Set vid_cap_streaming and vid_out_streaming to trueVandana BN2-6/+0
2019-10-01media: vim2m: Fix BUG_ON in vim2m_device_release()Kefeng Wang1-0/+1
2019-10-01media: mtk-vcodec: vdec: clean up vidioc_vdec_s_fmt a bitAlexandre Courbot1-4/+14
2019-10-01media: mtk-vcodec: vdec: set VPI IPI handler in one placeAlexandre Courbot5-13/+8
2019-10-01media: mtk-vcodec: vdec: fix incorrect pointer dereferenceYunfei Dong1-1/+1
2019-10-01media: s3c-camif: make array 'registers' static const, makes object smallerColin Ian King1-1/+1
2019-10-01media: seco-cec: Add a missing 'release_region()' in an error handling pathChristophe JAILLET1-0/+1
2019-10-01media: am437x-vpfe: Switch to SPDX LicensingBenoit Parrot3-35/+3
2019-10-01media: am437x-vpfe: Remove per bus width static dataBenoit Parrot2-56/+16
2019-10-01media: am437x-vpfe: TRY_FMT ioctl is not really trying anythingBenoit Parrot2-171/+171
2019-10-01media: am437x-vpfe: fix function trace debug logBenoit Parrot1-59/+13
2019-10-01media: am437x-vpfe: Use a per instance format array instead of a static oneBenoit Parrot2-69/+75
2019-10-01media: am437x-vpfe: Setting STD to current value is not an errorBenoit Parrot1-0/+4
2019-10-01media: am437x-vpfe: Streamlined vb2 buffer cleanupBenoit Parrot1-28/+25
2019-10-01media: am437x-vpfe: fix start streaming error pathBenoit Parrot1-0/+1
2019-10-01media: am437x-vpfe: Wait for end of frame before tear-downBenoit Parrot2-26/+29
2019-10-01media: am437x-vpfe: Rework ISR routine for clarityBenoit Parrot1-62/+66
2019-10-01media: am437x-vpfe: Fix missing first lineBenoit Parrot1-4/+0
2019-10-01media: am437x-vpfe: Fix suspend path to always handle pinctrl configDave Gerlach1-24/+22
2019-10-01media: vimc: move duplicated IS_SRC and IS_SINK to common headerShuah Khan3-12/+11