mbox series

[v4,0/4] Support MT8188 SCP core 1

Message ID 20240430011534.9587-1-olivia.wen@mediatek.com (mailing list archive)
Headers show
Series Support MT8188 SCP core 1 | expand

Message

Olivia Wen April 30, 2024, 1:15 a.m. UTC
Change in v4:
Updating the description of PATCH v4 4/4.

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
  remoteproc: mediatek: Add IMGSYS IPI command

 .../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(-)

Comments

Mathieu Poirier April 30, 2024, 4:46 p.m. UTC | #1
On Tue, Apr 30, 2024 at 09:15:30AM +0800, Olivia Wen wrote:
> Change in v4:
> Updating the description of PATCH v4 4/4.
> 
> 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
>   remoteproc: mediatek: Add IMGSYS IPI command
> 
>  .../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(-)

I have applied this set.

Thanks,
Mathieu

> 
> -- 
> 2.6.4
>