aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/mtk_scp.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-03remoteproc: Remove unnecessary (void*) conversionsGravatar Yu Zhe 1-6/+6
2023-02-12remoteproc: mediatek: Check the SCP image formatGravatar Tinghan Shen 1-0/+1
2022-07-18remoteproc: mediatek: Support MT8188 SCPGravatar Tinghan Shen 1-0/+13
2022-07-04remoteproc: mediatek: Enable cache for mt8186 SCPGravatar Allen-KH Cheng 1-1/+9
2022-04-26remoteproc: mediatek: Allow reading firmware-name from DTGravatar Allen-KH Cheng 1-1/+5
2022-04-12Merge branch 'rproc-fixes' into rproc-nextGravatar Mathieu Poirier 1-1/+0
2022-04-12remoteproc: mtk_scp: Fix a potential double freeGravatar Christophe JAILLET 1-1/+0
2022-04-11remoteproc: mediatek: Fix side effect of mt8195 sram power onGravatar Tinghan Shen 1-17/+52
2022-03-11remoteproc: mediatek: Support mt8186 scpGravatar Allen-KH Cheng 1-0/+35
2022-02-02remoteproc: mtk_scp: Use dev_err_probe() where possibleGravatar AngeloGioacchino Del Regno 1-16/+12
2022-02-02remoteproc: mtk_scp: Reorder scp_probe() sequenceGravatar AngeloGioacchino Del Regno 1-11/+9
2022-02-02remoteproc: mtk_scp: Use devm variant of rproc_alloc()Gravatar AngeloGioacchino Del Regno 1-10/+3
2021-09-27remoteproc: mediatek: Support mt8195 scpGravatar Tinghan Shen 1-5/+43
2021-03-11remoteproc: add is_iomem to da_to_vaGravatar Peng Fan 1-3/+3
2021-02-09remoteproc/mediatek: support L1TCMGravatar Tzung-Bi Shih 1-2/+54
2021-02-09remoteproc/mediatek: enable MPU for all memory regions in MT8192 SCPGravatar Tzung-Bi Shih 1-0/+3
2021-02-09remoteproc/mediatek: use devm_platform_ioremap_resource_bynameGravatar Tzung-Bi Shih 1-2/+1
2021-02-09remoteproc/mediatek: acknowledge watchdog IRQ after handledGravatar Tzung-Bi Shih 1-9/+11
2020-12-10remoteproc/mediatek: read IPI buffer offset from FWGravatar Tzung-Bi Shih 1-22/+67
2020-12-10remoteproc/mediatek: unprepare clk if scp_before_load failsGravatar Tzung-Bi Shih 1-1/+2
2020-12-10remoteproc/mediatek: Fix kernel test robot warningGravatar Souptick Joarder 1-3/+1
2020-12-10remoteproc/mtk_scp: surround DT device IDs with CONFIG_OFGravatar Alexandre Courbot 1-0/+2
2020-11-20remoteproc/mediatek: skip if filesz is 0Gravatar Tzung-Bi Shih 1-6/+6
2020-11-20remoteproc/mediatek: fix boundary checkGravatar Tzung-Bi Shih 1-2/+2
2020-11-20remoteproc/mediatek: fix sparse errors on dma_alloc and dma_freeGravatar Tzung-Bi Shih 1-1/+1
2020-11-20remoteproc/mediatek: fix sparse errors on sram power on and offGravatar Tzung-Bi Shih 1-2/+2
2020-10-15remoteproc/mediatek: Remove non-standard dsb()Gravatar Bjorn Andersson 1-4/+0
2020-09-25remoteproc/mediatek: Add support for mt8192 SCPGravatar Pi-Hsun Shih 1-34/+169
2020-06-08Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Gravatar Linus Torvalds 1-2/+2
2020-05-11remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init()Gravatar Wei Yongjun 1-2/+2
2020-04-16remoteproc: mtk_scp: use dma_addr_t for DMA APIGravatar Arnd Bergmann 1-3/+3
2020-03-25remoteproc/mediatek: Use size_t type for len in scp_da_to_vaGravatar Nathan Chancellor 1-1/+1
2020-01-20rpmsg: add rpmsg support for mt8183 SCP.Gravatar Pi-Hsun Shih 1-4/+57
2020-01-20remoteproc/mediatek: add SCP support for mt8183Gravatar Erin Lo 1-0/+610