summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs
AgeCommit message (Expand)AuthorFilesLines
2020-03-26scsi: ufs: fix uninitialized tx_lanes in ufshcd_disable_tx_lcc()Stanley Chu1-1/+1
2020-03-11scsi: docs: convert ufs.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-11scsi: ufs-mediatek: fix HOST_PA_TACTIVATE quirk for Samsung UFS DevicesStanley Chu1-1/+3
2020-03-10scsi: ufs: Fix possible unclocked access to auto hibern8 timer registerCan Guo1-7/+14
2020-02-28scsi: ufs: Simplify two testsBart Van Assche1-2/+2
2020-02-28scsi: ufs: Introduce ufshcd_init_lrb()Bart Van Assche1-16/+22
2020-02-28scsi: ufs: ufs-mediatek: add waiting time for reference clockStanley Chu2-2/+46
2020-02-28scsi: ufs-qcom: Apply QUIRK_HOST_TACTIVATE for WDC UFS devicesCan Guo2-0/+4
2020-02-28scsi: ufs: Allow vendor device quirks to be applied earlyCan Guo1-2/+2
2020-02-28scsi: ufshcd: use an enum for quirksChristoph Hellwig1-40/+42
2020-02-28scsi: ufshcd: remove unused quirksChristoph Hellwig2-129/+12
2020-02-12scsi: ufs-qcom: Delay specific time before gate ref clkCan Guo1-3/+19
2020-02-12scsi: ufs: Add dev ref clock gating wait time supportCan Guo2-0/+37
2020-02-12scsi: ufs: Fix ufshcd_hold() caused scheduling while atomicCan Guo1-0/+5
2020-02-12scsi: ufs: Remove the check before call setup clock notify vopsCan Guo1-20/+6
2020-02-12scsi: ufs-qcom: Adjust bus bandwidth voting and unvotingCan Guo1-25/+53
2020-02-12scsi: ufs: set load before setting voltage in regulatorsAsutosh Das1-5/+5
2020-02-12scsi: ufs: Flush exception event before suspendSayali Lokhande1-3/+18
2020-02-12scsi: ufs: Select INITIAL ADAPT type for HS Gear4Can Guo2-0/+21
2020-02-12scsi: ufs: introduce common function to disable host TX LCCStanley Chu6-7/+10
2020-02-12scsi: ufs: ufs-mediatek: fix TX LCC disabling timingStanley Chu1-3/+9
2020-02-10scsi: ufs: ufs-mediatek: gate ref-clk during Auto-Hibern8Stanley Chu2-11/+39
2020-02-10scsi: ufs: fix Auto-Hibern8 error detectionStanley Chu2-1/+8
2020-02-10scsi: ufs: ufs-mediatek: support linkoff state during suspendStanley Chu1-5/+7
2020-02-10scsi: ufs: ufs-mediatek: ensure UniPro is not powered down before linkupStanley Chu1-9/+10
2020-01-30scsi: ufs: fix spelling mistake "initilized" -> "initialized"Colin Ian King1-1/+1
2020-01-20scsi: ufs: Use UFS device indicated maximum LU numberBean Huo3-6/+12
2020-01-20scsi: ufs: Add max_lu_supported in struct ufs_dev_infoBean Huo2-2/+41
2020-01-20scsi: ufs: Delete is_init_prefetch from struct ufs_hbaBean Huo2-6/+1
2020-01-20scsi: ufs: Inline two functions into their callersBean Huo1-13/+4
2020-01-20scsi: ufs: Move ufshcd_get_max_pwr_mode() to ufshcd_device_params_init()Bean Huo1-5/+7
2020-01-20scsi: ufs: Split ufshcd_probe_hba() based on its called flowBean Huo1-66/+101
2020-01-20scsi: ufs: Delete struct ufs_dev_descBean Huo6-48/+36
2020-01-20scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo1-1/+2
2020-01-20scsi: ufs-mediatek: enable low-power mode for hibern8 stateStanley Chu1-0/+53
2020-01-20scsi: ufs: export some functions for vendor usageStanley Chu2-4/+10
2020-01-20scsi: ufs-mediatek: add dbg_register_dump implementationStanley Chu2-0/+21
2020-01-15scsi: ufs-mediatek: add apply_dev_quirks variant operationStanley Chu1-0/+11
2020-01-15scsi: ufs: pass device information to apply_dev_quirksStanley Chu3-8/+10
2020-01-15scsi: ufs: remove "errors" word in ufshcd_print_err_hist()Stanley Chu1-1/+1
2020-01-15scsi: ufs: add device reset history for vendor implementationsStanley Chu2-3/+8
2020-01-15scsi: ufs: fix empty check of error historyStanley Chu1-1/+1
2020-01-02scsi: ufs-mediatek: configure and enable clk-gatingStanley Chu1-0/+22
2020-01-02scsi: ufs-mediatek: configure customized auto-hibern8 timerStanley Chu1-0/+8
2020-01-02scsi: ufs: export ufshcd_auto_hibern8_update for vendor usageStanley Chu3-20/+19
2020-01-02scsi: ufs-mediatek: introduce reference clock controlStanley Chu2-6/+78
2020-01-02scsi: ufs-mediatek: add device reset implementationStanley Chu2-0/+42
2020-01-02scsi: ufs: sysfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-2/+2
2020-01-02scsi: ufs: Remove the SCSI timeout handlerBart Van Assche1-36/+0
2020-01-02scsi: ufs: Fix a race condition in the tracing codeBart Van Assche1-1/+1