OSDN Git Service

net: phy: mdio-bcm-unimac: factor busy polling loop
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 31 Jul 2017 19:04:22 +0000 (12:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Jul 2017 21:40:58 +0000 (14:40 -0700)
commit69a60b0579a4bf63871dfcfaca44a4e20c7d05f8
tree37a14f835157257dece61b2c05fb70ecebd65275
parent834e0ecf8109ee92184b9616bdc3aca6fe934f38
net: phy: mdio-bcm-unimac: factor busy polling loop

Factor the code that does the busy polling on the MDIO_BUSY bit since we
will have different code-paths for for completion depending on whether
we are using interrupts or polling.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio-bcm-unimac.c