]> git.ipfire.org Git - people/ms/u-boot.git/commit
drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Mon, 24 Apr 2017 09:51:31 +0000 (11:51 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 9 May 2017 18:14:16 +0000 (12:14 -0600)
commit02a4b4297901e5bc2d478fab5b3bbfac3d1adeac
tree3ad359f3f774f13adbbd307cccc30628a5bcefcf
parent33a5e2c5e7048136e242c08fd804136cdfda3501
drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device

Implement a sata driver for Synopsys DWC sata device based on
U-boot driver model.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/block/Kconfig
drivers/block/Makefile
drivers/block/dwc_ahci.c [new file with mode: 0644]