summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2021-07-19media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann2-5/+3
2021-07-14media: exynos4-is: remove a now unused integerMauro Carvalho Chehab1-1/+0
2021-07-14media: video-mux: Skip dangling endpointsPhilipp Zabel1-1/+9
2021-07-14media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia4-60/+43
2021-07-14media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctxDillon Min1-0/+3
2021-07-14media: exynos4-is: Fix a use after free in isp_video_releaseLv Yunlong1-2/+5
2021-07-14media: venus: Rework error fail recover logicMauro Carvalho Chehab1-13/+47
2021-07-14media: st-hva: Fix potential NULL pointer dereferencesEvgeny Novikov1-2/+1
2021-07-14media: sti: fix obj-$(config) targetsMauro Carvalho Chehab3-3/+3
2021-07-14media: exynos-gsc: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-3/+1
2021-07-14media: exynos4-is: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab8-30/+19
2021-07-14media: sti/bdisp: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-3/+4
2021-07-14media: sunxi: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-1/+1
2021-07-14media: s5p-jpeg: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-4/+1
2021-07-14media: mtk-vcodec: fix PM runtime get logicMauro Carvalho Chehab3-5/+9
2021-07-14media: sh_vou: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-1/+5
2021-07-14media: am437x: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-2/+13
2021-07-14media: mdk-mdp: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-3/+3
2021-07-14media: marvel-ccic: fix some issues when getting pm_runtimeMauro Carvalho Chehab1-2/+7
2021-05-26Revert "media: rcar_drif: fix a memory disclosure"Greg Kroah-Hartman1-1/+0
2021-05-14media: platform: sunxi: sun6i-csi: fix error return code of sun6i_video_start...Jia-Ju Bai1-1/+3
2021-05-14media: venus: core: Fix some resource leaks in the error path of 'venus_probe()'Christophe JAILLET1-5/+2
2021-05-14media: aspeed: fix clock handling logicJae Hyun Yoo1-3/+6
2021-05-11media: venus: hfi_parser: Don't initialize parser on v1Stanimir Varbanov1-2/+4
2021-05-11media: sun8i-di: Fix runtime PM imbalance in deinterlace_start_streamingDinghao Liu1-1/+1
2021-05-11media: platform: sti: Fix runtime PM imbalance in regs_showDinghao Liu1-1/+1
2021-03-17media: v4l: vsp1: Fix bru null pointer accessBiju Das1-1/+1
2021-03-17media: v4l: vsp1: Fix uif null pointer accessBiju Das1-2/+2
2021-03-04media: marvell-ccic: power up the device on mclk enableLubomir Rintel1-0/+2
2021-03-04media: pxa_camera: declare variable when DEBUG is definedTom Rix1-0/+3
2021-03-04media: mtk-vcodec: fix argument used when DEBUG is definedTom Rix1-2/+2
2021-03-04media: ti-vpe: cal: fix write to unallocated memoryTomi Valkeinen1-2/+2
2021-03-04media: aspeed: fix error return code in aspeed_video_setup_video()Zhang Changzhong1-3/+3
2021-03-04media: vsp1: Fix an error handling path in the probe functionChristophe JAILLET1-1/+3
2021-03-04media: camss: missing error code in msm_video_register()Dan Carpenter1-0/+1
2021-03-04media: mtk-vcodec: fix error return code in vdec_vp9_decode()Zhang Changzhong1-1/+2
2020-12-30media: venus: put dummy vote on video-mem path after last session releaseMansur Alisha Shaik1-0/+10
2020-12-30media: venus: core: vote with average bandwidth and peak bandwidth as zeroMansur Alisha Shaik1-2/+2
2020-12-30media: venus: core: vote for video-mem pathMansur Alisha Shaik1-1/+16
2020-12-30media: venus: core: change clk enable and disable order in resume and suspendMansur Alisha Shaik1-7/+10
2020-12-30media: platform: add missing put_device() call in mtk_jpeg_probe() and mtk_jp...Yu Kuai1-0/+8
2020-12-30media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm()Yu Kuai1-7/+19
2020-12-30media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm()Yu Kuai1-0/+1
2020-12-30media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm()Yu Kuai1-6/+12
2020-12-30media: platform: add missing put_device() call in mtk_jpeg_clk_init()Yu Kuai1-0/+1
2020-11-16media: venus: pm_helpers: Fix kernel module reloadStanimir Varbanov1-2/+2
2020-11-16media: venus: venc: Fix setting of profile and levelStanimir Varbanov3-5/+55
2020-11-05media: media/platform/marvell-ccic: fix warnings when CONFIG_PM is not enabledRandy Dunlap1-0/+2
2020-11-05media: mtk-vcodec: fix build breakage when one of VPU or SCP is enabledAlexandre Courbot3-9/+47
2020-11-05media: mtk-vcodec: move firmware implementations into their own filesAlexandre Courbot8-173/+233