Re: [U-Boot] [PATCH 2/5] ahci-plat: provide a weak scsi_bus_reset() hook

2014-12-15 Thread Tom Rini
On Mon, Dec 15, 2014 at 04:02:56PM +0200, Dmitry Lifshitz wrote: > This allow the platform to handle a custom reset sequence. > > Signed-off-by: Dmitry Lifshitz Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot

[U-Boot] [PATCH 2/5] ahci-plat: provide a weak scsi_bus_reset() hook

2014-12-15 Thread Dmitry Lifshitz
This allow the platform to handle a custom reset sequence. Signed-off-by: Dmitry Lifshitz --- drivers/block/ahci.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c index 12ed5e3..37d2d2a 100644 --- a/drivers/block/ahci.c +++ b