summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-19scsi: ufs: Abort gating if clock on request is pendingAsutosh Das1-1/+1
2019-11-19scsi: ufs: Fix irq return codeVenkat Gopalakrishnan2-36/+100
2019-11-18scsi: ufs: Fix register dump caused sleep in atomic contextCan Guo1-1/+1
2019-11-18scsi: ufs: Fix up auto hibern8 enablementCan Guo3-13/+18
2019-11-18scsi: ufs-qcom: Add reset control support for host controllerCan Guo2-0/+56
2019-11-18scsi: ufs: Add device reset in link recovery pathCan Guo1-0/+3
2019-11-12scsi: ufs: ufshcd: Remove dev_err() on platform_get_irq() failureYueHaibing1-1/+0
2019-11-12scsi: ufs: fix potential bug which ends in system hangBean Huo1-1/+1
2019-11-12scsi: ufs: print helpful hint when response size exceed buffer sizeBean Huo1-3/+5
2019-11-12scsi: ufs: Add driver for TI wrapper for Cadence UFS IPVignesh Raghavendra3-0/+101
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+4
2019-10-31scsi: ufs: Use enum dev_cmd_type where appropriateBart Van Assche1-2/+2
2019-10-31scsi: ufs: Fix kernel-doc warningsBart Van Assche2-1/+2
2019-10-31scsi: ufs: delete redundant function ufshcd_def_desc_sizes()Bean Huo1-14/+1
2019-10-18scsi: ufs-bsg: Wake the device before sending raw upiu commandsAvri Altman1-0/+4
2019-10-09Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen1-0/+3
2019-10-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+3
2019-09-30scsi: ufs-mediatek: enable auto suspend capabilityStanley Chu1-0/+3
2019-09-30scsi: ufs: override auto suspend tunables for ufsStanley Chu2-0/+19
2019-09-30scsi: ufs-hisi: Use PTR_ERR_OR_ZERO() in ufs_hisi_get_resource()Markus Elfring1-4/+1
2019-09-30scsi: ufs: make array setup_attrs static const, makes object smallerColin Ian King1-1/+1
2019-09-23scsi: ufs: skip shutdown if hba is not poweredStanley Chu1-0/+3
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-154/+297
2019-09-07scsi: ufs-hisi: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-09-07scsi: ufshcd: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1