Searched hist:"681357 ffd9fe4528d020a878ef6ee61f519d8d85" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | ahci.c | 681357ffd9fe4528d020a878ef6ee61f519d8d85 Thu Jun 15 03:28:46 UTC 2017 Simon Glass <sjg@chromium.org> dm: ahci: Add a driver for SCSI on AHCI
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: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|
| /rk3399_rockchip-uboot/include/ |
| H A D | ahci.h | 681357ffd9fe4528d020a878ef6ee61f519d8d85 Thu Jun 15 03:28:46 UTC 2017 Simon Glass <sjg@chromium.org> dm: ahci: Add a driver for SCSI on AHCI
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: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|