[PATCH 0/2] MediaTek SCP IPI cleanups

AngeloGioacchino Del Regno posted 2 patches 1 year, 8 months ago
drivers/remoteproc/mtk_scp_ipi.c | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
[PATCH 0/2] MediaTek SCP IPI cleanups
Posted by AngeloGioacchino Del Regno 1 year, 8 months ago
Cleanups bringing no functional changes.
Tested on MT8173 Elm, MT8192 Asurada, MT8195 Tomato.

This series applies only on top of [1].

[1]: https://lore.kernel.org/lkml/20230104083110.736377-1-wenst@chromium.org/

AngeloGioacchino Del Regno (2):
  remoteproc/mtk_scp: Use readl_poll_timeout_atomic() for polling
  remoteproc/mtk_scp: Remove timeout variable from scp_ipi_send()

 drivers/remoteproc/mtk_scp_ipi.c | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

-- 
2.39.0
Re: [PATCH 0/2] MediaTek SCP IPI cleanups
Posted by Mathieu Poirier 1 year, 8 months ago
On Wed, Jan 04, 2023 at 12:53:39PM +0100, AngeloGioacchino Del Regno wrote:
> Cleanups bringing no functional changes.
> Tested on MT8173 Elm, MT8192 Asurada, MT8195 Tomato.
> 
> This series applies only on top of [1].
> 
> [1]: https://lore.kernel.org/lkml/20230104083110.736377-1-wenst@chromium.org/
> 
> AngeloGioacchino Del Regno (2):
>   remoteproc/mtk_scp: Use readl_poll_timeout_atomic() for polling
>   remoteproc/mtk_scp: Remove timeout variable from scp_ipi_send()
>

I have applied both patches.

Thanks,
Mathieu

>  drivers/remoteproc/mtk_scp_ipi.c | 23 ++++++++++++-----------
>  1 file changed, 12 insertions(+), 11 deletions(-)
> 
> -- 
> 2.39.0
>