Re: [PATCH v3 1/3] scsi: ufs: Introduce vops for resetting device

2019-06-25 Thread Bjorn Andersson
On Tue 25 Jun 05:41 PDT 2019, Alim Akhtar wrote: > Hi Bjorn, > Are you planning to address Bean's comment on patch#2 and want to > re-spin this series? > I am ok with taking this patch as it is and take a Softreset patch as a > separate patch. > I still intend to attempt to implement a softres

Re: [PATCH v3 1/3] scsi: ufs: Introduce vops for resetting device

2019-06-25 Thread Alim Akhtar
Hi Bjorn, Are you planning to address Bean's comment on patch#2 and want to re-spin this series? I am ok with taking this patch as it is and take a Softreset patch as a separate patch. On 6/8/19 10:34 AM, Bjorn Andersson wrote: > Some UFS memory devices needs their reset line toggled in order to

[PATCH v3 1/3] scsi: ufs: Introduce vops for resetting device

2019-06-07 Thread Bjorn Andersson
Some UFS memory devices needs their reset line toggled in order to get them into a good state for initialization. Provide a new vops to allow the platform driver to implement this operation. Signed-off-by: Bjorn Andersson --- Changes since v2: - New patch, to allow moving implementation to platf