Re: [PATCH v7, 04/15] media: mtk-vcodec: Manage multi hardware information

2021-10-28 Thread yunfei.d...@mediatek.com
Hi AngeloGioacchino, Thanks for your suggestion. On Thu, 2021-10-14 at 11:20 +0200, AngeloGioacchino Del Regno wrote: > > Manage each hardware information which includes irq/power/clk. > > The hardware includes LAT0, LAT1 and CORE. > > > > Signed-off-by: Yunfei Dong > > --- > > v7: Using of_pla

Re: [PATCH v7, 04/15] media: mtk-vcodec: Manage multi hardware information

2021-10-14 Thread AngeloGioacchino Del Regno
> Manage each hardware information which includes irq/power/clk. > The hardware includes LAT0, LAT1 and CORE. > > Signed-off-by: Yunfei Dong > --- > v7: Using of_platform_populate not component framework to manage multi hardware. > --- > drivers/media/platform/mtk-vcodec/Makefile

Re: [PATCH v7, 04/15] media: mtk-vcodec: Manage multi hardware information

2021-10-14 Thread AngeloGioacchino Del Regno
Manage each hardware information which includes irq/power/clk. The hardware includes LAT0, LAT1 and CORE. Signed-off-by: Yunfei Dong --- v7: Using of_platform_populate not component framework to manage multi hardware. --- drivers/media/platform/mtk-vcodec/Makefile| 1 + .../platform/mtk

[PATCH v7, 04/15] media: mtk-vcodec: Manage multi hardware information

2021-10-11 Thread Yunfei Dong
Manage each hardware information which includes irq/power/clk. The hardware includes LAT0, LAT1 and CORE. Signed-off-by: Yunfei Dong --- v7: Using of_platform_populate not component framework to manage multi hardware. --- drivers/media/platform/mtk-vcodec/Makefile| 1 + .../platform/mtk-vc