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