On 24/08/2023 14:50, Keguang Zhang wrote: > Add two new F: entries for Loongson1 Ethernet driver > and dt-binding document. > Add a new F: entry for the rest Loongson-1 dt-binding documents. > > Signed-off-by: Keguang Zhang <keguang.zhang@xxxxxxxxx> > --- > V2 -> V3: Update the entries and the commit message > V1 -> V2: Improve the commit message > > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 250c43c675cb..f462f3d19e4a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -14341,9 +14341,12 @@ MIPS/LOONGSON1 ARCHITECTURE > M: Keguang Zhang <keguang.zhang@xxxxxxxxx> > L: linux-mips@xxxxxxxxxxxxxxx > S: Maintained > +F: Documentation/devicetree/bindings/*/loongson,ls1x-*.yaml > +F: Documentation/devicetree/bindings/net/loongson,ls1[bc]-*.yaml This should be just one pattern */loongson,* or even just N: loongson, if you want to cover any future versions as well (not only ls1). Best regards, Krzysztof