summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/rockchip/rga/rga.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-13media: rga: fix possible memory leak in rga_probeHangyu Hua1-2/+4
2022-04-05media: rockchip/rga: do proper error checking in probeKyle Copperfield1-1/+1
2021-09-30media: rockchip: rga: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing1-4/+1
2021-07-22media: rockchip/rga: fix error handling in probeDan Carpenter1-5/+22
2021-05-19media: rockchip/rga: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-1/+3
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-08-07media: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2019-02-18media: rockchip/rga: Correct return type for mem2mem buffer helpersEzequiel Garcia1-3/+3
2018-11-23media: rockchip/rga: constify video_device structureJulia Lawall1-1/+1
2018-11-23media: rockchip/rga: constify v4l2_m2m_ops structureJulia Lawall1-1/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-3/+3
2018-07-27media: rockchip/rga: Fix bad dma_free_attrs() parameterEzequiel Garcia1-1/+1
2018-07-24media: mem2mem: Make .job_abort optionalEzequiel Garcia1-6/+0
2018-06-28media: rockchip/rga: Remove unrequired wait in .job_abortEzequiel Garcia1-12/+1
2018-06-28media: rga: Remove surplus name initializationAnton Leontiev1-1/+0
2018-03-23media: rca: declare formats var as staticMauro Carvalho Chehab1-1/+1
2017-10-31media: rockchip/rga: annotate PM functions as __maybe_unusedArnd Bergmann1-4/+2
2017-10-16media: rga: make some functions staticMauro Carvalho Chehab1-1/+1
2017-10-16[media] rockchip/rga: v4l2 m2m supportJacob Chen1-0/+1012