summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-27scsi: ufs: core: scsi_get_lba() error fixPeter Wang1-2/+3
2022-04-08scsi: ufs: Fix runtime PM messages never-ending cycleAdrian Hunter1-2/+19
2022-02-23scsi: ufs: Fix a deadlock in the error handlerBart Van Assche1-39/+14
2022-02-23scsi: ufs: Remove dead codeBart Van Assche1-6/+1
2022-02-16scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()Kiwoong Kim1-3/+6
2022-01-27scsi: ufs: Fix a kernel crash during shutdownBart Van Assche1-5/+10
2022-01-27scsi: ufs: Fix race conditions related to driver dataBart Van Assche1-0/+7
2021-12-22scsi: ufs: core: Retry START_STOP on UNIT_ATTENTIONJaegeuk Kim1-3/+9
2021-11-25scsi: ufs: core: Fix another task management completion raceAdrian Hunter1-2/+1
2021-11-25scsi: ufs: core: Fix task management completion timeout raceAdrian Hunter1-5/+0
2021-11-25scsi: ufs: core: Improve SCSI abort handlingBart Van Assche1-0/+1
2021-11-18scsi: ufs: core: Stop clearing UNIT ATTENTIONSBart Van Assche1-183/+1
2021-11-18scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definitionBean Huo1-1/+1
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