summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1kehuanlin2019-03-271-6/+8
* scsi: ufshcd: release resources if probe failsSubhash Jadavani2018-12-013-7/+3
* scsi: ufs: fix race between clock gating and devfreq scaling workSubhash Jadavani2018-12-011-0/+32
* scsi: ufshcd: Fix race between clk scaling and ungate workVenkat Gopalakrishnan2018-12-011-0/+15
* scsi: ufs: fix bugs related to null pointer access and array sizeYaniv Gardi2018-12-012-7/+21
* scsi: ufs: fix exception event handlingMaya Erez2018-08-031-0/+2
* scsi: ufs: Factor out ufshcd_read_desc_paramPotomski, MichalX2018-06-063-72/+197
* scsi: ufs: refactor device descriptor readingTomas Winkler2018-06-063-43/+37
* scsi: ufs: fix failure to read the string descriptorSubhash Jadavani2018-06-061-8/+31
* scsi: ufs: Enable quirk to ignore sending WRITE_SAME commandSujit Reddy Thumma2018-05-251-0/+2
* scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vregGustavo A. R. Silva2018-02-031-2/+5
* scsi: ufs: add capability to keep auto bkops always enabledsubhashj@codeaurora.org2017-11-212-11/+35
* scsi: ufs-qcom: Fix module autoloadJavier Martinez Canillas2017-11-211-0/+1
* scsi: ufs: issue link starup 2 times if device isn't activesubhashj@codeaurora.org2017-04-121-3/+20
* scsi: ufs: introduce a new ufshcd_statea UFSHCD_STATE_EH_SCHEDULEDZang Leigang2017-04-121-1/+3
* scsi: ufs: add quirk to increase host PA_SaveConfigTimeSubhash Jadavani2017-04-125-21/+75
* scsi: ufs: ensure that host pa_tactivate is higher than deviceSubhash Jadavani2017-04-123-0/+86
* scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirkKiwoong Kim2017-04-122-7/+27
* scsi: ufs: Kconfig fixJoao Pinto2016-09-291-1/+1
* scsi: ufs: Fix error return code in ufshcd_init()Wei Yongjun2016-09-291-0/+1
* scsi: ufs: Data Segment only needed for WRITE DESCRIPTORZang Leigang2016-09-291-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/+1
* 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-122-0/+8
* ufs: add TC G210 pci driverJoao Pinto2016-07-123-0/+190
* ufs: add TC G210 platform driverJoao Pinto2016-07-123-0/+122
* ufs: add support for Synopsys G210 Test ChipJoao Pinto2016-07-122-0/+334
* ufs: add support for DesignWare ControllerJoao Pinto2016-07-124-0/+219
* ufs: add link status to ufshciJoao Pinto2016-07-121-0/+6
* ufs: add unipro attributesJoao Pinto2016-07-121-0/+39
* ufs: add UFS 2.0 capabilitiesJoao Pinto2016-07-122-41/+53
* ufs: fixed typo in ufshcd-pltfrmJoao Pinto2016-07-121-1/+1
* scsi: ufs: select CONFIG_NLSArnd Bergmann2016-03-181-0/+1
* scsi: ufs-qcom: add printouts of testbus debug registersYaniv Gardi2016-03-142-0/+86
* scsi: ufs-qcom: enable/disable the device ref clockYaniv Gardi2016-03-142-0/+21
* scsi: ufs-qcom: set PA_Local_TX_LCC_Enable before link startupYaniv Gardi2016-03-142-7/+21
* scsi: ufs: add device quirk delay before putting UFS rails in LPMYaniv Gardi2016-03-142-1/+23
* scsi: ufs: fix leakage during link off stateYaniv Gardi2016-03-141-0/+10
* scsi: ufs: tune UniPro parameters to optimize hibern8 exit timeYaniv Gardi2016-03-144-0/+142
* scsi: ufs: handle non spec compliant bkops behaviour by deviceYaniv Gardi2016-03-142-7/+52
* scsi: ufs: add retry for query descriptorsYaniv Gardi2016-03-141-18/+37
* scsi: ufs: add error recovery after DL NAC errorYaniv Gardi2016-03-142-0/+95
* scsi: ufs: make error handling bit fasterYaniv Gardi2016-03-141-43/+112
* scsi: ufs: disable vccq if it's not needed by UFS deviceYaniv Gardi2016-03-142-4/+57
* scsi: ufs: separate device and host quirksYaniv Gardi2016-03-144-0/+244
* scsi: ufs: add support to read device and string descriptorsYaniv Gardi2016-03-143-1/+95