[U-Boot] [PATCH v2 02/19] scsi: Provide support for a list of AHCI controllers.
Simon Glass
sjg at chromium.org
Fri Oct 26 02:59:14 CEST 2012
Hi Tom,
On Thu, Oct 25, 2012 at 5:52 PM, Simon Glass <sjg at chromium.org> wrote:
> From: Vadim Bendebury <vbendeb at chromium.org>
>
> Many AHCI controllers are identical, the main (and often the
> only) difference being the PCI Vendor ID/Device ID combination
> reported by the device.
>
> This change allows the config file to define a list of PCI vendor
> ID/device ID pairs. The driver would scan the list and initialize
> the first device it finds.
>
> No actual multiple device list is introduced yet, this change
> just add the framework.
>
> Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
> Signed-off-by: Taylor Hutt <thutt at chromium.org>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> Changes in v2:
> - Use struct pci_device_id instead of defining new struct scsi_device
> - Squash in CONFIG_PCI patch
Please note that I squashed in patch 13 of the series.
I marked http://patchwork.ozlabs.org/patch/192521/ superseded in patchwork.
Regards,
Simon
More information about the U-Boot
mailing list