]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ahci: handle COMINIT received during spin-up
authorRob Herring <rob.herring@calxeda.com>
Sat, 24 Aug 2013 15:10:52 +0000 (10:10 -0500)
committerTom Rini <trini@ti.com>
Fri, 6 Sep 2013 17:09:07 +0000 (13:09 -0400)
commit178210847f7d8492c6aa1d39867d99538be0e7d4
treec369bf725c306fa4e9156b73fa73d10725cf2b27
parent124e9fa132338c32409bd556c9c0a47a2bb70cc2
ahci: handle COMINIT received during spin-up

Some Intel SSDs can send a COMINIT after the initial COMRESET. This causes
the link to go down and we need to re-initialize the link.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
drivers/block/ahci.c