Re: [U-Boot] [PATCH 1/2] net: zynq_gem: Use wait_for_bit with non breakable

2017-05-30 Thread Joe Hershberger
On Tue, May 30, 2017 at 7:28 AM, Michal Simek wrote: > From: Siva Durga Prasad Paladugu > > Use wait_for_bit to be non breakable as using it with > breakable causes issue of un interruptible auto negotiation. > This is due to the ctrlc pressed will taken for wait_for_bit() > abort during phy_read

[U-Boot] [PATCH 1/2] net: zynq_gem: Use wait_for_bit with non breakable

2017-05-30 Thread Michal Simek
From: Siva Durga Prasad Paladugu Use wait_for_bit to be non breakable as using it with breakable causes issue of un interruptible auto negotiation. This is due to the ctrlc pressed will taken for wait_for_bit() abort during phy_read() and hence not coming out of auto negotiation. Signed-off-by: