aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-14scsi: ufs: add device quirk delay before putting UFS rails in LPMYaniv Gardi1-0/+10
2016-03-14scsi: ufs: fix leakage during link off stateYaniv Gardi1-0/+10
2016-03-14scsi: ufs: tune UniPro parameters to optimize hibern8 exit timeYaniv Gardi1-0/+118
2016-03-14scsi: ufs: handle non spec compliant bkops behaviour by deviceYaniv Gardi1-7/+46
2016-03-14scsi: ufs: add retry for query descriptorsYaniv Gardi1-18/+37
2016-03-14scsi: ufs: add error recovery after DL NAC errorYaniv Gardi1-0/+93
2016-03-14scsi: ufs: make error handling bit fasterYaniv Gardi1-43/+112
2016-03-14scsi: ufs: disable vccq if it's not needed by UFS deviceYaniv Gardi1-4/+56
2016-03-14scsi: ufs: separate device and host quirksYaniv Gardi1-0/+71
2016-03-14scsi: ufs: add support to read device and string descriptorsYaniv Gardi1-1/+87
2016-03-14scsi: ufs: verify hba controller hce reg valueYaniv Gardi1-21/+32
2016-03-14scsi: ufs: implement scsi host timeout handlerYaniv Gardi1-0/+36
2016-03-14scsi: ufs: avoid spurious UFS host controller interruptsYaniv Gardi1-0/+15
2016-03-14scsi: ufs-qcom: add number of lanes per directionYaniv Gardi1-0/+1
2016-02-23ufs: fix typo: MAZ to MAXTomas Winkler1-1/+1
2016-02-23scsi: ufs: add wrapper for retrying sending query attributeYaniv Gardi1-7/+44
2016-02-23scsi: ufs: commit descriptors before setting the doorbellYaniv Gardi1-0/+2
2016-02-23scsi: ufs: add missing memory barriersYaniv Gardi1-6/+13
2016-02-23scsi: ufs: reduce the interrupts for power mode change requestsYaniv Gardi1-14/+27
2016-02-23scsi: ufs: retry failed query flag requestsYaniv Gardi1-26/+37
2016-02-23scsi: ufs: fix error recovery after the hibern8 exit failureYaniv Gardi1-5/+53
2016-02-23scsi: ufs: add retries for hibern8 enterYaniv Gardi1-2/+24
2016-02-23scsi: ufs: add retries to dme_peer get and set attributeYaniv Gardi1-11/+29
2016-02-23scsi: ufs: avoid exception event handler racing with PM callbacksYaniv Gardi1-1/+14
2016-02-23scsi: ufs: increase fDeviceInit query response timeoutYaniv Gardi1-1/+11
2016-02-23scsi: ufs: clear outstanding_request bit in case query timeoutYaniv Gardi1-2/+20
2016-02-23scsi: ufs: verify command tag validityYaniv Gardi1-2/+22
2016-02-23scsi: ufs: clear fields UTRD, UPIU req and rsp before new transfersYaniv Gardi1-0/+8
2016-02-23scsi: ufs: clear UTRD, UPIU req and rsp before new transfersYaniv Gardi1-4/+12
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley1-65/+57
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-8/+0
2015-11-09scsi: ufs-qcom: add QUniPro hardware support and power optimizationsYaniv Gardi1-1/+7
2015-11-09scsi: ufs-qcom: add debug prints for test busYaniv Gardi1-0/+2
2015-11-09scsi: ufs: make the UFS variant a platform deviceYaniv Gardi1-0/+10
2015-11-09scsi: ufs: creates wrapper functions for vopsYaniv Gardi1-65/+39
2015-06-02scsi: ufs: add quirk to handle broken UFS HCI versionYaniv Gardi1-0/+5
2015-06-02scsi: ufs: introduce UFSHCD_QUIRK_DME_PEER_ACCESS_AUTO_MODE quirkYaniv Gardi1-0/+31
2015-06-02scsi: ufs: introduce a broken PA_RXHSUNTERMCAP quirkYaniv Gardi1-0/+11
2015-06-02scsi: ufs: provide a quirk to disable the LCCYaniv Gardi1-0/+42
2015-06-02scsi: ufs: introduce the capability and quirk for interrupt aggregationYaniv Gardi1-3/+16
2015-04-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+35
2015-04-10ufs: add support to allow non standard behaviours (quirks)Yaniv Gardi1-0/+35
2015-03-09ufs: Rename of regulator_set_optimum_modeBjorn Andersson1-20/+7
2015-01-09scsi: use per-cpu buffer for formatting senseHannes Reinecke1-4/+2
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-20/+5
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley1-11/+7
2014-11-26ufs: fix NULL dereference when no regulators are definedAkinobu Mita1-0/+6
2014-11-26ufs: ensure clk gating work is finished before module unloadingAkinobu Mita1-0/+2
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-9/+4
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-12/+2