Hi Arthur, Does this tools provides a way for ufs device partition provising from user space as well? (have not used this tool till now, planning to use soon) On 6/25/19 6:06 PM, Arthur Simchaev wrote: > From: Arthur Simchaev <Arthur.Simchaev@xxxxxxxxxxx> > > The ufs-tool stable release v1.0 is available at > https://github.com/westerndigitalcorporation/ufs-tool > > Feedback and bug reports, as always, are welcomed. > > Signed-off-by: Arthur Simchaev <Arthur.Simchaev@xxxxxxx> > --- > Documentation/scsi/ufs.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/scsi/ufs.txt b/Documentation/scsi/ufs.txt > index 1769f71..ae4643f 100644 > --- a/Documentation/scsi/ufs.txt > +++ b/Documentation/scsi/ufs.txt > @@ -158,6 +158,11 @@ send SG_IO with the applicable sg_io_v4: > If you wish to read or write a descriptor, use the appropriate xferp of > sg_io_v4. > > +The user-space tool that interacts with the ufs-bsg endpoint and uses its > +upiu-based protocol, is available at > +https://github.com/westerndigitalcorporation/ufs-tool. > +For more detailed information about the tool and the tool's supported > +features, please see the tool's README. > > UFS Specifications can be found at, > UFS - http://www.jedec.org/sites/default/files/docs/JESD220.pdf >