aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2020-07-04media: rcar-csi2: Rename confirm_start() to phy_post_init() to match its usageNiklas Söderlund1-7/+7
2020-07-04media: samsung: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski2-2/+2
2020-07-04media: use v4l2_rect_enclosed helperBenoit Parrot4-60/+11
2020-07-04media: rcar-csi2: Add support for MEDIA_BUS_FMT_SRGGB8_1X8 formatLad Prabhakar1-0/+1
2020-07-04media: rcar-vin: Add support for MEDIA_BUS_FMT_SRGGB8_1X8 formatLad Prabhakar2-1/+18
2020-07-04media: rcar-vin: Invalidate pipeline if conversion is not possible on input formatsLad Prabhakar2-4/+13
2020-07-04media: venus: venc: Fix runtime PM imbalance in venc_openDinghao Liu1-2/+1
2020-07-04media: venus: fix multiple encoder crashMansur Alisha Shaik1-0/+4
2020-07-04media: pxa_camera: update MODULE_DESCRIPTIONHans Verkuil1-1/+1
2020-07-04media: vsp1: dl: Fix NULL pointer dereference on unbindEugeniu Rosca1-0/+2
2020-07-04media: mtk-mdp: Remove mtk_mdp_comp.id and supporting functionalityEizan Miyamoto3-78/+10
2020-07-04media: mtk-mdp: convert mtk_mdp_dev.comp array to listEizan Miyamoto4-16/+43
2020-07-04media: mtk-mdp: handle vpu_wdt_reg_handler() errors during probeEizan Miyamoto1-2/+6
2020-07-04media: mtk-mdp: handle vb2_dma_contig_set_max_seg_size errors during probeEizan Miyamoto1-1/+5
2020-07-04media: mtk-mdp: remove mtk_mdp_comp.regs from mtk_mdp_comp.hEizan Miyamoto2-3/+0
2020-07-04media: mtk-mdp: Remove states for format checksFrancois Buergisser2-57/+33
2020-07-04media: coda: jpeg: add NULL check after kmallocChen Zhou1-1/+4
2020-07-04media: atmel: atmel-sama5d2-isc: fix warning in configs without OFEugen Hristev1-0/+2
2020-07-04media: camss: use proper media entity function for subdevicesAndrey Konovalov3-3/+3
2020-06-30iommu/exynos: Use dev_iommu_priv_get/set()Joerg Roedel1-1/+3
2020-06-26media: omap3isp: remove cacheflush.hNathan Chancellor2-3/+0
2020-06-23media: omap3isp: Add missed v4l2_ctrl_handler_free() for preview_init_entities()Chuhong Yuan1-1/+3
2020-06-23media: marvell-ccic: Add missed v4l2_async_notifier_cleanup()Chuhong Yuan1-0/+2
2020-06-23media: vpif: Fix runtime PM imbalance in vpif_probeDinghao Liu1-0/+1
2020-06-23media: exynos4-is: Fix runtime PM imbalance in fimc_is_probeDinghao Liu1-0/+1
2020-06-23media: exynos4-is: Fix runtime PM imbalance in isp_video_openDinghao Liu1-0/+1
2020-06-23media: camss: vfe: Fix runtime PM imbalance on errorDinghao Liu1-6/+4
2020-06-23media: camss: ispif: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2020-06-23media: camss: csid: Fix runtime PM imbalance in csid_set_powerDinghao Liu1-1/+3
2020-06-23media: coda: Fix runtime PM imbalance on errorDinghao Liu1-3/+2
2020-06-23media: fimc-capture: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2020-06-23media: v4l: xilinx: Add Xilinx MIPI CSI-2 Rx Subsystem driverVishal Sagar3-0/+1119
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+5
2020-06-11media: s5p-mfc: Properly handle dma_parms for the allocated devicesMarek Szyprowski1-1/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig1-1/+1
2020-05-18media: video-mux: Create media links in bound notifierSteve Longerbeam1-0/+22
2020-05-18media: video-mux: Implement get_fwnode_pad opSteve Longerbeam1-0/+1
2020-05-18media: video-mux: Parse information from firmware without using callbacksSteve Longerbeam1-24/+46
2020-05-14media: media: sh_veu: Remove driverGeert Uytterhoeven3-1214/+0
2020-05-06media: rcar-vin: Make use of V4L2_CAP_IO_MCNiklas Söderlund1-16/+24
2020-05-05media: sun8i: Fix an error handling path in 'deinterlace_runtime_resume()'Christophe JAILLET1-3/+3
2020-05-05media: ti-vpe: avoid gcc-9 warningArnd Bergmann1-25/+21
2020-05-05media: rcar-csi2: Fix comment of VCDT/VCDT2 registerKoji Matsuoka1-2/+2
2020-05-05media: venus: venc,vdec: Return EBUSY on S_FMT while streamingStanimir Varbanov2-0/+16
2020-05-05media: venus: Mark last capture bufferStanimir Varbanov5-11/+54
2020-05-05media: venus: vdec: Init registered list unconditionallyStanimir Varbanov1-2/+3
2020-05-05media: venus: vdec: Mark flushed buffers with error stateStanimir Varbanov1-0/+3
2020-05-05media: venus: helpers: Done buffers per queue typeStanimir Varbanov4-11/+16
2020-05-05media: venus: core: Constify codec frequency data arrayStanimir Varbanov1-1/+1