> > On Thu, Jan 10, 2019 at 05:53:03PM +0200, Avri Altman wrote: > > Allow to read descriptors via raw upiu. This in fact was forbidden just > > as a precaution, as ufs-bsg actually enforces which functionality is > > supported. > > This still looks rather odd. Why is this using a buffer after the > bsg_request? Nornally you'd directly pass down the pages that bsg > locked down to the low-level driver to work on. Right. All this is done in ufs-bsg as ufshcd has no concept of bsg job - See the next patch. Thanks, Avri