summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)Author
2020-03-10scsi: ufs: Fix possible unclocked access to auto hibern8 timer registerCan Guo
2020-01-20scsi: ufs: Use UFS device indicated maximum LU numberBean Huo
2020-01-20scsi: ufs: Add max_lu_supported in struct ufs_dev_infoBean Huo
2020-01-20scsi: ufs: Delete is_init_prefetch from struct ufs_hbaBean Huo
2020-01-20scsi: ufs: Inline two functions into their callersBean Huo
2020-01-20scsi: ufs: Move ufshcd_get_max_pwr_mode() to ufshcd_device_params_init()Bean Huo
2020-01-20scsi: ufs: Split ufshcd_probe_hba() based on its called flowBean Huo
2020-01-20scsi: ufs: Delete struct ufs_dev_descBean Huo
2020-01-20scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo
2020-01-20scsi: ufs: export some functions for vendor usageStanley Chu
2020-01-15scsi: ufs: pass device information to apply_dev_quirksStanley Chu
2020-01-15scsi: ufs: remove "errors" word in ufshcd_print_err_hist()Stanley Chu
2020-01-15scsi: ufs: add device reset history for vendor implementationsStanley Chu
2020-01-15scsi: ufs: fix empty check of error historyStanley Chu
2020-01-02scsi: ufs: export ufshcd_auto_hibern8_update for vendor usageStanley Chu
2020-01-02scsi: ufs: Remove the SCSI timeout handlerBart Van Assche
2020-01-02scsi: ufs: Fix a race condition in the tracing codeBart Van Assche
2020-01-02scsi: ufs: Make ufshcd_prepare_utp_scsi_cmd_upiu() easier to readBart Van Assche
2020-01-02scsi: ufs: Make ufshcd_add_command_trace() easier to readBart Van Assche
2020-01-02scsi: ufs: Fix indentation in ufshcd_query_attr_retry()Bart Van Assche
2020-01-02scsi: ufs: use ufshcd_vops_dbg_register_dump for vendor specific dumpsStanley Chu
2020-01-02scsi: ufs: unify scsi_block_requests usageStanley Chu
2019-12-19scsi: ufs: disable interrupt during clock-gatingStanley Chu
2019-12-19scsi: ufs: disable irq before disabling clocksStanley Chu
2019-12-19scsi: ufs: Simplify a conditionDan Carpenter
2019-12-19scsi: ufs: Unlock on a couple error pathsDan Carpenter
2019-12-19scsi: ufs: Do not free irq in suspendCan Guo
2019-12-19scsi: ufs: Do not clear the DL layer timersCan Guo
2019-12-19scsi: ufs: Release clock if DMA map failsCan Guo
2019-12-19scsi: ufs: Use DBD setting in mode senseCan Guo
2019-12-19scsi: ufs: Complete pending requests in host reset and restore pathCan Guo
2019-12-19scsi: ufs: Avoid messing up the compl_time_stamp of lrbsCan Guo
2019-12-19scsi: ufs: Recheck bkops level if bkops is disabledAsutosh Das
2019-12-19scsi: ufs: Use blk_{get,put}_request() to allocate and free TMFsBart Van Assche
2019-12-19scsi: ufs: Avoid busy-waiting by eliminating tag conflictsBart Van Assche
2019-11-19scsi: ufs: Fix error handing during hibern8 enterSubhash Jadavani
2019-11-19scsi: ufs: Abort gating if clock on request is pendingAsutosh Das
2019-11-19scsi: ufs: Fix irq return codeVenkat Gopalakrishnan
2019-11-18scsi: ufs: Fix register dump caused sleep in atomic contextCan Guo
2019-11-18scsi: ufs: Fix up auto hibern8 enablementCan Guo
2019-11-18scsi: ufs: Add device reset in link recovery pathCan Guo
2019-11-12scsi: ufs: fix potential bug which ends in system hangBean Huo
2019-11-12scsi: ufs: print helpful hint when response size exceed buffer sizeBean Huo
2019-10-31scsi: ufs: Use enum dev_cmd_type where appropriateBart Van Assche
2019-10-31scsi: ufs: Fix kernel-doc warningsBart Van Assche
2019-10-31scsi: ufs: delete redundant function ufshcd_def_desc_sizes()Bean Huo
2019-10-09Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen
2019-09-30scsi: ufs: override auto suspend tunables for ufsStanley Chu
2019-09-23scsi: ufs: skip shutdown if hba is not poweredStanley Chu
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds