summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-27scsi: ufs: Fix race conditions related to driver dataBart Van Assche1-0/+7
2021-01-30scsi: ufs: Correct the LUN used in eh_device_reset_handler() callbackCan Guo1-7/+4
2020-12-29scsi: 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-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 Chu1-0/+2
2020-06-25scsi: ufs: Don't update urgent bkops level when toggling auto bkopsCan Guo1-1/+0
2020-06-11scsi: ufs: Release clock if DMA map failsCan Guo1-0/+1
2020-04-24scsi: ufs: make sure all interrupts are processedVenkat Gopalakrishnan1-8/+19
2020-04-24scsi: ufs: Fix ufshcd_hold() caused scheduling while atomicCan Guo1-0/+5
2020-02-28scsi: ufs: Complete pending requests in host reset and restore pathCan Guo1-14/+10
2020-02-15scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo1-1/+2
2020-02-15scsi: ufs: Recheck bkops level if bkops is disabledAsutosh Das1-0/+3
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-10-29scsi: ufs: skip shutdown if hba is not poweredStanley Chu1-0/+3
2019-06-25scsi: ufs: Check that space was properly alloced in copy_query_responseAvri Altman1-1/+2
2019-05-31scsi: ufs: Avoid configuring regulator with undefined voltage rangeStanley Chu1-5/+8
2019-05-31scsi: ufs: Fix regulator load and icc-level configurationStanley Chu1-3/+12
2019-03-27scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1kehuanlin1-6/+8
2019-02-27scsi: ufs: Fix system suspend statusStanley Chu1-0/+2
2018-08-03scsi: ufs: fix exception event handlingMaya Erez1-0/+2
2018-08-03scsi: ufs: ufshcd: fix possible unclocked register accessSubhash Jadavani1-6/+20
2018-05-25scsi: ufs: Enable quirk to ignore sending WRITE_SAME commandSujit Reddy Thumma1-0/+2
2018-02-03scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vregGustavo A. R. Silva1-2/+5
2017-08-25scsi: ufs: reqs and tasks were put in the wrong orderZang Leigang1-1/+1
2017-07-01scsi: ufs: flush eh_work when eh_work scheduled.Zang Leigang1-1/+2
2017-06-13scsi: ufs: Tidy clocks list head usageSzymon Mielczarek1-5/+7
2017-05-19scsi: ufs: Clean up some rpm/spm level SysFS nodes upon removeMichaƂ Potomski1-0/+7
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-77/+25
2017-04-27scsi: ufs: make ufshcd_get_lists_status() register operation obviousTomohiro Kusumi1-10/+1
2017-04-27scsi: ufs: use MASK_EE_STATUSTomohiro Kusumi1-2/+2
2017-03-30Revert "scsi: ufs: add queries retry mechanism"Szymon Mielczarek1-45/+9
2017-03-30scsi: ufs: just use sizeof() for snprintf()Tomohiro Kusumi1-1/+1
2017-03-30scsi: ufs: remove deprecated enum for hw interruptTomohiro Kusumi1-7/+0
2017-03-30scsi: ufs: non functional macro fixTomohiro Kusumi1-4/+4
2017-03-30scsi: ufs: use existing macro CONTROLLER_ENABLE to test register bitTomohiro Kusumi1-1/+2
2017-03-30scsi: ufs: make ufshcd_is_{device_present, hba_active}() return boolTomohiro Kusumi1-6/+6
2017-03-28scsi: ufs: fix wrong/ambiguous fall through commentsTomohiro Kusumi1-2/+1
2017-03-28scsi: ufs: remove the duplicated checking for supporting clkscalingJaehoon Chung1-2/+0
2017-03-15scsi: ufs: don't check unsigned type for a negative valueTomas Winkler1-1/+1
2017-03-02scsi: ufs: Factor out ufshcd_read_desc_paramPotomski, MichalX1-58/+173
2017-02-24scsi: remove scsi_execute_req_flagsChristoph Hellwig1-5/+5
2017-02-08scsi: ufs: dump hw regs on link failuresVenkat Gopalakrishnan1-1/+11
2017-02-08scsi: ufs: kick start clock scaling only after device detectionsubhashj@codeaurora.org1-22/+23
2017-02-08scsi: ufs: don't suspend clock scaling during clock gatingsubhashj@codeaurora.org1-41/+144
2017-02-08scsi: ufs: add host state prints in failure casesGilad Broner1-0/+25
2017-02-08scsi: ufs: add load based scaling of UFS gearsubhashj@codeaurora.org1-175/+419