From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Tue, 30 May 2017 11:49:56 -0500 Subject: [U-Boot] [PATCH 1/2] net: zynq_gem: Use wait_for_bit with non breakable In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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() and hence not coming out of > auto negotiation. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek Acked-by: Joe Hershberger