Re: [PATCH v4] remoteproc/mediatek: Add support for mt8192 SCP

2020-10-21 Thread Mathieu Poirier
Hi Shih, On Wed, 14 Oct 2020 at 23:35, Pi-Hsun Shih wrote: > > Add support for mt8192 SCP. > This is a very thin changelog. I wouldn't be surprised if you get asked to beef it up. > Signed-off-by: Pi-Hsun Shih > Reviewed-by: Tzung-Bi Shih > > --- > > Change since v3: > * Remove unnecessary

[PATCH v4] remoteproc/mediatek: Add support for mt8192 SCP

2020-10-14 Thread Pi-Hsun Shih
Add support for mt8192 SCP. Signed-off-by: Pi-Hsun Shih Reviewed-by: Tzung-Bi Shih --- Change since v3: * Remove unnecessary barrier and readl in mt8192_scp_before_load, which also fixes build failure on linux-next because of COMPILE_TEST trying to compile this on other platforms. Change