Re: [PATCH 01/10] ufs: introduce setup_xfer_req callback.

2016-10-10 Thread 김기웅
Hi, Subhash > On 2016-10-07 20:21, Kiwoong Kim wrote: > > Some UFS host controller may need to configure some things before any > > transfer request is issued. > > > > Signed-off-by: Kiwoong Kim > > --- > > drivers/scsi/ufs/ufshcd.c |2 ++ > > drivers/scsi/ufs/ufshcd.h | 10 ++ > >

Re: [PATCH 01/10] ufs: introduce setup_xfer_req callback

2016-10-08 Thread Subhash Jadavani
On 2016-10-07 20:21, Kiwoong Kim wrote: Some UFS host controller may need to configure some things before any transfer request is issued. Signed-off-by: Kiwoong Kim --- drivers/scsi/ufs/ufshcd.c |2 ++ drivers/scsi/ufs/ufshcd.h | 10 ++ 2 files changed, 12 insertions(+) diff --g

[PATCH 01/10] ufs: introduce setup_xfer_req callback

2016-10-07 Thread Kiwoong Kim
Some UFS host controller may need to configure some things before any transfer request is issued. 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/drivers/scsi/ufs/ufshcd.c b/drivers/s