Re: [PATCH v4 1/2] media: mtk-vcodec: move firmware implementations into their own files

From: Alexandre Courbot
Date: Fri Oct 30 2020 - 06:18:33 EST


On Tue, Oct 13, 2020 at 9:44 PM Alexandre Courbot <acourbot@xxxxxxxxxxxx> wrote:
>
> mtk-vcodec supports two kinds of firmware, VPU and SCP. Both were
> supported from the same source files, but this is clearly unclean and
> makes it more difficult to disable support for one or the other.
>
> Move these implementations into their own file, after adding the
> necessary private interfaces.
>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxxxx>

This should also have included a

Fixes: bf1d556ad4e0 ("media: mtk-vcodec: abstract firmware interface")

Sorry for the omission.