RE: [PATCH v6 5/7] scsi: ufs: Add API to execute raw upiu commands

2018-09-26 Thread Avri Altman
> > + > > +/** > > + * ufshcd_exec_raw_upiu_cmd - API function for sending raw upiu > commands > > + * @hba: per-adapter instance > > + * @req_upiu: upiu request > > + * @rsp_upiu: upiu reply - only 8 DW as we do not support scsi > commands > > + * @msgcode: message code, one of U

Re: [PATCH v6 5/7] scsi: ufs: Add API to execute raw upiu commands

2018-09-26 Thread Christoph Hellwig
On Fri, Sep 21, 2018 at 12:44:22PM +0300, Avri Altman wrote: > The UFS host software uses a combination of a host register set, > and Transfer Request Descriptors in system memory to communicate > with host controller hardware. In its mmio space, a separate places > are assigned to UTP Transfer Req

Re: [PATCH v6 5/7] scsi: ufs: Add API to execute raw upiu commands

2018-09-26 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig