diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-08-22 23:11:24 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-25 02:18:47 +0300 |
commit | ccaab4d3df9879a3d4b930f160b229fa7c2a8477 (patch) | |
tree | 7f2f2b0469254aa5b73259807fa256dae58a996a /MAINTAINERS | |
parent | f69ccc563df0c2097eb9fdcf80d426a4458835f3 (diff) | |
download | linux-ccaab4d3df9879a3d4b930f160b229fa7c2a8477.tar.xz |
MAINTAINERS: GENET: Add UniMAC MDIO controller files
In preparation for removing myself from the PHYLIB entry, add the UniMAC
MDIO controller files (DT binding, driver and platform_data header) to
the GENET entry. The UniMAC MDIO controller is essential to the GENET
operation, therefore it makes sense to group them together.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a523ab65f2d4..31004daf11a9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3581,8 +3581,11 @@ L: bcm-kernel-feedback-list@broadcom.com L: netdev@vger.kernel.org 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 <rjui@broadcom.com> |