summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab13-26/+32
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab78-192/+193
2018-09-11media: imx-pxp: add i.MX Pixel Pipeline driverPhilipp Zabel4-0/+3448
2018-09-11media: vimc: implement basic v4l2-ctrlsGuilherme Gallo1-0/+20
2018-09-11media: vicodec: change codec license to LGPLHans Verkuil4-4/+4
2018-09-11media: vicodec: fix sparse warningHans Verkuil1-2/+1
2018-09-11media: vicodec: fix wrong sizeimageHans Verkuil1-5/+10
2018-08-31media: vicodec: fix out-of-range values when decodingHans Verkuil1-2/+8
2018-08-31media: vicodec: split off v4l2 specific parts for the codecHans Verkuil4-382/+458
2018-08-31media: vicodec: rename and use proper fwht prefix for codecHans Verkuil4-113/+117
2018-08-31media: vicodec: improve handling of uncompressable planesHans Verkuil2-5/+7
2018-08-31media: vicodec: simplify blocktype checkingHans Verkuil1-2/+1
2018-08-31media: vicodec: simplify flags handlingHans Verkuil1-13/+13
2018-08-31media: vicodec: add support for more pixel formatsHans Verkuil3-100/+324
2018-08-31media: vicodec: add QP controlsHans Verkuil3-17/+68
2018-08-29media: camss: add missing includesArnd Bergmann7-0/+7
2018-08-29media: camss: Use managed memory allocationsTodor Tomov2-7/+8
2018-08-29media: camss: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-08-20Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds4-0/+361
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-0/+6
2018-08-16media: platform: cros-ec-cec: Fix dependency on MFD_CROS_ECArnd Bergmann1-1/+1
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds114-3355/+10616
2018-08-10Revert "media: vivid: shut up warnings due to a non-trivial logic"Mauro Carvalho Chehab1-19/+2
2018-08-09Merge branch 'asoc-4.19' into asoc-nextMark Brown1-19/+3
2018-08-08media: isp: fix a warning about a wrong struct initializerMauro Carvalho Chehab1-1/+1
2018-08-08media: s3c-camif: fix return code for the polling routineMauro Carvalho Chehab1-1/+1
2018-08-08media: exynos-gsc: fix return code if mutex was interruptedMauro Carvalho Chehab1-1/+1
2018-08-08media: vivid: shut up warnings due to a non-trivial logicMauro Carvalho Chehab1-2/+19
2018-08-08media: vsp1_dl: add a description for cmdpool fieldMauro Carvalho Chehab1-1/+1
2018-08-03media: sh_mobile_ceu: convert to SPDX identifiersKuninori Morimoto1-5/+1
2018-08-03media: sh_vou: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-08-03media: sh_veu: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-08-03media: rcar_jpu: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-08-03media: rcar_fdp1: convert to SPDX identifiersKuninori Morimoto1-5/+1
2018-08-03media: rcar_drif: convert to SPDX identifiersKuninori Morimoto1-6/+2
2018-08-03media: rcar-fcp: convert to SPDX identifiersKuninori Morimoto1-5/+1
2018-08-03media: rcar-vin: convert to SPDX identifiersKuninori Morimoto6-21/+7
2018-08-03media: soc_camera_platform: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-08-03media: vsp1: Support Interlaced display pipelinesKieran Bingham5-5/+88
2018-08-03media: vsp1: Provide support for extended command poolsKieran Bingham2-0/+196
2018-08-03media: vsp1: Add support for extended display list headersKieran Bingham5-4/+133
2018-08-03media: vsp1: Use header display lists for all WPF outputs linked to the DUKieran Bingham1-81/+27
2018-08-03media: vsp1: Provide VSP1 feature helper macroKieran Bingham3-11/+13
2018-08-03media: vsp1: Clean up DLM objects on errorKieran Bingham1-1/+3
2018-08-03media: vsp1: Remove unused display list structure fieldKieran Bingham1-2/+0
2018-08-03media: vsp1: Rename dl_child to dl_nextKieran Bingham1-7/+7
2018-08-03media: vsp1: use kernel __packed for structuresKieran Bingham1-3/+3
2018-08-03media: vsp1: drm: Fix minor grammar errorKieran Bingham1-1/+1
2018-08-02media: davinci: vpif_display: Mix memory leak on probe error pathAnton Vasilyev1-8/+16
2018-08-02media: vimc: Remove redundant freeAnton Vasilyev1-1/+0