summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-29scsi: ufs: handle errors from PHY_ADAPTER_ERROR registerDolev Raviv1-0/+11
2016-11-29scsi: ufs: issue link starup 2 times if device isn't activesubhashj@codeaurora.org1-3/+20
2016-11-29scsi: ufs: ensure that host pa_tactivate is higher than devicesubhashj@codeaurora.org1-0/+73
2016-11-29scsi: ufs: increase the scsi query response timeoutsubhashj@codeaurora.org1-11/+2
2016-11-29scsi: ufs: fix failure to read the string descriptorsubhashj@codeaurora.org1-9/+31
2016-11-29scsi: ufs: add index details to query error messagesYaniv Gardi1-6/+7
2016-11-29scsi: ufs: add queries retry mechanismDolev Raviv1-9/+45
2016-11-23scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirkKiwoong Kim1-7/+21
2016-11-17scsi: ufs: introduce a new ufshcd_statea UFSHCD_STATE_EH_SCHEDULEDZang Leigang1-1/+3
2016-11-12scsi: ufs: introduce hibern8_notify callbackKiwoong Kim1-2/+10
2016-11-12scsi: ufs: introduce setup_task_mgmtKiwoong Kim1-0/+2
2016-11-12scsi: ufs: introduce setup_xfer_req callbackKiwoong Kim1-0/+2
2016-11-09scsi: ufs: Use the resource-managed function to add devfreq deviceChanwoo Choi1-3/+1
2016-11-09scsi: ufs: change device rails hpm mode ramp up sequenceSubhash Jadavani1-1/+1
2016-11-09scsi: ufs: suspend clock scaling at the start of suspendSubhash Jadavani1-9/+5
2016-11-09scsi: ufshcd: release resources if probe failsSubhash Jadavani1-3/+0
2016-11-09scsi: ufs: fix race between clock gating and devfreq scaling workSubhash Jadavani1-0/+32
2016-11-09scsi: ufs: optimize clock gate workVenkat Gopalakrishnan1-1/+8
2016-11-09scsi: ufshcd: Fix race between clk scaling and ungate workVenkat Gopalakrishnan1-0/+15
2016-11-09scsi: ufs: fail ufshcd_probe_hba() if power configuration failsDov Levenglick1-1/+3
2016-11-09scsi: ufs: suspend clock scaling for failed runtime_resumeGilad Broner1-16/+24
2016-11-09scsi: ufs: fix sense buffer size to 18 bytesGilad Broner1-5/+7
2016-11-09scsi: ufs: commit descriptors before setting the doorbellGilad Broner1-0/+8
2016-11-09scsi: ufs: fix bugs related to null pointer access and array sizeYaniv Gardi1-6/+19
2016-11-09scsi: ufshcd: Fix possible unclocked register accessSubhash Jadavani1-9/+8
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-3/+3
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