@ -22,7 +22,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
--- a/drivers/net/phy/phy.c
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
@@ -847,6 +847 ,16 @@ void phy_start(struct phy_device *phydev
@@ -849,6 +849 ,16 @@ void phy_start(struct phy_device *phydev
}
}
EXPORT_SYMBOL(phy_start);
EXPORT_SYMBOL(phy_start);
@ -39,7 +39,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
/**
/**
* phy_state_machine - Handle the state machine
* phy_state_machine - Handle the state machine
* @work: work_struct that describes the work to be done
* @work: work_struct that describes the work to be done
@@ -888,8 +898 ,7 @@ void phy_state_machine(struct work_struc
@@ -890,8 +900 ,7 @@ void phy_state_machine(struct work_struc
/* If the link is down, give up on negotiation for now */
/* If the link is down, give up on negotiation for now */
if (!phydev->link) {
if (!phydev->link) {
phydev->state = PHY_NOLINK;
phydev->state = PHY_NOLINK;
@ -49,7 +49,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
break;
break;
}
}
@@ -901,9 +910 ,7 @@ void phy_state_machine(struct work_struc
@@ -903,9 +912 ,7 @@ void phy_state_machine(struct work_struc
/* If AN is done, we're running */
/* If AN is done, we're running */
if (err > 0) {
if (err > 0) {
phydev->state = PHY_RUNNING;
phydev->state = PHY_RUNNING;
@ -60,7 +60,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
} else if (0 == phydev->link_timeout--)
} else if (0 == phydev->link_timeout--)
needs_aneg = true;
needs_aneg = true;
break;
break;
@@ -928,8 +935 ,7 @@ void phy_state_machine(struct work_struc
@@ -930,8 +937 ,7 @@ void phy_state_machine(struct work_struc
}
}
}
}
phydev->state = PHY_RUNNING;
phydev->state = PHY_RUNNING;
@ -70,7 +70,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
}
}
break;
break;
case PHY_FORCING:
case PHY_FORCING:
@@ -939,13 +945 ,12 @@ void phy_state_machine(struct work_struc
@@ -941,13 +947 ,12 @@ void phy_state_machine(struct work_struc
if (phydev->link) {
if (phydev->link) {
phydev->state = PHY_RUNNING;
phydev->state = PHY_RUNNING;
@ -86,7 +86,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
break;
break;
case PHY_RUNNING:
case PHY_RUNNING:
/* Only register a CHANGE if we are polling or ignoring
/* Only register a CHANGE if we are polling or ignoring
@@ -968,14 +973 ,12 @@ void phy_state_machine(struct work_struc
@@ -970,14 +975 ,12 @@ void phy_state_machine(struct work_struc
if (phydev->link) {
if (phydev->link) {
phydev->state = PHY_RUNNING;
phydev->state = PHY_RUNNING;
@ -103,7 +103,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
if (phy_interrupt_is_valid(phydev))
if (phy_interrupt_is_valid(phydev))
err = phy_config_interrupt(phydev,
err = phy_config_interrupt(phydev,
PHY_INTERRUPT_ENABLED);
PHY_INTERRUPT_ENABLED);
@@ -983,8 +986 ,7 @@ void phy_state_machine(struct work_struc
@@ -985,8 +988 ,7 @@ void phy_state_machine(struct work_struc
case PHY_HALTED:
case PHY_HALTED:
if (phydev->link) {
if (phydev->link) {
phydev->link = 0;
phydev->link = 0;
@ -113,7 +113,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
do_suspend = true;
do_suspend = true;
}
}
break;
break;
@@ -1004,11 +1006 ,11 @@ void phy_state_machine(struct work_struc
@@ -1006,11 +1008 ,11 @@ void phy_state_machine(struct work_struc
if (phydev->link) {
if (phydev->link) {
phydev->state = PHY_RUNNING;
phydev->state = PHY_RUNNING;
@ -127,7 +127,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
} else {
} else {
phydev->state = PHY_AN;
phydev->state = PHY_AN;
phydev->link_timeout = PHY_AN_TIMEOUT;
phydev->link_timeout = PHY_AN_TIMEOUT;
@@ -1020,11 +1022 ,11 @@ void phy_state_machine(struct work_struc
@@ -1022,11 +1024 ,11 @@ void phy_state_machine(struct work_struc
if (phydev->link) {
if (phydev->link) {
phydev->state = PHY_RUNNING;
phydev->state = PHY_RUNNING;