aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufs_bsg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2019-10-31scsi: ufs: Fix kernel-doc warningsBart Van Assche1-0/+1
2019-10-18scsi: ufs-bsg: Wake the device before sending raw upiu commandsAvri Altman1-0/+4
2019-06-26scsi: ufs-bsg: complete ufs-bsg job only if no errorBean Huo1-1/+3
2019-06-26scsi: ufs-bsg: fix typo in ufs_bsg_requestBean Huo1-1/+1
2019-02-27scsi: ufs-bsg: Allow reading descriptorsAvri Altman1-8/+12
2019-02-27scsi: ufs-bsg: Change the calling convention for write descriptorAvri Altman1-21/+26
2018-11-07bsg: provide bsg_remove_queue() helperJens Axboe1-1/+1
2018-11-07bsg: pass in desired timeout handlerJens Axboe1-1/+1
2018-10-10scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman1-0/+11
2018-10-10scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request()Avri Altman1-4/+110
2018-10-10scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman1-0/+93