aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs (follow)
AgeCommit message (Expand)AuthorFilesLines
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() failsBean 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
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: Power off hook for Cadence UFS driverSheeba B1-0/+1
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
2019-12-19scsi: ufs: Update L4 attributes on manual hibern8 exit in Cadence UFS.Sheeba B1-0/+106
2019-12-19scsi: ufs: Do not free irq in suspendCan Guo1-14/+4
2019-12-19scsi: ufs: Do not clear the DL layer timersCan Guo2-0/+31
2019-12-19scsi: ufs: Release clock if DMA map failsCan Guo1-0/+1
2019-12-19scsi: ufs: Use DBD setting in mode senseCan Guo1-0/+3
2019-12-19scsi: ufs: Complete pending requests in host reset and restore pathCan Guo2-14/+12
2019-12-19scsi: ufs: Avoid messing up the compl_time_stamp of lrbsCan Guo1-2/+2
2019-12-19scsi: ufs: Update VCCQ2 and VCCQ min/max voltage hard codesCan Guo1-3/+3
2019-12-19scsi: ufs: Recheck bkops level if bkops is disabledAsutosh Das1-0/+3
2019-12-19scsi: ufs: Use blk_{get,put}_request() to allocate and free TMFsBart Van Assche2-62/+80
2019-12-19scsi: ufs: Avoid busy-waiting by eliminating tag conflictsBart Van Assche2-77/+50
2019-12-09scsi: ufs: Disable autohibern8 feature in Cadence UFSsheebab1-0/+6
2019-12-09scsi: ufs: Give an unique ID to each ufs-bsgCan Guo1-1/+1
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds14-83/+329
2019-11-19scsi: ufs: Fix error handing during hibern8 enterSubhash Jadavani1-5/+14