• Jisheng Zhang's avatar
    net: phy: make phy_disable_interrupts() non-static · 3dd4ef1b
    Jisheng Zhang authored
    We face an issue with rtl8211f, a pin is shared between INTB and PMEB,
    and the PHY Register Accessible Interrupt is enabled by default, so
    the INTB/PMEB pin is always active in polling mode case.
    
    As Heiner pointed out "I was thinking about calling
    phy_disable_interrupts() in phy_init_hw(), to have a defined init
    state as we don't know in which state the PHY is if the PHY driver is
    loaded. We shouldn't assume that it's the chip power-on defaults, BIOS
    or boot loader could have changed this. Or in case of dual-boot
    systems the other OS could leave the PHY in whatever state."
    
    Make phy_disable_interrupts() non-static so that it could be used in
    phy_init_hw() to have a defined init state.
    Suggested-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
    Signed-off-by: default avatarJisheng Zhang <Jisheng.Zhang@synaptics.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    3dd4ef1b
phy.c 34 KB