Home
last modified time | relevance | path

Searched hist:dea004e41a6d1aa8ebf668c450962db45a41b373 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dzynq_gem.cdea004e41a6d1aa8ebf668c450962db45a41b373 Tue May 30 12:28:39 UTC 2017 Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> 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>