commit | a6b816bb61e8974ca01afb5da34663a0374c3c8f | [log] [tgz] |
---|---|---|
author | Rogerio Pimentel <rogerio.pimentel@freescale.com> | Mon Dec 26 10:23:48 2011 -0800 |
committer | Rogerio Pimentel <rogerio.pimentel@freescale.com> | Tue Dec 27 04:34:11 2011 -0800 |
tree | cfa4845444c938709954c56743437dd8f2493069 | |
parent | eae629dc349bbc1656d71e5922868505876ff35f [diff] |
ENGR00161871: ENET: Changing MDIO read and write timeout The original FEC_MII_TIMEOUT was set to 1ms, which is too low when passed to the usecs_to_jiffies macro. On ARM one jiffy is 10ms, so use msecs_to_jiffies instead and use a timeout of 30ms, which corresponds to 3 jiffies. After running 3 hours NFS boots, the MDIO timeout do not occur anymore. Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>