Re: [PATCH 2/2] remoteproc: mediatek: Support MT8188 SCP core 1

2024-04-12 Thread 温倩苓
Hi AngeloGioacchino, Thanks for the reviews. On Thu, 2024-04-11 at 09:33 +0200, AngeloGioacchino Del Regno wrote: > Il 11/04/24 05:37, olivia.wen ha scritto: > > To Support MT8188 SCP core 1 for ISP driver. > > The SCP on different chips will require different code sizes > > and IPI buffer

Re: [PATCH 2/2] remoteproc: mediatek: Support MT8188 SCP core 1

2024-04-12 Thread 温倩苓
Hi Krzysztof, On Thu, 2024-04-11 at 08:07 +0200, Krzysztof Kozlowski wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > On 11/04/2024 05:37, olivia.wen wrote: > > +}; > > + > > static const struct of_device_id

Re: [PATCH 2/2] remoteproc: mediatek: Support MT8188 SCP core 1

2024-04-12 Thread 温倩苓
Hi AngeloGioacchino, Thanks for the reviews. On Thu, 2024-04-11 at 09:33 +0200, AngeloGioacchino Del Regno wrote: > Il 11/04/24 05:37, olivia.wen ha scritto: > > To Support MT8188 SCP core 1 for ISP driver. > > The SCP on different chips will require different code sizes > > and IPI buffer

Re: [PATCH 2/2] remoteproc: mediatek: Support MT8188 SCP core 1

2024-04-11 Thread AngeloGioacchino Del Regno
Il 11/04/24 05:37, olivia.wen ha scritto: To Support MT8188 SCP core 1 for ISP driver. The SCP on different chips will require different code sizes and IPI buffer sizes based on varying requirements. Signed-off-by: olivia.wen --- drivers/remoteproc/mtk_common.h| 5 +--

Re: [PATCH 2/2] remoteproc: mediatek: Support MT8188 SCP core 1

2024-04-11 Thread Krzysztof Kozlowski
On 11/04/2024 05:37, olivia.wen wrote: > +}; > + > static const struct of_device_id mtk_scp_of_match[] = { > { .compatible = "mediatek,mt8183-scp", .data = _of_data }, > { .compatible = "mediatek,mt8186-scp", .data = _of_data }, > @@ -1323,6 +1362,7 @@ static const struct of_device_id

[PATCH 2/2] remoteproc: mediatek: Support MT8188 SCP core 1

2024-04-10 Thread olivia . wen
To Support MT8188 SCP core 1 for ISP driver. The SCP on different chips will require different code sizes and IPI buffer sizes based on varying requirements. Signed-off-by: olivia.wen --- drivers/remoteproc/mtk_common.h| 5 +-- drivers/remoteproc/mtk_scp.c | 62