OSDN Git Service

drm/mediatek: Separate mtk_hdmi_phy to an independent module
authorCK Hu <ck.hu@mediatek.com>
Fri, 10 May 2019 08:47:15 +0000 (16:47 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Sat, 5 Sep 2020 23:02:54 +0000 (07:02 +0800)
commita481bf2f0ca43c6476229d5bc4c3f6b9404de863
tree28fd80bf59861f0f5c53dddddc0b1af4fd5b691a
parent96f51a4d43508e7d916caac02e382123d299c0d7
drm/mediatek: Separate mtk_hdmi_phy to an independent module

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>
Tested-by: Frank Wunderlich <frank-w@public-files.de>
drivers/gpu/drm/mediatek/Kconfig
drivers/gpu/drm/mediatek/Makefile
drivers/gpu/drm/mediatek/mtk_hdmi.c
drivers/gpu/drm/mediatek/mtk_hdmi.h
drivers/gpu/drm/mediatek/mtk_hdmi_phy.c
drivers/gpu/drm/mediatek/mtk_hdmi_phy.h