summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2020-11-05media: platform: Improve queue set up flow for bug fixingXia Jiang1-0/+7
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: mtk-mdp: Fix Null pointer dereference when calling list_addDafna Hirschfeld1-1/+1
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-03Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+1
2020-08-26media: ti-vpe: cal: Fix compilation on 32-bit ARMLaurent Pinchart1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-12Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds64-2467/+3783
2020-08-06media: camss: fix memory leaks on error handling paths in probeEvgeny Novikov1-10/+20
2020-08-06media: davinci: vpif_capture: fix potential double freeEvgeny Novikov1-2/+0
2020-08-06media: mtk-mdp: Fix a refcounting bug on error in initDan Carpenter1-4/+12
2020-08-06media: cafe-driver: use generic power managementVaibhav Gupta3-29/+7
2020-07-19media: vpss: clean up resources in initEvgeny Novikov1-4/+16
2020-07-19media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.cLaurent Pinchart4-682/+713
2020-07-19media: ti-vpe: cal: Move CAL I/O accessors to cal.hLaurent Pinchart3-150/+169
2020-07-19media: ti-vpe: cal: Split video node handling to cal-video.cLaurent Pinchart4-1063/+1137
2020-07-19media: ti-vpe: cal: Use 'unsigned int' type instead of 'unsigned'Laurent Pinchart1-1/+1
2020-07-19media: ti-vpe: cal: Remove unneeded phy->sensor NULL checkLaurent Pinchart1-3/+0
2020-07-19media: ti-vpe: cal: Don't store external rate in cal_camerarxLaurent Pinchart1-14/+21
2020-07-19media: ti-vpe: cal: Refactor camerarx start and stopLaurent Pinchart1-76/+94
2020-07-19media: ti-vpe: cal: Reorder camerarx functions to prepare refactoringLaurent Pinchart1-214/+214
2020-07-19media: ti-vpe: cal: Inline cal_camerarx_max_lanes() in its only callerLaurent Pinchart1-8/+2
2020-07-19media: ti-vpe: cal: Allocate cal_ctx active_fmt array dynamicallyLaurent Pinchart1-1/+7
2020-07-19media: ti-vpe: cal: Init formats in cal_ctx_v4l2_register()Laurent Pinchart1-44/+39
2020-07-19media: ti-vpe: cal: Register a media deviceLaurent Pinchart1-22/+49
2020-07-19media: ti-vpe: cal: Store struct device in cal_devLaurent Pinchart1-28/+27