Re: [PATCH v5 01/13] ata: ahci-pci: Use scsi_ops to initialize ops

2021-07-07 Thread Masami Hiramatsu
Hi Tom, 2021年7月7日(水) 7:50 Tom Rini : > > On Fri, Jun 04, 2021 at 06:43:23PM +0900, Masami Hiramatsu wrote: > > > Without this fix, scsi-scan will cause a synchronous abort > > when accessing ops->scan. > > > > Signed-off-by: Masami Hiramatsu > > Reviewed-by: Simon Glass > > For the entire series

Re: [PATCH v5 01/13] ata: ahci-pci: Use scsi_ops to initialize ops

2021-07-06 Thread Tom Rini
On Fri, Jun 04, 2021 at 06:43:23PM +0900, Masami Hiramatsu wrote: > Without this fix, scsi-scan will cause a synchronous abort > when accessing ops->scan. > > Signed-off-by: Masami Hiramatsu > Reviewed-by: Simon Glass For the entire series, applied to u-boot/master, thanks! -- Tom signatur

[PATCH v5 01/13] ata: ahci-pci: Use scsi_ops to initialize ops

2021-06-04 Thread Masami Hiramatsu
Without this fix, scsi-scan will cause a synchronous abort when accessing ops->scan. Signed-off-by: Masami Hiramatsu Reviewed-by: Simon Glass --- drivers/ata/ahci-pci.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/ata/ahci-pci.c b/drivers/ata/ahci-pci.c index 11ec98b56f..b1d