Message ID | 20201116231407.94-4-chunkuang.hu@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Move Mediatek MIPI DSI PHY driver from DRM folder to PHY folder | expand |
Hi, Vinod: Chun-Kuang Hu <chunkuang.hu@kernel.org> 於 2020年11月17日 週二 上午7:14寫道: > > Mediatek MIPI DSI phy driver is moved from drivers/gpu/drm/mediatek to > drivers/phy/mediatek, so add the new folder to the Mediatek DRM drivers' > information. > > Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> If you apply this patch, please add acked-by tag of chunfeng [1], thanks. [1] https://patchwork.kernel.org/project/linux-mediatek/patch/20201029152702.533-4-chunkuang.hu@kernel.org/ Regards, Chun-Kuang. > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e73636b75f29..14f5018c01b6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5867,6 +5867,7 @@ S: Supported > F: Documentation/devicetree/bindings/display/mediatek/ > F: drivers/gpu/drm/mediatek/ > F: drivers/phy/mediatek/phy-mtk-hdmi* > +F: drivers/phy/mediatek/phy-mtk-mipi* > > DRM DRIVERS FOR NVIDIA TEGRA > M: Thierry Reding <thierry.reding@gmail.com> > -- > 2.17.1 >
diff --git a/MAINTAINERS b/MAINTAINERS index e73636b75f29..14f5018c01b6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5867,6 +5867,7 @@ S: Supported F: Documentation/devicetree/bindings/display/mediatek/ F: drivers/gpu/drm/mediatek/ F: drivers/phy/mediatek/phy-mtk-hdmi* +F: drivers/phy/mediatek/phy-mtk-mipi* DRM DRIVERS FOR NVIDIA TEGRA M: Thierry Reding <thierry.reding@gmail.com>
Mediatek MIPI DSI phy driver is moved from drivers/gpu/drm/mediatek to drivers/phy/mediatek, so add the new folder to the Mediatek DRM drivers' information. Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)