• S
    dm: ahci: Add a driver for SCSI on AHCI · 681357ff
    Simon Glass 提交于
    Some AHCI drivers use SCSI under the hood. Rather than making the AHCI
    driver be in the SCSI uclass it makes sense to have the AHCI device create
    a SCSI device as a child. That way we can handle any AHCI-specific
    operations rather than trying to pretend tha the device is just SCSI.
    
    To handle this we need to provide a way for AHCI drivers to bind a SCSI
    device as its child, and probe it. Add functions for this.
    Signed-off-by: NSimon Glass <sjg@chromium.org>
    Reviewed-by: NBin Meng <bmeng.cn@gmail.com>
    681357ff
ahci.c 28.8 KB