Re: [U-Boot] [PATCH 4/7] ahci: move link bring-up handling to separate function

2013-05-24 Thread Tom Rini
On Tue, May 21, 2013 at 05:44:33PM -0500, Rob Herring wrote: > From: Rob Herring > > 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

[U-Boot] [PATCH 4/7] ahci: move link bring-up handling to separate function

2013-05-21 Thread Rob Herring
From: Rob Herring 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 --- drivers/block/ahci.c | 39 +-- 1 fi