diff options
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | 2017-07-18 17:07:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-19 13:52:19 -0700 |
commit | 90f522a20e3d16d153e5a5f84cf4ff92281ee417 (patch) | |
tree | 8689cc72840e1800248438b9f1c8995ebeb972b5 /Documentation | |
parent | 63679112c536289826fec61c917621de95ba2ade (diff) |
NET: dwmac: Make dwmac reset unconditional
Unconditional reset dwmac before HW init if reset controller is present.
In existing implementation we reset dwmac only after second module
probing:
(module load -> unload -> load again [reset happens])
Now we reset dwmac at every module load:
(module load [reset happens] -> unload -> load again [reset happens])
Also some reset controllers have only reset callback instead of
assert + deassert callbacks pair, so handle this case.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions