summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFugang Duan <b38611@freescale.com>2015-05-19 10:51:51 +0800
committerFugang Duan <b38611@freescale.com>2015-05-19 13:03:09 +0800
commit65c6e997b8e020b9e87d1af23c94c15c13e3d2e3 (patch)
tree1f3709cce39f1a31afe598ff35b7625400eeb0e8 /include
parent59cac3fab1eea4b640c84e8f78c22170a5cf7207 (diff)
MLK-10919 net: phy: micrel: add ksz8081 resume function
Add ksz8081 resume function since the phy has some non-standard register init process that has some fixup. Signed-off-by: Fugang Duan <B38611@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index 565188ca328f..f760636dc3b0 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -632,6 +632,7 @@ int phy_start_interrupts(struct phy_device *phydev);
void phy_print_status(struct phy_device *phydev);
void phy_device_free(struct phy_device *phydev);
+int phy_scan_fixups(struct phy_device *phydev);
int phy_register_fixup(const char *bus_id, u32 phy_uid, u32 phy_uid_mask,
int (*run)(struct phy_device *));
int phy_register_fixup_for_id(const char *bus_id,