commit | d6c7af0f03934b7171e1fdbdb9283cbd30ef5290 | [log] [tgz] |
---|---|---|
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | Tue May 30 14:28:39 2017 +0200 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Fri Jun 02 14:44:20 2017 -0500 |
tree | 608238a8121381a26650fdd239229d019644bbf4 | |
parent | 19d03bea5294bfb72e4e0b19621d9b9dff443548 [diff] |
net: zynq_gem: Use wait_for_bit with non breakable 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 <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>