summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mtk-vpu/mtk_vpu.c
AgeCommit message (Expand)Author
2022-03-18media: platform: rename mtk-vpu/ to mediatek/mtk-vpu/Mauro Carvalho Chehab
2022-01-28media: mtk-vpu: Drop unnecessary call to platform_get_resource()Lad Prabhakar
2021-11-15media: mtk-vpu: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-09-30media: mtk-vpu: Fix a resource leak in the error handling path of 'mtk_vpu_pr...Christophe JAILLET
2021-06-28media: mtk-vpu: on suspend, read/write regs only if vpu is runningDafna Hirschfeld
2021-06-02media: mtk-vpu: Use devm_platform_ioremap_resource_bynameDing Senjie
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil
2020-12-03media: mtk-vpu: dump VPU status when IPI times outIrui Wang
2020-12-03media: mtk-vpu: VPU should be in idle state before system is suspendedIrui Wang
2020-09-01media: mtk-vpu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-03-24media: mtk-vpu: load vpu firmware from the new locationRui Wang
2020-03-12media: mtk-vpu: avoid unaligned access to DTCM buffer.Hsin-Yi Wang
2019-11-08media: mtk-vpu: fix two smatch warningsHans Verkuil
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-29media: mtk-vpu: fix leaked of_node referencesWen Yang
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-10-04media: VPU: mediatek: don't pass an unused parameterDan Carpenter
2018-06-28media: mtk-vpu: fix spelling mistake: "Prosessor" -> "Processor"Colin Ian King
2017-11-30media: mtk-vpu: add description for wdt fields at struct mtk_vpuMauro Carvalho Chehab
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-04-29iommu: Remove trace-events include from iommu.hJoerg Roedel
2017-03-24treewide: Fix typos in printkMasanari Iida
2016-10-24[media] VPU: mediatek: Fix return value in case of errorChristophe JAILLET
2016-10-21[media] VPU: mediatek: fix null pointer dereference on pdevColin Ian King
2016-10-21[media] VPU: mediatek: Add decode supportAndrew-CT Chen
2016-07-13[media] VPU: mediatek: remove redundant dev_err call in mtk_vpu_probe()Wei Yongjun
2016-07-13[media] VPU: mediatek: fix return value check in mtk_vpu_probe()Wei Yongjun
2016-07-08[media] VPU: mediatek: support Mediatek VPUAndrew-CT Chen