summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs
AgeCommit message (Expand)AuthorFilesLines
2021-05-26scsi: ufs: handle cleanup correctly on devm_reset_control_get errorPhillip Potter1-5/+12
2021-05-26Revert "scsi: ufs: fix a missing check of devm_reset_control_get"Greg Kroah-Hartman1-4/+0
2021-05-26scsi: ufs: core: Increase the usable queue depthBart Van Assche1-1/+4
2021-05-07scsi: ufs: Unlock on a couple error pathsDan Carpenter1-4/+10
2021-04-14scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUsCan Guo1-17/+13
2021-04-14scsi: ufs: core: Fix task management request completion timeoutCan Guo1-0/+1
2021-04-14scsi: ufs: Use blk_{get,put}_request() to allocate and free TMFsBart Van Assche2-62/+80
2021-04-14scsi: ufs: Avoid busy-waiting by eliminating tag conflictsBart Van Assche2-77/+50
2021-04-14scsi: ufs: Fix irq return codeVenkat Gopalakrishnan2-36/+100
2021-01-27scsi: ufs: Correct the LUN used in eh_device_reset_handler() callbackCan Guo1-7/+4
2021-01-12scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk ->p...Adrian Hunter1-2/+32
2021-01-12scsi: ufs: Fix wrong print message in dev_err()Bean Huo1-1/+1
2020-12-16scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVECan Guo1-0/+7
2020-12-02scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu1-5/+1
2020-11-24scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()Can Guo1-3/+3
2020-10-29scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()Can Guo1-5/+0
2020-10-01scsi: ufs: Fix a race condition in the tracing codeBart Van Assche1-1/+1
2020-10-01scsi: ufs: Make ufshcd_add_command_trace() easier to readBart Van Assche1-6/+6
2020-09-03scsi: ufs: Clean up completed request without interrupt notificationStanley Chu1-1/+2
2020-09-03scsi: ufs: Improve interrupt handling for shared interruptsAdrian Hunter1-3/+3
2020-09-03scsi: ufs: Fix possible infinite loop in ufshcd_holdStanley Chu1-1/+4
2020-08-26scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devicesStanley Chu2-0/+3
2020-06-24scsi: ufs-bsg: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2020-06-24scsi: ufs: Don't update urgent bkops level when toggling auto bkopsCan Guo1-1/+0
2020-06-24scsi: ufs-qcom: Fix scheduling while atomic issueJeffrey Hugo1-3/+3
2020-06-07scsi: ufs: Release clock if DMA map failsCan Guo1-0/+1
2020-04-21scsi: ufs: Fix ufshcd_hold() caused scheduling while atomicCan Guo1-0/+5
2020-04-17scsi: ufs: fix Auto-Hibern8 error detectionStanley Chu2-1/+8
2020-02-24scsi: ufs-mediatek: add apply_dev_quirks variant operationStanley Chu1-0/+11
2020-02-24scsi: ufs: pass device information to apply_dev_quirksStanley Chu3-8/+10
2020-02-24scsi: ufs: Complete pending requests in host reset and restore pathCan Guo2-14/+12
2020-02-15scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo1-1/+2
2020-02-11scsi: ufs: Recheck bkops level if bkops is disabledAsutosh Das1-0/+3
2020-01-26scsi: ufs: delete redundant function ufshcd_def_desc_sizes()Bean Huo1-14/+1
2020-01-17scsi: ufs: Give an unique ID to each ufs-bsgCan Guo1-1/+1
2020-01-04scsi: ufs: Fix up auto hibern8 enablementCan Guo3-13/+18
2020-01-04scsi: ufs: Fix error handing during hibern8 enterSubhash Jadavani1-5/+14
2020-01-04scsi: ufs: fix potential bug which ends in system hangBean Huo1-1/+1
2019-12-21scsi: ufs: Disable autohibern8 feature in Cadence UFSsheebab1-0/+6
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+4
2019-10-19scsi: ufs-bsg: Wake the device before sending raw upiu commandsAvri Altman1-0/+4
2019-10-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+3
2019-09-24scsi: ufs: skip shutdown if hba is not poweredStanley Chu1-0/+3
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-154/+297
2019-09-07scsi: ufs-hisi: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-09-07scsi: ufshcd: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-09-07scsi: ufs: Use kmemdup in ufshcd_read_string_desc()YueHaibing1-2/+1
2019-09-07scsi: ufs-qcom: Implement device_reset vopsBjorn Andersson2-0/+40
2019-09-07scsi: ufs: Introduce vops for resetting deviceBjorn Andersson2-0/+14
2019-08-30scsi: ufs: remove set but not used variable 'val'zhengbin1-3/+0