From 65c6e997b8e020b9e87d1af23c94c15c13e3d2e3 Mon Sep 17 00:00:00 2001 From: Fugang Duan Date: Tue, 19 May 2015 10:51:51 +0800 Subject: 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 --- include/linux/phy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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, -- cgit v1.2.3