Re: [PATCH v2 06/23] MAINTAINERS: Add file patterns for dsa device tree bindings

From: Andrew Lunn
Date: Sun Mar 12 2017 - 13:04:25 EST


On Sun, Mar 12, 2017 at 02:16:50PM +0100, Geert Uytterhoeven wrote:
> Submitters of device tree binding documentation may forget to CC
> the subsystem maintainer if this is missing.

> diff --git a/MAINTAINERS b/MAINTAINERS
> index ce461fefec6c9463..c0822d4fa5c3ade5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7812,6 +7812,7 @@ M: Andrew Lunn <andrew@xxxxxxx>
> M: Vivien Didelot <vivien.didelot@xxxxxxxxxxxxxxxxxxxx>
> L: netdev@xxxxxxxxxxxxxxx
> S: Maintained
> +F: Documentation/devicetree/bindings/net/dsa/
> F: drivers/net/dsa/mv88e6xxx/
> F: Documentation/devicetree/bindings/net/dsa/marvell.txt

Hi Geert

If i'm reading this patch correctly, you are putting it under

MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
M: Andrew Lunn <andrew@xxxxxxx>
M: Vivien Didelot <vivien.didelot@xxxxxxxxxxxxxxxxxxxx>
L: netdev@xxxxxxxxxxxxxxx
S: Maintained
F: drivers/net/dsa/mv88e6xxx/
F: Documentation/devicetree/bindings/net/dsa/marvell.txt

I would says the correct place for
Documentation/devicetree/bindings/net/dsa/ is

NETWORKING [DSA]
M: Andrew Lunn <andrew@xxxxxxx>
M: Vivien Didelot <vivien.didelot@xxxxxxxxxxxxxxxxxxxx>
M: Florian Fainelli <f.fainelli@xxxxxxxxx>
S: Maintained
F: net/dsa/
F: include/net/dsa.h
F: drivers/net/dsa/

Andrew