commit | 06d51513129495fba9bb68ef7aa8cc5ca60e0556 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Jul 11 21:32:44 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 17:39:15 2018 -0700 |
tree | ec321dffd25ac722dd703728c0b56fc7d2d88eef | |
parent | 60cc7767b901dd1e3f70755c3d2505556ba487c2 [diff] |
net: gemini: Move main init to port The initialization sequence for the ethernet, setting up interrupt routing and such things, need to be done after both the ports are clocked and reset. Before this the config will not "take". Move the initialization to the port probe function and keep track of init status in the state. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>