commit | 124e9fa132338c32409bd556c9c0a47a2bb70cc2 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Sat Aug 24 10:10:51 2013 -0500 |
committer | Tom Rini <trini@ti.com> | Fri Sep 06 13:09:07 2013 -0400 |
tree | 381c8223cc7c9ac31473251cfba0b7cfc810dc53 | |
parent | 2bdb10dbf59f41ead73fb3fa69699de1b621f423 [diff] |
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>