Message ID | 20230417073606.25729-8-yong.wu@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MT8188 IOMMU SUPPORT | expand |
Il 17/04/23 09:36, Yong Wu ha scritto: > We add the prefix "mediatek," for the lastest ports header file name, > For example, include/dt-bindings/memory/mediatek,mt8188-memory-port.h. > Update the entry from "mt*" to "m*". > > Signed-off-by: Yong Wu <yong.wu@mediatek.com> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d8ebab595b2a..833d32c356ef 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13056,7 +13056,7 @@ L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) > S: Supported > F: Documentation/devicetree/bindings/iommu/mediatek* > F: drivers/iommu/mtk_iommu* > -F: include/dt-bindings/memory/mt*-port.h > +F: include/dt-bindings/memory/m*-port.h Stuff that's not MediaTek specific which filename starts by m and ends for -port.h is really unlikely, but we can prevent future issues. Perhaps the best idea here would be to keep the mt*-port.h and add a new file entry with mediatek,mt*-port.h. Regards, Angelo
diff --git a/MAINTAINERS b/MAINTAINERS index d8ebab595b2a..833d32c356ef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13056,7 +13056,7 @@ L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) S: Supported F: Documentation/devicetree/bindings/iommu/mediatek* F: drivers/iommu/mtk_iommu* -F: include/dt-bindings/memory/mt*-port.h +F: include/dt-bindings/memory/m*-port.h MEDIATEK JPEG DRIVER M: Bin Liu <bin.liu@mediatek.com>
We add the prefix "mediatek," for the lastest ports header file name, For example, include/dt-bindings/memory/mediatek,mt8188-memory-port.h. Update the entry from "mt*" to "m*". Signed-off-by: Yong Wu <yong.wu@mediatek.com> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)