Messages in this thread |  | | Subject | Re: [PATCH v3 2/4] drm/mediatek: Separate mtk_hdmi_phy to an independent module | From | Chunfeng Yun <> | Date | Wed, 1 Apr 2020 10:20:25 +0800 |
| |
On Tue, 2020-03-31 at 23:57 +0800, Chun-Kuang Hu wrote: > From: CK Hu <ck.hu@mediatek.com> > > 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@mediatek.com> > Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> > --- > 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@mediatek.com>
Thanks a lot
|  |