Re: [U-Boot] [PATCH v2 04/11] scsi: Add dma direction member to command structure

2019-10-24 Thread Tom Rini
On Tue, Oct 15, 2019 at 06:24:35PM +0530, Faiz Abbas wrote: > Some SCSI devices like UFS use DMA for executing scsi commands and hence > need to know the direction of transfer of the dma. Add a dma_dir element > to the command structure to facilitate this. > > Signed-off-by: Faiz Abbas Applied

[U-Boot] [PATCH v2 04/11] scsi: Add dma direction member to command structure

2019-10-15 Thread Faiz Abbas
Some SCSI devices like UFS use DMA for executing scsi commands and hence need to know the direction of transfer of the dma. Add a dma_dir element to the command structure to facilitate this. Signed-off-by: Faiz Abbas --- drivers/scsi/scsi.c | 4 include/scsi.h | 3 +++ 2 files changed,