summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
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-07-10scsi: 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
2018-12-01scsi: ufshcd: release resources if probe failsSubhash Jadavani1-3/+0
2018-12-01scsi: ufs: fix race between clock gating and devfreq scaling workSubhash Jadavani1-0/+32
2018-12-01scsi: ufshcd: Fix race between clk scaling and ungate workVenkat Gopalakrishnan1-0/+15
2018-12-01scsi: ufs: fix bugs related to null pointer access and array sizeYaniv Gardi1-6/+19
2018-08-03scsi: ufs: fix exception event handlingMaya Erez1-0/+2
2018-06-06scsi: ufs: Factor out ufshcd_read_desc_paramPotomski, MichalX1-58/+173
2018-06-06scsi: ufs: refactor device descriptor readingTomas Winkler1-21/+19
2018-06-06scsi: ufs: fix failure to read the string descriptorSubhash Jadavani1-8/+31
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-21scsi: ufs: add capability to keep auto bkops always enabledsubhashj@codeaurora.org1-11/+22
2017-04-12scsi: ufs: issue link starup 2 times if device isn't activesubhashj@codeaurora.org1-3/+20
2017-04-12scsi: ufs: introduce a new ufshcd_statea UFSHCD_STATE_EH_SCHEDULEDZang Leigang1-1/+3
2017-04-12scsi: ufs: add quirk to increase host PA_SaveConfigTimeSubhash Jadavani1-0/+26
2017-04-12scsi: ufs: ensure that host pa_tactivate is higher than deviceSubhash Jadavani1-0/+73
2017-04-12scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirkKiwoong Kim1-7/+21
2016-09-30scsi: ufs: Fix error return code in ufshcd_init()Wei Yongjun1-0/+1
2016-09-30scsi: ufs: Data Segment only needed for WRITE DESCRIPTORZang Leigang1-3/+6
2016-09-21scsi: ufs: Get a TM service response from the correct offsetKiwoong Kim1-2/+2
2016-09-09scsi: ufs: Fix a wrong string in power mode changeKiwoong Kim1-1/+1
2016-07-15scsi: ufs: remove unnecessary goto labelTiezhu Yang1-2/+1
2016-07-13ufs: add UFS 2.0 capabilitiesJoao Pinto1-41/+48
2016-03-15scsi: ufs: add device quirk delay before putting UFS rails in LPMYaniv Gardi1-0/+10
2016-03-15scsi: ufs: fix leakage during link off stateYaniv Gardi1-0/+10
2016-03-15scsi: ufs: tune UniPro parameters to optimize hibern8 exit timeYaniv Gardi1-0/+118
2016-03-15scsi: ufs: handle non spec compliant bkops behaviour by deviceYaniv Gardi1-7/+46
2016-03-15scsi: ufs: add retry for query descriptorsYaniv Gardi1-18/+37
2016-03-15scsi: ufs: add error recovery after DL NAC errorYaniv Gardi1-0/+93
2016-03-15scsi: ufs: make error handling bit fasterYaniv Gardi1-43/+112
2016-03-15scsi: ufs: disable vccq if it's not needed by UFS deviceYaniv Gardi1-4/+56
2016-03-15scsi: ufs: separate device and host quirksYaniv Gardi1-0/+71
2016-03-15scsi: ufs: add support to read device and string descriptorsYaniv Gardi1-1/+87
2016-03-15scsi: ufs: verify hba controller hce reg valueYaniv Gardi1-21/+32
2016-03-15scsi: ufs: implement scsi host timeout handlerYaniv Gardi1-0/+36
2016-03-15scsi: ufs: avoid spurious UFS host controller interruptsYaniv Gardi1-0/+15
2016-03-15scsi: ufs-qcom: add number of lanes per directionYaniv Gardi1-0/+1
2016-02-24ufs: fix typo: MAZ to MAXTomas Winkler1-1/+1
2016-02-24scsi: ufs: add wrapper for retrying sending query attributeYaniv Gardi1-7/+44
2016-02-24scsi: ufs: commit descriptors before setting the doorbellYaniv Gardi1-0/+2
2016-02-24scsi: ufs: add missing memory barriersYaniv Gardi1-6/+13
2016-02-24scsi: ufs: reduce the interrupts for power mode change requestsYaniv Gardi1-14/+27
2016-02-24scsi: ufs: retry failed query flag requestsYaniv Gardi1-26/+37
2016-02-24scsi: ufs: fix error recovery after the hibern8 exit failureYaniv Gardi1-5/+53
2016-02-24scsi: ufs: add retries for hibern8 enterYaniv Gardi1-2/+24