summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2020-10-29media: venus: core: Fix runtime PM imbalance in venus_probeDinghao Liu1-1/+4
2020-10-29media: venus: core: Fix error handling in probeRajendra Nayak1-5/+10
2020-10-29media: venus: fixes for list corruptionVikash Garodia1-2/+8
2020-10-29media: bdisp: Fix runtime PM imbalance on errorDinghao Liu1-2/+1
2020-10-29media: platform: sti: hva: Fix runtime PM imbalance on errorDinghao Liu1-1/+1
2020-10-29media: platform: s3c-camif: Fix runtime PM imbalance on errorDinghao Liu1-3/+2
2020-10-29media: vsp1: Fix runtime PM imbalance on errorDinghao Liu1-3/+8
2020-10-29media: exynos4-is: Fix a reference count leakQiushi Wu1-1/+3
2020-10-29media: exynos4-is: Fix a reference count leak due to pm_runtime_get_syncQiushi Wu1-1/+3
2020-10-29media: exynos4-is: Fix several reference count leaks due to pm_runtime_get_syncQiushi Wu2-2/+4
2020-10-29media: sti: Fix reference count leaksQiushi Wu1-0/+2
2020-10-29media: st-delta: Fix reference count leak in delta_run_workAditya Pakki1-1/+3
2020-10-29media: ti-vpe: Fix a missing check and reference count leakQiushi Wu1-0/+2
2020-10-29media: stm32-dcmi: Fix a reference count leakQiushi Wu1-3/+1
2020-10-29media: s5p-mfc: Fix a reference count leakQiushi Wu1-1/+3
2020-10-29media: camss: Fix a reference count leak.Qiushi Wu1-1/+3
2020-10-29media: platform: fcp: Fix a reference count leak.Qiushi Wu1-1/+3
2020-10-29media: rockchip/rga: Fix a reference count leak.Qiushi Wu1-0/+1
2020-10-29media: rcar-vin: Fix a reference count leak.Qiushi Wu1-1/+3
2020-10-29media: mx2_emmaprp: Fix memleak in emmaprp_probeDinghao Liu1-2/+5
2020-10-29media: rcar-csi2: Allocate v4l2_async_subdev dynamicallyLaurent Pinchart1-14/+10
2020-10-29media: rcar_drif: Allocate v4l2_async_subdev dynamicallyLaurent Pinchart1-12/+6
2020-10-29media: rcar_drif: Fix fwnode reference leak when parsing DTLaurent Pinchart1-11/+5
2020-10-29media: omap3isp: Fix memleak in isp_probeDinghao Liu1-2/+4
2020-10-29media: Revert "media: exynos4-is: Add missed check for pinctrl_lookup_state()"Sylwester Nawrocki1-3/+1
2020-09-03media: davinci: vpif_capture: fix potential double freeEvgeny Novikov1-2/+0
2020-08-26media: camss: fix memory leaks on error handling paths in probeEvgeny Novikov1-10/+20
2020-08-26media: vpss: clean up resources in initEvgeny Novikov1-4/+16
2020-08-26media: coda: jpeg: add NULL check after kmallocChen Zhou1-1/+4
2020-08-21media: rockchip: rga: Only set output CSC mode for RGB inputPaul Kocialkowski1-1/+7
2020-08-21media: rockchip: rga: Introduce color fmt macros and refactor CSC mode logicPaul Kocialkowski2-13/+15
2020-08-21media: vsp1: dl: Fix NULL pointer dereference on unbindEugeniu Rosca1-0/+2
2020-08-21media: venus: fix multiple encoder crashMansur Alisha Shaik1-0/+4
2020-08-19media: mtk-mdp: Fix a refcounting bug on error in initDan Carpenter1-4/+12
2020-08-19media: s5p-g2d: Fix a memory leak in an error handling path in 'g2d_probe()'Christophe JAILLET1-13/+15
2020-08-19media: exynos4-is: Add missed check for pinctrl_lookup_state()Chuhong Yuan1-0/+3
2020-08-19media: omap3isp: Add missed v4l2_ctrl_handler_free() for preview_init_entities()Chuhong Yuan1-1/+3
2020-08-19media: marvell-ccic: Add missed v4l2_async_notifier_cleanup()Chuhong Yuan1-0/+2
2020-06-26media: omap3isp: remove cacheflush.hNathan Chancellor2-3/+0
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus 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