summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-30scsi: ufs: ufshpb: Remove HPB2.0 flowsAvri Altman1-6/+1
2021-10-05scsi: ufs: core: Fix task management completionAdrian Hunter1-30/+22
2021-09-29scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu1-2/+1
2021-09-22scsi: ufs: core: Unbreak the reset handlerBart Van Assche1-1/+1
2021-09-22scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and UFS error handling"Adrian Hunter1-57/+54
2021-09-14scsi: ufs: ufs-pci: Fix Intel LKF link stabilityAdrian Hunter1-1/+2
2021-08-25scsi: ufs: Fix ufshcd_request_sense_async() for Samsung KLUFG8RHDA-B2D1Adrian Hunter1-7/+29
2021-08-12scsi: ufs: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-5/+6
2021-08-10scsi: ufs: ufshpb: Remove redundant initialization of variable 'lba'Colin Ian King1-1/+1
2021-08-10scsi: ufshcd: Fix device links when BOOT WLUN fails to probeAdrian Hunter1-2/+21
2021-08-10scsi: ufs: Fix unsigned int compared with less than zeroColin Ian King1-1/+1
2021-08-06scsi: ufs: core: Add L2P entry swap quirk for Micron UFSBean Huo1-1/+2
2021-08-06scsi: ufs: core: Remove redundant call in ufshcd_add_command_trace()Bean Huo1-6/+3
2021-08-03scsi: ufs: Add fault injection supportBart Van Assche1-0/+8
2021-08-03scsi: ufs: Retry aborted SCSI commands instead of completing these successfullyBart Van Assche1-12/+23
2021-08-03scsi: ufs: Synchronize SCSI and UFS error handlingBart Van Assche1-47/+55
2021-08-03scsi: ufs: Request sense data asynchronouslyBart Van Assche1-31/+33
2021-08-03scsi: ufs: Fix the SCSI abort handlerBart Van Assche1-35/+19
2021-08-03scsi: ufs: Optimize SCSI command processingBart Van Assche1-11/+18
2021-08-03scsi: ufs: Optimize serialization of setup_xfer_req() callsBart Van Assche1-1/+2
2021-08-03scsi: ufs: Revert "Utilize Transfer Request List Completion Notification Regi...Bart Van Assche1-37/+15
2021-08-03scsi: ufs: Inline ufshcd_outstanding_req_clear()Bart Van Assche1-11/+1
2021-08-03scsi: ufs: Remove several wmb() callsBart Van Assche1-11/+0
2021-08-03scsi: ufs: Improve static type checking for the host controller stateBart Van Assche1-15/+0
2021-08-03scsi: ufs: Verify UIC locking requirements at runtimeBart Van Assche1-7/+9
2021-08-03scsi: ufs: Remove ufshcd_valid_tag()Bart Van Assche1-32/+10
2021-08-03scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriateBart Van Assche1-6/+3
2021-08-03scsi: ufs: Rename the second ufshcd_probe_hba() argumentBart Van Assche1-4/+4
2021-08-03scsi: ufs: Only include power management code if necessaryBart Van Assche1-0/+8
2021-08-03scsi: ufs: Reduce power management code duplicationBart Van Assche1-20/+21
2021-08-03scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()Bart Van Assche1-3/+5
2021-08-01scsi: ufs: ufshpb: Add HPB 2.0 supportDaejun Park1-4/+21
2021-08-01scsi: ufs: ufshpb: Prepare HPB read for cached sub-regionDaejun Park1-0/+2
2021-08-01scsi: ufs: ufshpb: L2P map management for HPB readDaejun Park1-0/+4
2021-08-01scsi: ufs: ufshpb: Introduce Host Performance Buffer featureDaejun Park1-0/+48
2021-07-31scsi: ufs: Allow async suspend/resume callbacksVincent Palomares1-0/+1
2021-07-21scsi: ufs: core: Use scsi_get_lba() to get LBAMartin K. Petersen1-2/+1
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+4
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-407/+756
2021-06-23scsi: ufs: Fix build warning without CONFIG_PMYueHaibing1-0/+4
2021-06-10scsi: ufs: core: Fix a possible use before initialization caseCan Guo1-3/+2
2021-06-08scsi: ufs: core: Use UPIU query trace in devman_upiu_cmd()Bean Huo1-0/+3
2021-06-08scsi: ufs: core: Capture command trace only for the cmd != NULL caseBean Huo1-23/+21
2021-06-08scsi: ufs: core: Let UPIU completion trace print RSP UPIU headerBean Huo1-1/+7
2021-06-08scsi: ufs: core: Clean up ufshcd_add_command_trace()Bean Huo1-7/+9
2021-06-08scsi: ufs: core: Remove repeated word in commentKeoseong Park1-1/+1
2021-06-08scsi: ufs: Utilize Transfer Request List Completion Notification RegisterCan Guo1-15/+37
2021-06-08scsi: ufs: Optimize host lock on transfer requests send/compl pathsCan Guo1-132/+126
2021-06-08scsi: ufs: Remove a redundant command completion logic in error handlerCan Guo1-13/+0
2021-06-08scsi: ufs: core: Remove irrelevant reference to non-existing docAvri Altman1-4/+0