Re: [U-Boot] [PATCH V8 3/5] ide: add mvsata_ide driver

2010-08-08 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud > Sent: Saturday, August 07, 2010 6:22 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH V8 3/5] ide: add mvsata_ide driver >

[U-Boot] [PATCH V8 3/5] ide: add mvsata_ide driver

2010-08-07 Thread Albert Aribaud
This driver only provides initialization code; actual driving is done by cmd_ide.c using the ATA compatibility mode of the Marvell SATAHC controller. Signed-off-by: Albert Aribaud --- drivers/block/Makefile |1 + drivers/block/mvsata_ide.c | 140 +