aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufs_bsg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche1-233/+0
2022-04-25scsi: ufs: Split the ufshcd.h header fileBart Van Assche1-0/+1
2022-04-25scsi: ufs: Minimize #include directivesBart Van Assche1-0/+5
2021-05-10scsi: ufs: core: Enable power management for wlunAsutosh Das1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+2
2020-06-15scsi: ufs: Clean up ufs initialization pathBean Huo1-3/+2
2020-06-15scsi: ufs-bsg: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2019-12-09scsi: ufs: Give an unique ID to each ufs-bsgCan Guo1-1/+1
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