Message ID | 20201029152702.533-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 |
+ Vinod: Hi, Chunfeng: Chun-Kuang Hu <chunkuang.hu@kernel.org> 於 2020年10月29日 週四 下午11:28寫道: > > 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. Would you like this patch? If so, you could give an acked-by tag on this patch, so I could applied the whole series into my tree. Regards, Chun-Kuang. > > Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> > --- > 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 >
On Sun, 2020-11-08 at 11:04 +0800, Chun-Kuang Hu wrote: > + Vinod: > > Hi, Chunfeng: > > Chun-Kuang Hu <chunkuang.hu@kernel.org> 於 2020年10月29日 週四 下午11:28寫道: > > > > 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. > > Would you like this patch? If so, you could give an acked-by tag on > this patch, so I could applied the whole series into my tree. Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Thanks > > Regards, > Chun-Kuang. > > > > > Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> > > --- > > 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(+)