drm/mediatek: Separate mtk_mipi_tx to an independent module
authorChun-Kuang Hu <chunkuang.hu@kernel.org>
Sun, 4 Oct 2020 02:30:03 +0000 (10:30 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Mon, 30 Nov 2020 15:37:40 +0000 (23:37 +0800)
commitc3c88422fabf425cf5e4bac29074ded97e010f57
tree5944b8d97c31a596a4a01ad725fdb9203de0db9a
parent414562b0ef36ce658f0ffec00e7039c7911e4cdc
drm/mediatek: Separate mtk_mipi_tx to an independent module

mtk_mipi_tx is a part of mtk_drm 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: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/Kconfig
drivers/gpu/drm/mediatek/Makefile
drivers/gpu/drm/mediatek/mtk_drm_drv.c
drivers/gpu/drm/mediatek/mtk_drm_drv.h
drivers/gpu/drm/mediatek/mtk_mipi_tx.c