Linux-remoteproc Archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Support MT8188 SCP core 1
@ 2024-04-24  3:03 Olivia Wen
  2024-04-24  3:03 ` [PATCH v3 1/4] dt-bindings: remoteproc: mediatek: Support MT8188 dual-core SCP Olivia Wen
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Olivia Wen @ 2024-04-24  3:03 UTC (permalink / raw
  To: Bjorn Andersson, Mathieu Poirier, Rob Herring
  Cc: Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno, Tinghan Shen, linux-remoteproc,
	devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
	Project_Global_Chrome_Upstream_Group, jason-ch.chen, yaya.chang,
	teddy.chen, olivia.wen

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-04-24 15:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24  3:03 [PATCH v3 0/4] Support MT8188 SCP core 1 Olivia Wen
2024-04-24  3:03 ` [PATCH v3 1/4] dt-bindings: remoteproc: mediatek: Support MT8188 dual-core SCP Olivia Wen
2024-04-24  3:03 ` [PATCH v3 2/4] remoteproc: mediatek: Support MT8188 SCP core 1 Olivia Wen
2024-04-24 10:00   ` AngeloGioacchino Del Regno
2024-04-24  3:03 ` [PATCH v3 3/4] remoteproc: mediatek: Support setting DRAM and IPI shared buffer sizes Olivia Wen
2024-04-24 10:00   ` AngeloGioacchino Del Regno
2024-04-24  3:03 ` [PATCH v3 4/4] media: mediatek: imgsys: Support image processing Olivia Wen
2024-04-24 10:02   ` AngeloGioacchino Del Regno
2024-04-24 10:04     ` AngeloGioacchino Del Regno
2024-04-24 15:52       ` Mathieu Poirier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).