commit | 043ee1debd0b29c16c4c4b11a348ca667bfe9144 | [log] [tgz] |
---|---|---|
author | Hemanth Puranik <hpuranik@codeaurora.org> | Fri Dec 15 20:05:58 2017 +0530 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 15 15:46:19 2017 -0500 |
tree | 08de78013d694045ecaa5212b06a81a911caa3fd | |
parent | b59e6979a86384e68b0ab6ffeab11f0034fba82d [diff] |
net: qcom/emac: Reduce timeout for mdio read/write Currently mdio read/write takes around ~115us as the timeout between status check is set to 100us. By reducing the timeout to 1us mdio read/write takes ~15us to complete. This improves the link up event response. Signed-off-by: Hemanth Puranik <hpuranik@codeaurora.org> Acked-by: Timur Tabi <timur@codeaurora.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>