From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Herrmann Date: Sat, 28 Jul 2012 15:44:38 +0200 Subject: [U-Boot] dwc_ahsata vs ahci Message-ID: <1976917.If85v0vZIe@merom> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, While working on the DM project, I found out that there are two implementations of AHCI drivers - one in block/ahci.c, one in block/dwc_ahsata.c what is the difference between them (apart from the obvious, ahci.c exposes SCSI API, dwc_ahsata exposes SATA API)? are there any problems that would prevent me from merging them? thanks Pavel Herrmann