Re: [U-Boot] [PATCH] mvsata: issue hard reset on initialization

2011-05-10 Thread Albert ARIBAUD
Hi Michael, Le 11/05/2011 00:13, Michael Walle a écrit : > > Hi Albert, > > Am Dienstag 10 Mai 2011, 23:47:04 schrieben Sie: >> Hi Michael, >> >> Sorry for the delay. Busy period for me I'm afraid. > no problem ;) > >> Le 09/05/2011 19:49, Michael Walle a écrit : >>> Am Montag 02 Mai 2011, 10:37:4

Re: [U-Boot] [PATCH] mvsata: issue hard reset on initialization

2011-05-10 Thread Michael Walle
Hi Albert, Am Dienstag 10 Mai 2011, 23:47:04 schrieben Sie: > Hi Michael, > > Sorry for the delay. Busy period for me I'm afraid. no problem ;) > Le 09/05/2011 19:49, Michael Walle a écrit : > > Am Montag 02 Mai 2011, 10:37:41 schrieb Prafulla Wadaskar: > >>> -Original Message- > >>> Fr

Re: [U-Boot] [PATCH] mvsata: issue hard reset on initialization

2011-05-10 Thread Albert ARIBAUD
Hi Michael, Sorry for the delay. Busy period for me I'm afraid. Le 09/05/2011 19:49, Michael Walle a écrit : > Am Montag 02 Mai 2011, 10:37:41 schrieb Prafulla Wadaskar: >>> -Original Message- >>> From: Michael Walle [mailto:mich...@walle.cc] >>> Sent: Monday, May 02, 2011 3:35 AM >>> To:

Re: [U-Boot] [PATCH] mvsata: issue hard reset on initialization

2011-05-09 Thread Michael Walle
Am Montag 02 Mai 2011, 10:37:41 schrieb Prafulla Wadaskar: > > -Original Message- > > From: Michael Walle [mailto:mich...@walle.cc] > > Sent: Monday, May 02, 2011 3:35 AM > > To: u-boot@lists.denx.de > > Cc: Michael Walle; Prafulla Wadaskar > > Subject: [PATCH] mvsata: issue hard reset on i

Re: [U-Boot] [PATCH] mvsata: issue hard reset on initialization

2011-05-02 Thread Prafulla Wadaskar
> -Original Message- > From: Michael Walle [mailto:mich...@walle.cc] > Sent: Monday, May 02, 2011 3:35 AM > To: u-boot@lists.denx.de > Cc: Michael Walle; Prafulla Wadaskar > Subject: [PATCH] mvsata: issue hard reset on initialization > > Before the actual initialization do a hard reset o

[U-Boot] [PATCH] mvsata: issue hard reset on initialization

2011-05-01 Thread Michael Walle
Before the actual initialization do a hard reset of the SATA port and the connected device. Signed-off-by: Michael Walle Cc: Prafulla Wadaskar --- drivers/block/mvsata_ide.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/drivers/block/mvsata_ide.c b/drivers/bl