summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/mtk_scp.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06remoteproc: mediatek: Fix error code in scp_rproc_init()Dan Carpenter1-0/+1
2024-04-30remoteproc: mediatek: Support setting DRAM and IPI shared buffer sizesOlivia Wen1-18/+66
2024-04-30remoteproc: mediatek: Support MT8188 SCP core 1Olivia Wen1-3/+143
2024-03-26remoteproc: mediatek: Make sure IPI buffer fits in L2TCMAngeloGioacchino Del Regno1-1/+9
2023-09-21remoteproc: mediatek: Refactor single core check and fix retrocompatibilityAngeloGioacchino Del Regno1-11/+7
2023-09-13remoteproc: mediatek: Refine ipi handler error messageTinghan Shen1-1/+1
2023-09-13remoteproc: mediatek: Report watchdog crash to all coresTinghan Shen1-1/+7
2023-09-13remoteproc: mediatek: Handle MT8195 SCP core 1 watchdog timeoutTinghan Shen1-1/+24
2023-09-13remoteproc: mediatek: Setup MT8195 SCP core 1 SRAM offsetTinghan Shen1-0/+28
2023-09-13remoteproc: mediatek: Remove dependency of MT8195 SCP L2TCM power control on ...Tinghan Shen1-15/+56
2023-09-13remoteproc: mediatek: Probe SCP cluster on multi-core SCPTinghan Shen1-5/+119
2023-09-13remoteproc: mediatek: Probe SCP cluster on single-core SCPTinghan Shen1-25/+61
2023-09-13remoteproc: mediatek: Revise SCP rproc initialization flow for multi-core SCPTinghan Shen1-24/+39
2023-09-13remoteproc: mediatek: Extract SCP common registersTinghan Shen1-79/+85
2023-09-13remoteproc: mediatek: Add MT8195 SCP core 1 operationsTinghan Shen1-0/+55
2023-05-09remoteproc: mtk_scp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-03remoteproc: Remove unnecessary (void*) conversionsYu Zhe1-6/+6
2023-02-12remoteproc: mediatek: Check the SCP image formatTinghan Shen1-0/+1
2022-07-18remoteproc: mediatek: Support MT8188 SCPTinghan Shen1-0/+13
2022-07-04remoteproc: mediatek: Enable cache for mt8186 SCPAllen-KH Cheng1-1/+9
2022-04-26remoteproc: mediatek: Allow reading firmware-name from DTAllen-KH Cheng1-1/+5
2022-04-12Merge branch 'rproc-fixes' into rproc-nextMathieu Poirier1-1/+0
2022-04-12remoteproc: mtk_scp: Fix a potential double freeChristophe JAILLET1-1/+0
2022-04-11remoteproc: mediatek: Fix side effect of mt8195 sram power onTinghan Shen1-17/+52
2022-03-11remoteproc: mediatek: Support mt8186 scpAllen-KH Cheng1-0/+35
2022-02-02remoteproc: mtk_scp: Use dev_err_probe() where possibleAngeloGioacchino Del Regno1-16/+12
2022-02-02remoteproc: mtk_scp: Reorder scp_probe() sequenceAngeloGioacchino Del Regno1-11/+9
2022-02-02remoteproc: mtk_scp: Use devm variant of rproc_alloc()AngeloGioacchino Del Regno1-10/+3
2021-09-28remoteproc: mediatek: Support mt8195 scpTinghan Shen1-5/+43
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-21remoteproc/mediatek: skip if filesz is 0Tzung-Bi Shih1-6/+6
2020-11-21remoteproc/mediatek: fix boundary checkTzung-Bi Shih1-2/+2
2020-11-21remoteproc/mediatek: fix sparse errors on dma_alloc and dma_freeTzung-Bi Shih1-1/+1
2020-11-21remoteproc/mediatek: fix sparse errors on sram power on and offTzung-Bi Shih1-2/+2
2020-10-16remoteproc/mediatek: Remove non-standard dsb()Bjorn Andersson1-4/+0
2020-09-26remoteproc/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/ander...Linus Torvalds1-2/+2
2020-05-11remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init()Wei Yongjun1-2/+2
2020-04-17remoteproc: mtk_scp: use dma_addr_t for DMA APIArnd Bergmann1-3/+3
2020-03-26remoteproc/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