summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs
AgeCommit message (Expand)AuthorFilesLines
2020-02-28scsi: 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-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-09-06scsi: ufs: Fix RX_TERMINATION_FORCE_ENABLE define valuePedro Sousa1-1/+1
2019-06-25scsi: ufs: Check that space was properly alloced in copy_query_responseAvri Altman1-1/+2
2019-06-25scsi: ufs: Avoid runtime suspend possibly being blocked foreverStanley Chu1-7/+4
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-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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: ufshcd-pci: Add Intel CNL supportAdrian Hunter1-0/+38
2017-06-13scsi: ufshcd-pci: Fix PM configAdrian Hunter1-13/+9
2017-06-13scsi: ufs: Tidy clocks list head usageSzymon Mielczarek4-11/+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 Torvalds2-77/+31
2017-04-27scsi: ufs: make ufshcd_get_lists_status() register operation obviousTomohiro Kusumi2-10/+5
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: add missing macros for register bits from UFSHCI specTomohiro Kusumi1-0/+2
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-16scsi: ufshcd-platform: remove the useless cast in ERR_PTR/IS_ERRTomas Winkler1-2/+2
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, MichalX3-72/+196
2017-02-24scsi: remove scsi_execute_req_flagsChristoph Hellwig1-5/+5
2017-02-23scsi: ufs-qcom: remove redundant condition checkSubhash Jadavani1-12/+0
2017-02-08scsi: ufs: dump hw regs on link failuresVenkat Gopalakrishnan1-1/+11
2017-02-08scsi: ufs-qcom: dump additional testbus registersVenkat Gopalakrishnan2-6/+43
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.org2-45/+171
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.org2-175/+428
2017-02-08scsi: ufs: reduce printout for aborted requestsGilad Broner2-14/+35
2017-02-08scsi: ufs: skip request abort task when previous aborts failedGilad Broner2-0/+23
2017-01-12scsi: ufs: fix arguments order some trace callsSubhash Jadavani1-5/+5