ftgmac100: reset fix when supports wake on lan
authorMacpaul Lin <macpaul@andestech.com>
Tue, 20 Sep 2011 19:54:32 +0000 (19:54 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 21 Oct 2011 22:36:12 +0000 (00:36 +0200)
commit55b438a919901e486fae1618e7498cf5e63c2b86
treec8aeb95b882dfca002e5a2fe407faf7ae5247fc1
parent370853aedf9e42aa695a141301e509fd7e06fefa
ftgmac100: reset fix when supports wake on lan

This patch move the reset function from initialization to
driver register procedure.

Some embedded system supports wake on lan nowadays. On this kind of system,
the ftgmac100 will be still supplied power after the system has been
shut-down by Linux. Hence the register used by linux won't be clear
when the system has been powered-off.

The origin ftgmac100 driver in u-boot will only register
driver and functions to network stack and won't reset the ftgmac100
hardware if the network won't be used during boot-up.
This will lead ftgmac100 continue receiving packets and then might corrupt
linux kernel when booting up.

So we reorder the hardware reset function earlier to force the hardware
to be reset whether it will be used or not.

Signed-off-by: Macpaul Lin <macpaul@andestech.com>
drivers/net/ftgmac100.c