summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2019-11-08media: exynos4-is: fix wrong mdev and v4l2 dev order in error pathSeung-Woo Kim1-3/+4
2019-11-08media: vivid: Fix wrong locking that causes race conditions on streaming stopAlexander Popov3-9/+15
2019-11-08media: vivid: add vivid_create_queue() helperHans Verkuil3-149/+116
2019-11-08media: ti-vpe: fix smatch errorHans Verkuil1-1/+1
2019-11-08media: mtk-vpu: fix two smatch warningsHans Verkuil1-2/+2
2019-11-05media: am437x: fix smatch warningHans Verkuil1-1/+0
2019-11-05media: vivid: media_device_cleanup was called too earlyHans Verkuil1-1/+3
2019-11-05media: vimc: Make capture devices and subdevices use different link_validatesNícolas F. R. A. Prado3-45/+46
2019-11-05media: s5p-jpeg: drop unused components from s5p_jpeg_q_dataPhilipp Zabel2-3/+0
2019-11-05media: fdp1: Fix R-Car M3-N naming in debug messageGeert Uytterhoeven1-1/+1
2019-11-05media: coda: request to skip kernel mapping for decoded buffersLucas Stach1-0/+1
2019-11-05media: coda: fix deadlock between decoder picture run and start commandPhilipp Zabel1-2/+2
2019-11-05media: exynos4-is: Fix recursive locking in isp_video_release()Seung-Woo Kim1-1/+1
2019-11-05media: rcar_drif: fix a memory disclosureKangjie Lu1-0/+1
2019-11-05media: rcar-csi2: Enable support for R8A774B1Biju Das1-0/+4
2019-11-05media: rcar-vin: Enable support for R8A774B1Biju Das1-0/+4
2019-11-05media: rcar-vin: Add support for outputting NV12Niklas Söderlund2-7/+37
2019-11-05media: rcar-vin: Define which hardware supports NV12Niklas Söderlund2-0/+8
2019-11-05media: rcar-vin: Do not enumerate unsupported pixel formatsNiklas Söderlund1-5/+15
2019-11-05media: bdisp: fix memleak on releaseJohan Hovold1-2/+1
2019-11-05media: xilinx: Use the correct style for SPDX License IdentifierNishad Kamdar4-4/+4
2019-10-24media: sun4i: Add H3 deinterlace driverJernej Skrabec5-0/+1281
2019-10-24media: vimc: Implement debayer control for mean window sizeArthur Moraes do Lago2-12/+70
2019-10-24media: vimc: move the dev field of each entity to vimc_ent_devDafna Hirschfeld6-23/+21
2019-10-24media: vimc: embed the pads of entities in the entities' structsDafna Hirschfeld6-80/+25
2019-10-24media: vimc: remove unused struct declaration vimc_platform_dataDafna Hirschfeld1-15/+0
2019-10-24media: vimc: common: remove unused function 'vimc_pipeline_s_stream'Dafna Hirschfeld2-39/+0
2019-10-24media: vimc: remove EXPORT_SYMBOL_GPL declarationsDafna Hirschfeld2-9/+0
2019-10-24media: vimc: remove the helper function vimc_ent_sd_unregisterDafna Hirschfeld5-20/+3
2019-10-24media: vimc: move media_entity_cleanup to release callbacksDafna Hirschfeld5-2/+4
2019-10-24media: vimc: sen: register subdevice only after initializationDafna Hirschfeld1-10/+10
2019-10-24media: vimc: cleanup code that assigns entity in entities arrayDafna Hirschfeld1-4/+2
2019-10-24media: vimc: initialize vim entity pointers to NULLDafna Hirschfeld1-3/+2
2019-10-24media: cec-gpio: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior1-1/+1
2019-10-24media: ti-vpe: vpe: use r2y instead of y2r, copy-paste errorColin Ian King1-1/+1
2019-10-24media: aspeed: clear garbage interruptsJae Hyun Yoo1-0/+10
2019-10-24media: aspeed: set hsync and vsync polarities to normal before starting mode ...Jae Hyun Yoo1-0/+2
2019-10-24media: aspeed: refine hsync/vsync polarity setting logicJae Hyun Yoo1-22/+21
2019-10-24media: vivid: Add metadata output supportVandana BN8-11/+364
2019-10-24media: vivid: Add metadata capture supportVandana BN8-14/+465
2019-10-10media: ti-vpe: vpe: don't rely on colorspace member for conversionBenoit Parrot3-99/+184
2019-10-10media: ti-vpe: csc: rgb-to-yuv HD full range coeff are wrongBenoit Parrot1-2/+2
2019-10-10media: ti-vpe: vpe: fix v4l2_compliance issue related to xfer_funcBenoit Parrot1-1/+4
2019-10-10media: ti-vpe: vpe: use standard struct instead of duplicating fieldsBenoit Parrot1-95/+101
2019-10-10media: ti-vpe: Set the DMA mask and coherent maskBenoit Parrot1-0/+7
2019-10-10media: ti-vpe: vpdma: Use fixed type for address in descriptorBenoit Parrot1-2/+2
2019-10-10media: ti-vpe: vpe: ensure buffers are cleaned up properly in abort casesBenoit Parrot1-3/+9
2019-10-10media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence numberBenoit Parrot1-0/+1
2019-10-10media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid sizeimageBenoit Parrot2-0/+5
2019-10-10media: ti-vpe: vpe: Make sure YUYV is set as default formatBenoit Parrot1-1/+1