summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-39/+48
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-175/+187
2020-04-01scsi: ufs: Use ufshcd_config_pwr_mode() when scaling gearCan Guo1-4/+2
2020-03-31scsi: ufs: set device as active power mode after resetting deviceStanley Chu1-13/+0
2020-03-29scsi: ufs: export ufshcd_link_recoveryStanley Chu1-1/+2
2020-03-29scsi: ufs: Clean up ufshcd_scale_clks() and clock scaling error out pathSubhash Jadavani1-21/+44
2020-03-26scsi: ufs: Do not rely on prefetched dataCan Guo1-11/+15
2020-03-26scsi: ufs: Enable block layer runtime PM for well-known logical unitsCan Guo1-2/+17
2020-03-26scsi: ufshcd: Let vendor override devfreq parametersAsutosh Das1-1/+14
2020-03-26scsi: ufshcd: Update the set frequency to devfreqAsutosh Das1-1/+16
2020-03-26scsi: ufs: make HCE polling more compact to improve initialization latencyStanley Chu1-2/+2
2020-03-26scsi: ufs: allow custom delay prior to host enablingStanley Chu1-1/+2
2020-03-26scsi: ufs: introduce common and flexible delay functionStanley Chu1-0/+12
2020-03-26scsi: ufs: fix uninitialized tx_lanes in ufshcd_disable_tx_lcc()Stanley Chu1-1/+1
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: Allow vendor device quirks to be applied earlyCan Guo1-2/+2
2020-02-28scsi: ufshcd: remove unused quirksChristoph Hellwig1-107/+12
2020-02-12scsi: ufs: Add dev ref clock gating wait time supportCan Guo1-0/+34
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: set load before setting voltage in regulatorsAsutosh Das1-5/+5
2020-02-12scsi: ufs: Flush exception event before suspendSayali Lokhande1-3/+18
2020-02-10scsi: ufs: fix Auto-Hibern8 error detectionStanley Chu1-1/+2
2020-01-20scsi: ufs: Use UFS device indicated maximum LU numberBean Huo1-2/+2
2020-01-20scsi: ufs: Add max_lu_supported in struct ufs_dev_infoBean Huo1-2/+39
2020-01-20scsi: ufs: Delete is_init_prefetch from struct ufs_hbaBean Huo1-4/+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 Huo1-25/+22
2020-01-20scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo1-1/+2
2020-01-20scsi: ufs: export some functions for vendor usageStanley Chu1-4/+7
2020-01-15scsi: ufs: pass device information to apply_dev_quirksStanley Chu1-4/+4
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 Chu1-2/+3
2020-01-15scsi: ufs: fix empty check of error historyStanley Chu1-1/+1
2020-01-02scsi: ufs: export ufshcd_auto_hibern8_update for vendor usageStanley Chu1-0/+18
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
2020-01-02scsi: ufs: Make ufshcd_prepare_utp_scsi_cmd_upiu() easier to readBart Van Assche1-4/+4
2020-01-02scsi: ufs: Make ufshcd_add_command_trace() easier to readBart Van Assche1-6/+6
2020-01-02scsi: ufs: Fix indentation in ufshcd_query_attr_retry()Bart Van Assche1-1/+1
2020-01-02scsi: ufs: use ufshcd_vops_dbg_register_dump for vendor specific dumpsStanley Chu1-2/+1
2020-01-02scsi: ufs: unify scsi_block_requests usageStanley Chu1-2/+2
2019-12-19scsi: ufs: disable interrupt during clock-gatingStanley Chu1-0/+4
2019-12-19scsi: ufs: disable irq before disabling clocksStanley Chu1-5/+6
2019-12-19scsi: ufs: Simplify a conditionDan Carpenter1-2/+1
2019-12-19scsi: ufs: Unlock on a couple error pathsDan Carpenter1-4/+10