summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs
Commit message (Expand)AuthorAgeFilesLines
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-3/+3
* scsi: ufs: Kconfig fixJoao Pinto2016-09-301-1/+1
* scsi: ufs: Fix error return code in ufshcd_init()Wei Yongjun2016-09-301-0/+1
* scsi: ufs: Data Segment only needed for WRITE DESCRIPTORZang Leigang2016-09-301-3/+6
* scsi: ufs: Enable no vccq quirk for skhynix deviceKyuho Choi2016-09-281-0/+2
* scsi: ufs: Get a TM service response from the correct offsetKiwoong Kim2016-09-212-2/+3
* scsi: ufs: Fix a wrong string in power mode changeKiwoong Kim2016-09-091-1/+1
* scsi: ufs: Add missing header dependencies for tc-dwc-g210Baoyou Xie2016-09-041-0/+1
* scsi: ufs: remove unnecessary goto labelTiezhu Yang2016-07-151-2/+1Star
* scsi: ufs: tc-dwc-g210 driver fix for 20-bit RMMIManjunath M B2016-07-151-2/+2
* ufs: Adding license info do tc-dwc-g210 and ufshcd-dwc to enable loadable moduleJoao Pinto2016-07-132-0/+8
* ufs: add TC G210 pci driverJoao Pinto2016-07-133-0/+190
* ufs: add TC G210 platform driverJoao Pinto2016-07-133-0/+122
* ufs: add support for Synopsys G210 Test ChipJoao Pinto2016-07-132-0/+334
* ufs: add support for DesignWare ControllerJoao Pinto2016-07-134-0/+219
* ufs: add link status to ufshciJoao Pinto2016-07-131-0/+6
* ufs: add unipro attributesJoao Pinto2016-07-131-0/+39
* ufs: add UFS 2.0 capabilitiesJoao Pinto2016-07-132-41/+53
* ufs: fixed typo in ufshcd-pltfrmJoao Pinto2016-07-131-1/+1
* scsi: ufs: select CONFIG_NLSArnd Bergmann2016-03-181-0/+1
* scsi: ufs-qcom: add printouts of testbus debug registersYaniv Gardi2016-03-152-0/+86
* scsi: ufs-qcom: enable/disable the device ref clockYaniv Gardi2016-03-152-0/+21
* scsi: ufs-qcom: set PA_Local_TX_LCC_Enable before link startupYaniv Gardi2016-03-152-7/+21
* scsi: ufs: add device quirk delay before putting UFS rails in LPMYaniv Gardi2016-03-152-1/+23
* scsi: ufs: fix leakage during link off stateYaniv Gardi2016-03-151-0/+10
* scsi: ufs: tune UniPro parameters to optimize hibern8 exit timeYaniv Gardi2016-03-154-0/+142
* scsi: ufs: handle non spec compliant bkops behaviour by deviceYaniv Gardi2016-03-152-7/+52
* scsi: ufs: add retry for query descriptorsYaniv Gardi2016-03-151-18/+37
* scsi: ufs: add error recovery after DL NAC errorYaniv Gardi2016-03-152-0/+95
* scsi: ufs: make error handling bit fasterYaniv Gardi2016-03-151-43/+112
* scsi: ufs: disable vccq if it's not needed by UFS deviceYaniv Gardi2016-03-152-4/+57
* scsi: ufs: separate device and host quirksYaniv Gardi2016-03-154-0/+244
* scsi: ufs: add support to read device and string descriptorsYaniv Gardi2016-03-153-1/+95
* scsi: ufs: verify hba controller hce reg valueYaniv Gardi2016-03-152-30/+35
* scsi: ufs: implement scsi host timeout handlerYaniv Gardi2016-03-151-0/+36
* scsi: ufs: avoid spurious UFS host controller interruptsYaniv Gardi2016-03-151-0/+15
* scsi: ufs-qcom: add number of lanes per directionYaniv Gardi2016-03-154-17/+44
* scsi: ufs: fix typo in commentTomas Winkler2016-02-241-1/+1
* ufs: fix typo: MAZ to MAXTomas Winkler2016-02-242-2/+2
* scsi: ufs: add wrapper for retrying sending query attributeYaniv Gardi2016-02-241-7/+44
* scsi: ufs: commit descriptors before setting the doorbellYaniv Gardi2016-02-241-0/+2
* scsi: ufs: add missing memory barriersYaniv Gardi2016-02-241-6/+13
* scsi: ufs: reduce the interrupts for power mode change requestsYaniv Gardi2016-02-241-14/+27
* scsi: ufs: retry failed query flag requestsYaniv Gardi2016-02-242-26/+41
* scsi: ufs: fix error recovery after the hibern8 exit failureYaniv Gardi2016-02-241-5/+53
* scsi: ufs: add retries for hibern8 enterYaniv Gardi2016-02-241-2/+24
* scsi: ufs: add retries to dme_peer get and set attributeYaniv Gardi2016-02-241-11/+29
* scsi: ufs: avoid exception event handler racing with PM callbacksYaniv Gardi2016-02-241-1/+14
* scsi: ufs: increase fDeviceInit query response timeoutYaniv Gardi2016-02-241-1/+11
* scsi: ufs: clear outstanding_request bit in case query timeoutYaniv Gardi2016-02-241-2/+20