summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-30scsi: ufs: fix broken hba->outstanding_tasksStanley Chu1-5/+4
2019-08-30scsi: ufs: Disable local LCC in .link_startup_notify() in Cadence UFSAnil Varughese1-0/+27
2019-08-20scsi: ufs-qcom: Make structure ufs_hba_qcom_vops constantNishka Dasgupta1-1/+1
2019-08-15scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()Adrian Hunter1-0/+3
2019-08-08scsi: ufs: Configure clock in .hce_enable_notify() in Cadence UFSAnil Varughese1-7/+6
2019-08-08scsi: ufs: revamp string descriptor readingTomas Winkler4-77/+112
2019-07-22scsi: ufs: change msleep to usleep_rangeBean Huo1-8/+2
2019-07-22scsi: ufs: Add history of fatal eventsStanley Chu2-14/+50
2019-07-22scsi: ufs: Do not reset error history during host resetStanley Chu1-12/+1
2019-07-22scsi: ufs: Add fatal and auto-hibern8 error historyStanley Chu2-2/+19
2019-07-22scsi: ufs: Change names related to error historyStanley Chu2-29/+30
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+1
2019-07-17scsi: ufshcd: set max_segment_size in the scsi host templateChristoph Hellwig1-2/+1
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-12/+71
2019-06-27scsi: ufshdc-pci: Add Intel PCI IDs for EHLAdrian Hunter1-0/+2
2019-06-27scsi: ufs-bsg: complete ufs-bsg job only if no errorBean Huo1-1/+3
2019-06-27scsi: ufs-bsg: fix typo in ufs_bsg_requestBean Huo1-1/+1
2019-06-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-7/+4