From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 9 Apr 2017 13:27:35 -0600 Subject: [U-Boot] [PATCH v2 06/10] drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device In-Reply-To: <1491565329-20267-7-git-send-email-jjhiblot@ti.com> References: <1491565329-20267-1-git-send-email-jjhiblot@ti.com> <1491565329-20267-7-git-send-email-jjhiblot@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 7 April 2017 at 05:42, Jean-Jacques Hiblot wrote: > From: Mugunthan V N > > Implement a sata driver for Synopsys DWC sata device based on > U-boot driver model. > > Signed-off-by: Mugunthan V N > Signed-off-by: Jean-Jacques Hiblot > --- > drivers/block/Kconfig | 10 +++++ > drivers/block/Makefile | 1 + > drivers/block/dwc_ahci.c | 100 +++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 111 insertions(+) > create mode 100644 drivers/block/dwc_ahci.c Reviewed-by: Simon Glass