commit | 745a94f352b8f6f05e038110d3ce44d211bf31f3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 04 13:31:18 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Tue Aug 01 11:58:00 2017 +0900 |
tree | d3ee7124f1931eaa0267b3e7f371d6f705816ade | |
parent | 6364a5d4bd55beeedc11171419acd0bdff17a599 [diff] |
ahci: Support non-PCI controllers At present the AHCI SCSI driver only supports PCI with driver model. Rename the existing function to indicate this and add support for adding a non-PCI controller . Signed-off-by: Simon Glass <sjg@chromium.org>