[PATCH net-next 1/6] MAINTAINERS: lantiq_gswip: broaden file pattern

Daniel Golle posted 6 patches 1 month, 1 week ago
There is a newer version of this series
[PATCH net-next 1/6] MAINTAINERS: lantiq_gswip: broaden file pattern
Posted by Daniel Golle 1 month, 1 week ago
Match all drivers/net/dsa/lantiq_gswip* instead of only lantiq_gswip.c.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index bce96dd254b8..aae3a261d7f1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13801,7 +13801,7 @@ M:	Hauke Mehrtens <hauke@hauke-m.de>
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml
-F:	drivers/net/dsa/lantiq_gswip.c
+F:	drivers/net/dsa/lantiq_gswip*
 F:	drivers/net/dsa/lantiq_pce.h
 F:	drivers/net/ethernet/lantiq_xrx200.c
 F:	net/dsa/tag_gswip.c
-- 
2.50.1
Re: [PATCH net-next 1/6] MAINTAINERS: lantiq_gswip: broaden file pattern
Posted by Andrew Lunn 1 month, 1 week ago
On Tue, Aug 26, 2025 at 01:12:08AM +0100, Daniel Golle wrote:
> Match all drivers/net/dsa/lantiq_gswip* instead of only lantiq_gswip.c.
> 
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bce96dd254b8..aae3a261d7f1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13801,7 +13801,7 @@ M:	Hauke Mehrtens <hauke@hauke-m.de>
>  L:	netdev@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml
> -F:	drivers/net/dsa/lantiq_gswip.c
> +F:	drivers/net/dsa/lantiq_gswip*
>  F:	drivers/net/dsa/lantiq_pce.h

I know there is another firmware blob coming soon. Does it make sense
to use just drivers/net/dsa/lantiq*

Or maybe even move the code into a subdirectory?

	Andrew