ahci: Support non-PCI controllers
authorSimon Glass <sjg@chromium.org>
Tue, 4 Jul 2017 19:31:18 +0000 (13:31 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 1 Aug 2017 02:58:00 +0000 (11:58 +0900)
commit745a94f352b8f6f05e038110d3ce44d211bf31f3
treed3ee7124f1931eaa0267b3e7f371d6f705816ade
parent6364a5d4bd55beeedc11171419acd0bdff17a599
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>
arch/x86/cpu/ivybridge/sata.c
drivers/ata/ahci.c
include/ahci.h