Re: [PATCH v2] ufs: introduce setup_xfer_req callback

2016-11-12 Thread Martin K. Petersen
> "Kiwoong" == Kiwoong Kim writes: Kiwoong> Some UFS host controller may need to configure some things Kiwoong> before any transfer request is issued. Applied your 3 v2 patches to 4.10/scsi-queue. Kiwoong> V2: change data type of 2nd argument Please make sure to put change entries like thi

Re: [PATCH v2] ufs: introduce setup_xfer_req callback

2016-11-10 Thread Subhash Jadavani
On 2016-11-10 04:14, Kiwoong Kim wrote: Some UFS host controller may need to configure some things before any transfer request is issued. V2: change data type of 2nd argument Signed-off-by: Kiwoong Kim --- drivers/scsi/ufs/ufshcd.c | 2 ++ drivers/scsi/ufs/ufshcd.h | 10 ++ 2 files c

[PATCH v2] ufs: introduce setup_xfer_req callback

2016-11-10 Thread Kiwoong Kim
Some UFS host controller may need to configure some things before any transfer request is issued. V2: change data type of 2nd argument Signed-off-by: Kiwoong Kim --- drivers/scsi/ufs/ufshcd.c | 2 ++ drivers/scsi/ufs/ufshcd.h | 10 ++ 2 files changed, 12 insertions(+) diff --git a/dri