]> git.baikalelectronics.ru Git - uboot.git/commit
dm: sata: dwc_ahsata: Add support for driver model
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jul 2017 17:35:16 +0000 (11:35 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Aug 2017 07:44:17 +0000 (16:44 +0900)
commit362c1fcea8c0551419e63330e893a35743ffff88
treec87ebfdd6da87e5e91d551fd7976d270d8cbfeb4
parentf2cef41175fe971c55f4d68f5438c7c136ed4241
dm: sata: dwc_ahsata: Add support for driver model

Update this driver to support driver model. This involves implementing the
AHCI operations and reusing existing common code.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/ata/dwc_ahsata.c
include/dwc_ahsata.h [new file with mode: 0644]