Re: [PATCH net-next 1/7] net: phy: mdio-bcm-unimac: factor busy polling loop

2017-07-31 Thread Florian Fainelli
On 07/31/2017 05:28 PM, kbuild test robot wrote: > Hi Florian, > > [auto build test ERROR on net-next/master] > > url: > https://github.com/0day-ci/linux/commits/Florian-Fainelli/net-bcmgenet-utilize-MDIO-unimac-driver/20170801-075847 > config: xtensa-allmodconfig (attached as .config) > comp

Re: [PATCH net-next 1/7] net: phy: mdio-bcm-unimac: factor busy polling loop

2017-07-31 Thread kbuild test robot
Hi Florian, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Florian-Fainelli/net-bcmgenet-utilize-MDIO-unimac-driver/20170801-075847 config: xtensa-allmodconfig (attached as .config) compiler: xtensa-linux-gcc (GCC) 4.9.0 reproduce: wget https

[PATCH net-next 1/7] net: phy: mdio-bcm-unimac: factor busy polling loop

2017-07-31 Thread Florian Fainelli
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 --- drivers/net/phy/mdio-bcm-unimac.c | 43 +++