diff options
author | Florian Fainelli <[email protected]> | 2020-08-22 13:11:25 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-08-24 16:18:47 -0700 |
commit | e063713c05bc22f11d9e9aac0bc846ca233b9f41 (patch) | |
tree | 1f62d1562828d2973419f886788313e04dbb22b7 | |
parent | ccaab4d3df9879a3d4b930f160b229fa7c2a8477 (diff) |
MAINTAINERS: Add entry for Broadcom Ethernet PHY drivers
Add an entry for the Broadcom Ethernet PHY drivers covering the BCM63xx,
BCM7xxx, BCM87xx, BCM54140, BCM84881, the venerable broadcom.c driver
and the companion library files.
Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 31004daf11a9..da2206d8c21e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3574,6 +3574,16 @@ 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]> |