[U-Boot] [PATCH 23/29] dm: ahci: Create a local version of two SCSI functions
Bin Meng
bmeng.cn at gmail.com
Tue Jun 13 03:14:29 UTC 2017
On Tue, Jun 6, 2017 at 3:15 AM, Simon Glass <sjg at chromium.org> wrote:
> With driver model we need to define implementations of exec() and
> bus_reset() separately for each SCSI driver. As a first step, create a
> local version of each function in the AHCI driver and call each from its
> global version.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> drivers/ata/ahci.c | 15 +++++++++++++--
> 1 file changed, 13 insertions(+), 2 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list