diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-07-31 09:47:50 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-31 17:52:47 -0700 |
commit | 13332db54fb5a821c86432238d33be1ff0429394 (patch) | |
tree | 53e86ca9c414ad87e5d84811ebdea8123ef599ca /MAINTAINERS | |
parent | 71ed7ee35ad2c5300f4b51634185a0193b4fb0fa (diff) | |
download | linux-13332db54fb5a821c86432238d33be1ff0429394.tar.bz2 |
MAINTAINERS: Add more files to the PHY LIBRARY section
Include missing files that are provided by, used, or directly maintained
within the PHY LIBRARY, this include uapi header, header files used by
Device Tree code etc.
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 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 297e610c9163..a7a392a74859 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5138,12 +5138,20 @@ M: Andrew Lunn <andrew@lunn.ch> M: Florian Fainelli <f.fainelli@gmail.com> L: netdev@vger.kernel.org S: Maintained -F: include/linux/phy.h -F: include/linux/phy_fixed.h -F: drivers/net/phy/ +F: Documentation/ABI/testing/sysfs-bus-mdio +F: Documentation/devicetree/bindings/net/mdio* F: Documentation/networking/phy.txt +F: drivers/net/phy/ F: drivers/of/of_mdio.c F: drivers/of/of_net.c +F: include/linux/*mdio*.h +F: include/linux/of_net.h +F: include/linux/phy.h +F: include/linux/phy_fixed.h +F: include/linux/platform_data/mdio-gpio.h +F: include/trace/events/mdio.h +F: include/uapi/linux/mdio.h +F: include/uapi/linux/mii.h EXT2 FILE SYSTEM M: Jan Kara <jack@suse.com> |