commit | 64563f53332dd8e99b86e8bc8280e1e3b9c94df5 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Fri Apr 06 11:13:53 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 13 13:02:50 2018 -0400 |
tree | 07ee0817c7fe64ee5d64778949137f3e4daf7360 | |
parent | 93cb6142c1d349492d23bad3951b5a8f59eaafed [diff] |
dwc_ahci: Fix breakage The dwc_ahci has been broken for quite some time now. The breakage has been introduced by the series "dm: scsi: Enhance SCSI support for driver model" Use ahci_bind_scsi() and ahci_probe_scsi() to properly bind and probe the driver. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>