commit | 97b72e4320a9aaa4a7f1592ee7d2da7e2c9bd349 | [log] [tgz] |
---|---|---|
author | Baruch Siach <baruch@tkos.co.il> | Sun Jul 11 21:12:51 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 12 20:21:48 2010 -0700 |
tree | 9712577d22be873356e0b7e07d651128ee53035a | |
parent | 15fd0cd9a2ad24a78fbee369dec8ca660979d57e [diff] |
fec: use interrupt for MDIO completion indication With the move to phylib (commit e6b043d) I was seeing sporadic "MDIO write timeout" messages. Measure of the actual time spent showed latency times of more than 1600us. This patch uses the MII event indication of the FEC hardware to detect completion of MDIO transactions. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>