[PATCH v3 0/4] Support MT8188 SCP core 1

From: Olivia Wen
Date: Tue Apr 23 2024 - 23:04:52 EST


Change in v3:
- split the modifications in version 2 into three separate commits

Change in v2:
- change the order of mt8188-scp-dual
- modify the struct mtk_scp_of_data on MT8188
- add MT8188-specific functions
- add structure mtk_scp_sizes_data to manage sizes
- change tmp_data allocation to share_buf

Olivia Wen (4):
dt-bindings: remoteproc: mediatek: Support MT8188 dual-core SCP
remoteproc: mediatek: Support MT8188 SCP core 1
remoteproc: mediatek: Support setting DRAM and IPI shared buffer sizes
media: mediatek: imgsys: Support image processing

.../devicetree/bindings/remoteproc/mtk,scp.yaml | 2 +
drivers/remoteproc/mtk_common.h | 11 +-
drivers/remoteproc/mtk_scp.c | 230 +++++++++++++++++++--
drivers/remoteproc/mtk_scp_ipi.c | 7 +-
include/linux/remoteproc/mtk_scp.h | 1 +
5 files changed, 225 insertions(+), 26 deletions(-)

--
2.6.4