aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-29scsi: ufs: Kconfig fixJoao Pinto1-1/+1
2016-09-29scsi: ufs: Fix error return code in ufshcd_init()Wei Yongjun1-0/+1
2016-09-29scsi: ufs: Data Segment only needed for WRITE DESCRIPTORZang Leigang1-3/+6
2016-09-28scsi: ufs: Enable no vccq quirk for skhynix deviceKyuho Choi1-0/+2
2016-09-21scsi: ufs: Get a TM service response from the correct offsetKiwoong Kim2-2/+3
2016-09-09scsi: ufs: Fix a wrong string in power mode changeKiwoong Kim1-1/+1
2016-09-04scsi: ufs: Add missing header dependencies for tc-dwc-g210Baoyou Xie1-0/+1
2016-07-15scsi: ufs: remove unnecessary goto labelTiezhu Yang1-2/+1
2016-07-15scsi: ufs: tc-dwc-g210 driver fix for 20-bit RMMIManjunath M B1-2/+2
2016-07-12ufs: Adding license info do tc-dwc-g210 and ufshcd-dwc to enable loadable moduleJoao Pinto2-0/+8
2016-07-12ufs: add TC G210 pci driverJoao Pinto3-0/+190
2016-07-12ufs: add TC G210 platform driverJoao Pinto3-0/+122
2016-07-12ufs: add support for Synopsys G210 Test ChipJoao Pinto2-0/+334
2016-07-12ufs: add support for DesignWare ControllerJoao Pinto4-0/+219
2016-07-12ufs: add link status to ufshciJoao Pinto1-0/+6
2016-07-12ufs: add unipro attributesJoao Pinto1-0/+39
2016-07-12ufs: add UFS 2.0 capabilitiesJoao Pinto2-41/+53
2016-07-12ufs: fixed typo in ufshcd-pltfrmJoao Pinto1-1/+1
2016-03-18scsi: ufs: select CONFIG_NLSArnd Bergmann1-0/+1
2016-03-14scsi: ufs-qcom: add printouts of testbus debug registersYaniv Gardi2-0/+86
2016-03-14scsi: ufs-qcom: enable/disable the device ref clockYaniv Gardi2-0/+21
2016-03-14scsi: ufs-qcom: set PA_Local_TX_LCC_Enable before link startupYaniv Gardi2-7/+21
2016-03-14scsi: ufs: add device quirk delay before putting UFS rails in LPMYaniv Gardi2-1/+23
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 Gardi4-0/+142
2016-03-14scsi: ufs: handle non spec compliant bkops behaviour by deviceYaniv Gardi2-7/+52
2016-03-14scsi: ufs: add retry for query descriptorsYaniv Gardi1-18/+37
2016-03-14scsi: ufs: add error recovery after DL NAC errorYaniv Gardi2-0/+95
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 Gardi2-4/+57
2016-03-14scsi: ufs: separate device and host quirksYaniv Gardi4-0/+244
2016-03-14scsi: ufs: add support to read device and string descriptorsYaniv Gardi3-1/+95
2016-03-14scsi: ufs: verify hba controller hce reg valueYaniv Gardi2-30/+35
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 Gardi4-17/+44
2016-02-23scsi: ufs: fix typo in commentTomas Winkler1-1/+1
2016-02-23ufs: fix typo: MAZ to MAXTomas Winkler2-2/+2
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 Gardi2-26/+41
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