commit | a058052c358c3ecf5f394ff37def6a45eb26768c | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Wed Dec 09 11:21:25 2015 -0800 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Thu Jan 28 12:22:00 2016 -0600 |
tree | 84f7ba0446f0a1a491c8181d43100ee894cb793a | |
parent | 077678eb0c226e52a1f90edabd3369ab26065b32 [diff] |
net: phy: do not read configuration register on reset When doing a software reset, the reset flag should be written without other bits set. Writing the current state will lead to restoring the state of the PHY (e.g. Powerdown), which is not what is expected from a software reset. Signed-off-by: Stefan Agner <stefan@agner.ch> Acked-by: Michael Welling <mwelling@ieee.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>