commit | aaec098da81b1177708cacdd7815e58dcbab67f8 | [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 | 723a28105f2309fab8239dcb6613e9806151cc80 [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>