aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds16-510/+1168
2021-06-18scsi: ufs: ufs-mediatek: Add missing of_node_put() in ufs_mtk_probe()Zou Wei1-0/+1
2021-06-15scsi: ufs-mediatek: Create reset control device_linkPeter Wang2-0/+30
2021-06-09scsi: ufs: core: Fix a possible use before initialization caseCan Guo1-3/+2
2021-06-07scsi: ufs: core: Use UPIU query trace in devman_upiu_cmd()Bean Huo1-0/+3
2021-06-07scsi: ufs: core: Capture command trace only for the cmd != NULL caseBean Huo1-23/+21
2021-06-07scsi: ufs: core: Let UPIU completion trace print RSP UPIU headerBean Huo1-1/+7
2021-06-07scsi: ufs: core: Clean up ufshcd_add_command_trace()Bean Huo1-7/+9
2021-06-07scsi: ufs: core: Remove repeated word in commentKeoseong Park1-1/+1
2021-06-07scsi: ufs: Utilize Transfer Request List Completion Notification RegisterCan Guo3-15/+43
2021-06-07scsi: ufs: Optimize host lock on transfer requests send/compl pathsCan Guo2-134/+126
2021-06-07scsi: ufs: Remove a redundant command completion logic in error handlerCan Guo1-13/+0
2021-06-07scsi: ufs: core: Remove irrelevant reference to non-existing docAvri Altman1-4/+0
2021-06-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+14
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen1-1/+1
2021-06-02scsi: ufs: Fix a kernel-doc related formatting issueBean Huo1-4/+1
2021-06-02scsi: ufs: ufs-mediatek: Disable HCI before HW resetAlice.Chao1-0/+3
2021-06-02scsi: ufs: core: Export ufshcd_hba_stop()Alice.Chao2-1/+3
2021-06-01scsi: ufs: ufs-mediatek: Fix HCI version in some platformsStanley Chu1-1/+14
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-1/+1
2021-05-31scsi: core: Stop using DRIVER_ERRORHannes Reinecke1-1/+1
2021-05-31scsi: ufs: Suppress false positive unhandled interrupt messagesBart Van Assche1-1/+2
2021-05-21scsi: ufs: ufs-exynos: Make a const array static, makes object smallerColin Ian King1-1/+1
2021-05-21scsi: ufs: core: Clean up whitespaceKeoseong Park1-1/+1
2021-05-21scsi: ufs: Use designated initializers in ufs_pm_lvl_states[]Bart Van Assche2-14/+14
2021-05-21scsi: ufs: ufs-exynos: Move definitions from .h to .cBart Van Assche2-27/+26
2021-05-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+8
2021-05-15scsi: ufs: core: Remove redundant parenthesisKeoseong Park1-4/+4
2021-05-15scsi: ufs: core: Remove usfhcd_is_*_pm() macrosBart Van Assche3-9/+5
2021-05-14scsi: ufs: core: Increase the usable queue depthBart Van Assche1-1/+4
2021-05-14scsi: ufs: ufs-mediatek: Fix power down spec violationPeter Wang1-0/+4
2021-05-14scsi: ufs: core: Introduce HBA performance monitor sysfs nodesCan Guo3-0/+320
2021-05-13scsi: ufs: handle cleanup correctly on devm_reset_control_get errorPhillip Potter1-5/+12
2021-05-13Revert "scsi: ufs: fix a missing check of devm_reset_control_get"Greg Kroah-Hartman1-4/+0
2021-05-10scsi: ufs: sysfs: Resume the proper SCSI deviceAsutosh Das1-12/+12
2021-05-10scsi: ufs: core: Enable power management for wlunAsutosh Das12-255/+553
2021-04-28scsi: ufs: core: Narrow down fast path in system suspend pathCan Guo1-0/+1
2021-04-28scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspendCan Guo1-0/+2
2021-04-28scsi: ufs: core: Do not put UFS power into LPM if link is brokenCan Guo1-2/+2
2021-04-28scsi: ufs: core: Fix a typo in ufs-sysfs.cKeoseong Park1-6/+6
2021-04-13scsi: ufs: ufshcd-pltfrm: Fix deferred probingSergey Shtylyov1-1/+1
2021-04-12scsi: ufs: ufs-qcom: Remove redundant dev_err() call in ufs_qcom_init()Ye Bin1-6/+1
2021-04-12Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-17/+14
2021-04-05scsi: ufs: core: Fix out-of-bounds warnings in ufshcd_exec_raw_upiu_cmd()Gustavo A. R. Silva2-21/+29
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen3-29/+24
2021-04-01scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUsCan Guo1-17/+13
2021-04-01scsi: ufs: core: Fix task management request completion timeoutCan Guo1-0/+1
2021-03-24scsi: ufs: Remove unnecessary NULL checks in ufshcd_find_max_sup_active_icc_level()Yue Hu1-3/+3
2021-03-24scsi: ufs: ufs-exynos: Remove pwr_max from parameter list of exynos_ufs_post_pwr_mode()Yue Hu1-2/+1
2021-03-24scsi: ufs: core: Correct status type in ufshcd_vops_pwr_change_notify()Yue Hu1-1/+1