]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ahci: move link bring-up handling to separate function
authorRob Herring <rob.herring@calxeda.com>
Sat, 24 Aug 2013 15:10:51 +0000 (10:10 -0500)
committerTom Rini <trini@ti.com>
Fri, 6 Sep 2013 17:09:07 +0000 (13:09 -0400)
commit124e9fa132338c32409bd556c9c0a47a2bb70cc2
tree381c8223cc7c9ac31473251cfba0b7cfc810dc53
parent2bdb10dbf59f41ead73fb3fa69699de1b621f423
ahci: move link bring-up handling to separate function

Move the link bring-up handling to a separate weak function in order to
allow platforms to override it. This is needed on highbank platform which
needs special phy handling.

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