diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2014-02-18 12:47:49 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-18 18:13:40 -0500 |
commit | 22f08ad9721d4d1a92061b60026144627a60d644 (patch) | |
tree | 81f2023b0d2bd8406eed7685a9dce52d4841d09d | |
parent | f15c586d1d9d99b04712d2b2eeee31ab29db77ff (diff) |
MAINTAINERS: add entry for the PHY library
The PHY library has been subject to some changes, new drivers and DT
interactions over the past few months. Add myself as a maintainer for
the core PHY library parts and drivers. Make sure the PHY library entry
also covers the Device Tree files which have a close interaction with
the MDIO bus, PHY connection and Ethernet PHY mode parsing.
CC: Grant Likely <grant.likely@linaro.org>
CC: Shaohui Xie <shaohui.xie@freescale.com>
CC: Andy Fleming <afleming@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 091b50edaf35..c8b3975ee56e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3324,6 +3324,17 @@ S: Maintained | |||
3324 | F: include/linux/netfilter_bridge/ | 3324 | F: include/linux/netfilter_bridge/ |
3325 | F: net/bridge/ | 3325 | F: net/bridge/ |
3326 | 3326 | ||
3327 | ETHERNET PHY LIBRARY | ||
3328 | M: Florian Fainelli <f.fainelli@gmail.com> | ||
3329 | L: netdev@vger.kernel.org | ||
3330 | S: Maintained | ||
3331 | F: include/linux/phy.h | ||
3332 | F: include/linux/phy_fixed.h | ||
3333 | F: drivers/net/phy/ | ||
3334 | F: Documentation/networking/phy.txt | ||
3335 | F: drivers/of/of_mdio.c | ||
3336 | F: drivers/of/of_net.c | ||
3337 | |||
3327 | EXT2 FILE SYSTEM | 3338 | EXT2 FILE SYSTEM |
3328 | M: Jan Kara <jack@suse.cz> | 3339 | M: Jan Kara <jack@suse.cz> |
3329 | L: linux-ext4@vger.kernel.org | 3340 | L: linux-ext4@vger.kernel.org |