]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ahci: wait longer for link.
authorIan Campbell <ijc@hellion.org.uk>
Fri, 7 Mar 2014 01:20:58 +0000 (01:20 +0000)
committerTom Rini <trini@ti.com>
Mon, 10 Mar 2014 17:50:31 +0000 (13:50 -0400)
commit73545f75b66d5bd68076742f082a5b7fdfb5b086
tree15f41d219d8be80810fea73d32812c99c15e3697
parentb946322670ca8eda2d41c854a00a863076df6446
ahci: wait longer for link.

I have observed timeouts on a cubietruck.

The increase to 40ms is completely arbitrary and Works For Me(tm). I
couldn't find a good reference for how long you are supposed to wait,
although googling around it seems like tens of ms rather than single
digits is more common. I don't think there is any harm in waiting a bit
longer.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
drivers/block/ahci.c