]> git.ipfire.org Git - people/ms/u-boot.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)
commitc893f1e6e5cd6ccd4c7aaaf760f27fa6779e351c
treec87ebfdd6da87e5e91d551fd7976d270d8cbfeb4
parentb8341f1c39df8708ee783038d8abb2b50dd83fac
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]