Re: [PATCH v3 2/4] drm/mediatek: Separate mtk_hdmi_phy to an independent module

From: Chunfeng Yun
Date: Tue Mar 31 2020 - 22:20:26 EST


On Tue, 2020-03-31 at 23:57 +0800, Chun-Kuang Hu wrote:
> From: CK Hu <ck.hu@xxxxxxxxxxxx>
>
> mtk_hdmi_phy is a part of mtk_hdmi module, but phy driver should be an
> independent module rather than be part of drm module, so separate the phy
> driver to an independent module.
>
> Signed-off-by: CK Hu <ck.hu@xxxxxxxxxxxx>
> Signed-off-by: Chun-Kuang Hu <chunkuang.hu@xxxxxxxxxx>
> ---
> drivers/gpu/drm/mediatek/Kconfig | 9 ++++++++-
> drivers/gpu/drm/mediatek/Makefile | 11 +++++++----
> drivers/gpu/drm/mediatek/mtk_hdmi.c | 2 +-
> drivers/gpu/drm/mediatek/mtk_hdmi.h | 1 -
> drivers/gpu/drm/mediatek/mtk_hdmi_phy.c | 1 +
> drivers/gpu/drm/mediatek/mtk_hdmi_phy.h | 1 -
> 6 files changed, 17 insertions(+), 8 deletions(-)
Reviewed-by: Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>

Thanks a lot