diff options
author | David S. Miller <[email protected]> | 2020-08-24 16:18:48 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-08-24 16:18:48 -0700 |
commit | 799b87120c243febc4241a95bf616735c3ccd361 (patch) | |
tree | 661b555a8eda64783d88dad6e26e72debf92adcb | |
parent | 5978fac03ea3faf793dffeedcbe60dd8da673f89 (diff) | |
parent | 3ad1b1e16dbff695f430b7d7ac0b6e98c02065c2 (diff) |
Merge branch 'MAINTAINERS-Remove-self-from-PHY-LIBRARY'
Florian Fainelli says:
====================
MAINTAINERS: Remove self from PHY LIBRARY
This patch series aims at allowing myself to keep track of the Ethernet
PHY and MDIO bus drivers that I authored or contributed to without
being listed as a maintainer in the PHY library anymore.
Thank you for the fish, I will still be around.
This builds on top of Andrew's series:
https://lore.kernel.org/netdev/[email protected]/
====================
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | MAINTAINERS | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f0068bceeb61..f8b2991b45ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3388,6 +3388,7 @@ M: Florian Fainelli <[email protected]> L: [email protected] (subscribers-only) S: Supported +F: Documentation/devicetree/bindings/net/dsa/b53.txt F: drivers/net/dsa/b53/* F: include/linux/platform_data/b53.h @@ -3573,13 +3574,28 @@ L: [email protected] S: Maintained F: drivers/phy/broadcom/phy-brcm-usb* +BROADCOM ETHERNET PHY DRIVERS +M: Florian Fainelli <[email protected]> +S: Supported +F: Documentation/devicetree/bindings/net/broadcom-bcm87xx.txt +F: drivers/net/phy/bcm*.[ch] +F: drivers/net/phy/broadcom.c +F: include/linux/brcmphy.h + BROADCOM GENET ETHERNET DRIVER M: Doug Berger <[email protected]> M: Florian Fainelli <[email protected]> S: Supported +F: Documentation/devicetree/bindings/net/brcm,bcmgenet.txt +F: Documentation/devicetree/bindings/net/brcm,unimac-mdio.txt F: drivers/net/ethernet/broadcom/genet/ +F: drivers/net/mdio/mdio-bcm-unimac.c +F: include/linux/platform_data/bcmgenet.h +F: include/linux/platform_data/mdio-bcm-unimac.h BROADCOM IPROC ARM ARCHITECTURE M: Ray Jui <[email protected]> @@ -6494,7 +6510,6 @@ F: net/bridge/ ETHERNET PHY LIBRARY M: Andrew Lunn <[email protected]> -M: Florian Fainelli <[email protected]> M: Heiner Kallweit <[email protected]> R: Russell King <[email protected]> |