RE: [PATCH 2/8] scsi: ufshpb: Add host control mode support to rsp_upiu

2021-01-30 Thread Avri Altman
> > > On Wed, Jan 27, 2021 at 05:12:11PM +0200, Avri Altman wrote: > > There are some limitations to activations / inactivations in host > > control mode - Add those. > > I can not understand this changelog text, please make it more > descriptive as I have no way to know how to review this patch

Re: [PATCH 2/8] scsi: ufshpb: Add host control mode support to rsp_upiu

2021-01-27 Thread Greg KH
On Wed, Jan 27, 2021 at 05:12:11PM +0200, Avri Altman wrote: > There are some limitations to activations / inactivations in host > control mode - Add those. I can not understand this changelog text, please make it more descriptive as I have no way to know how to review this patch :( thanks, greg

[PATCH 2/8] scsi: ufshpb: Add host control mode support to rsp_upiu

2021-01-27 Thread Avri Altman
There are some limitations to activations / inactivations in host control mode - Add those. Signed-off-by: Avri Altman --- drivers/scsi/ufs/ufshpb.c | 35 +++ drivers/scsi/ufs/ufshpb.h | 6 ++ 2 files changed, 41 insertions(+) diff --git a/drivers/scsi/ufs/u