Since its creation Marvell NIC driver for Armada 375/7k8k and CN913x SoC families mvpp2 has been lacking an entry in MAINTAINERS, which sometimes lead to unhandled bugs that persisted across several kernel releases.
Signed-off-by: Marcin Wojtas <[email protected]> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6f474153dbec..db88abf11db2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10513,6 +10513,13 @@ L: [email protected] S: Maintained F: drivers/net/ethernet/marvell/mvneta.* +MARVELL MVPP2 ETHERNET DRIVER +M: Marcin Wojtas <[email protected]> +L: [email protected] +S: Maintained +F: Documentation/devicetree/bindings/net/marvell-pp2.txt +F: drivers/net/ethernet/marvell/mvpp2/ + MARVELL MWIFIEX WIRELESS DRIVER M: Amitkumar Karwar <[email protected]> M: Ganapathi Bhat <[email protected]> -- 2.29.0
