aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/mtk_scp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-11remoteproc: add is_iomem to da_to_vaPeng Fan1-3/+3
2021-02-09remoteproc/mediatek: support L1TCMTzung-Bi Shih1-2/+54
2021-02-09remoteproc/mediatek: enable MPU for all memory regions in MT8192 SCPTzung-Bi Shih1-0/+3
2021-02-09remoteproc/mediatek: use devm_platform_ioremap_resource_bynameTzung-Bi Shih1-2/+1
2021-02-09remoteproc/mediatek: acknowledge watchdog IRQ after handledTzung-Bi Shih1-9/+11
2020-12-10remoteproc/mediatek: read IPI buffer offset from FWTzung-Bi Shih1-22/+67
2020-12-10remoteproc/mediatek: unprepare clk if scp_before_load failsTzung-Bi Shih1-1/+2
2020-12-10remoteproc/mediatek: Fix kernel test robot warningSouptick Joarder1-3/+1
2020-12-10remoteproc/mtk_scp: surround DT device IDs with CONFIG_OFAlexandre Courbot1-0/+2
2020-11-20remoteproc/mediatek: skip if filesz is 0Tzung-Bi Shih1-6/+6
2020-11-20remoteproc/mediatek: fix boundary checkTzung-Bi Shih1-2/+2
2020-11-20remoteproc/mediatek: fix sparse errors on dma_alloc and dma_freeTzung-Bi Shih1-1/+1
2020-11-20remoteproc/mediatek: fix sparse errors on sram power on and offTzung-Bi Shih1-2/+2
2020-10-15remoteproc/mediatek: Remove non-standard dsb()Bjorn Andersson1-4/+0
2020-09-25remoteproc/mediatek: Add support for mt8192 SCPPi-Hsun Shih1-34/+169
2020-06-08Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds1-2/+2
2020-05-11remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init()Wei Yongjun1-2/+2
2020-04-16remoteproc: mtk_scp: use dma_addr_t for DMA APIArnd Bergmann1-3/+3
2020-03-25remoteproc/mediatek: Use size_t type for len in scp_da_to_vaNathan Chancellor1-1/+1
2020-01-20rpmsg: add rpmsg support for mt8183 SCP.Pi-Hsun Shih1-4/+57
2020-01-20remoteproc/mediatek: add SCP support for mt8183Erin Lo1-0/+610