aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs
AgeCommit message (Expand)Author
2023-11-20scsi: ufs: core: Leave space for '\0' in utf8 desc stringDaniel Mentz
2023-04-05scsi: ufs: core: Add soft dependency on governor_simpleondemandAdrien Thierry
2022-08-03scsi: ufs: host: Hold reference returned by of_parse_phandle()Liang He
2022-06-14scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabledManivannan Sadhasivam
2022-06-14scsi: ufs: core: Exclude UECxx from SFR dump listKiwoong Kim
2022-01-27scsi: ufs: Fix race conditions related to driver dataBart Van Assche
2021-11-21scsi: ufs: Fix tm request when non-fatal error happensJaegeuk Kim
2021-11-21scsi: ufs: Fix interrupt error message for shared interruptsAdrian Hunter
2021-10-06scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu
2021-05-26scsi: ufs: handle cleanup correctly on devm_reset_control_get errorPhillip Potter
2021-05-26Revert "scsi: ufs: fix a missing check of devm_reset_control_get"Greg Kroah-Hartman
2021-05-26scsi: ufs: core: Increase the usable queue depthBart Van Assche
2021-05-07scsi: ufs: Unlock on a couple error pathsDan Carpenter
2021-04-14scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUsCan Guo
2021-04-14scsi: ufs: core: Fix task management request completion timeoutCan Guo
2021-04-14scsi: ufs: Use blk_{get,put}_request() to allocate and free TMFsBart Van Assche
2021-04-14scsi: ufs: Avoid busy-waiting by eliminating tag conflictsBart Van Assche
2021-04-14scsi: ufs: Fix irq return codeVenkat Gopalakrishnan
2021-01-27scsi: ufs: Correct the LUN used in eh_device_reset_handler() callbackCan Guo
2021-01-12scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk ->p...Adrian Hunter
2021-01-12scsi: ufs: Fix wrong print message in dev_err()Bean Huo
2020-12-16scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVECan Guo
2020-12-02scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu
2020-11-24scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()Can Guo
2020-10-29scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()Can Guo
2020-10-01scsi: ufs: Fix a race condition in the tracing codeBart Van Assche
2020-10-01scsi: ufs: Make ufshcd_add_command_trace() easier to readBart Van Assche
2020-09-03scsi: ufs: Clean up completed request without interrupt notificationStanley Chu
2020-09-03scsi: ufs: Improve interrupt handling for shared interruptsAdrian Hunter
2020-09-03scsi: ufs: Fix possible infinite loop in ufshcd_holdStanley Chu
2020-08-26scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devicesStanley Chu
2020-06-24scsi: ufs-bsg: Fix runtime PM imbalance on errorDinghao Liu
2020-06-24scsi: ufs: Don't update urgent bkops level when toggling auto bkopsCan Guo
2020-06-24scsi: ufs-qcom: Fix scheduling while atomic issueJeffrey Hugo
2020-06-07scsi: ufs: Release clock if DMA map failsCan Guo
2020-04-21scsi: ufs: Fix ufshcd_hold() caused scheduling while atomicCan Guo
2020-04-17scsi: ufs: fix Auto-Hibern8 error detectionStanley Chu
2020-02-24scsi: ufs-mediatek: add apply_dev_quirks variant operationStanley Chu
2020-02-24scsi: ufs: pass device information to apply_dev_quirksStanley Chu
2020-02-24scsi: ufs: Complete pending requests in host reset and restore pathCan Guo
2020-02-14scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo
2020-02-11scsi: ufs: Recheck bkops level if bkops is disabledAsutosh Das
2020-01-26scsi: ufs: delete redundant function ufshcd_def_desc_sizes()Bean Huo
2020-01-17scsi: ufs: Give an unique ID to each ufs-bsgCan Guo
2020-01-04scsi: ufs: Fix up auto hibern8 enablementCan Guo
2020-01-04scsi: ufs: Fix error handing during hibern8 enterSubhash Jadavani
2020-01-04scsi: ufs: fix potential bug which ends in system hangBean Huo
2019-12-21scsi: ufs: Disable autohibern8 feature in Cadence UFSsheebab
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-10-18scsi: ufs-bsg: Wake the device before sending raw upiu commandsAvri Altman