]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Don't wait for disconnected TSECs
authorAndy Fleming <afleming@freescale.com>
Thu, 16 Aug 2007 01:03:44 +0000 (20:03 -0500)
committerWolfgang Denk <wd@denx.de>
Thu, 16 Aug 2007 10:12:53 +0000 (12:12 +0200)
commit7613afda77d5eec0f47d303025b0c661b70e4c73
treeccf0fceb569527e0c5242ab152f00b60697a1cdd
parentb96c83d4ae475a70ef2635cd0e748174c44c8601
Don't wait for disconnected TSECs

The TSEC driver's PHY code waits a long time for autonegotiation to
complete, even if the link is down.  The PHY knows the link is
down or up before autonegotiation completes, so we can short-circuit
the process if the link is down.

Signed-off-by: Andy Fleming <afleming@freescale.com>
drivers/tsec.c