aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24scsi: ufs: Fix ufshcd_request_sense_async() for Samsung KLUFG8RHDA-B2D1Adrian Hunter1-7/+29
2021-08-24scsi: ufs: ufs-exynos: Fix static checker warningAlim Akhtar2-3/+3
2021-08-24scsi: ufs: ufshpb: Fix typo in commentsKeoseong Park1-1/+1
2021-08-24scsi: ufs: ufshpb: Fix possible memory leakKeoseong Park1-3/+3
2021-08-11scsi: ufs: ufshpb: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestMartin K. Petersen1-8/+8
2021-08-11scsi: ufs: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-5/+6
2021-08-11scsi: ufs: ufshpb: Do not report victim error in HCMAvri Altman1-1/+2
2021-08-11scsi: ufs: ufshpb: Verify that 'num_inflight_map_req' is non-negativeAvri Altman2-1/+13
2021-08-11scsi: ufs: ufshpb: Use a correct max multi chunkAvri Altman1-1/+1
2021-08-11scsi: ufs: ufshpb: Rewind the read timeout on every readAvri Altman1-3/+13
2021-08-09scsi: ufs: ufshpb: Remove redundant initialization of variable 'lba'Colin Ian King1-1/+1
2021-08-09scsi: ufshcd: Fix device links when BOOT WLUN fails to probeAdrian Hunter1-2/+21
2021-08-09scsi: ufs: Fix unsigned int compared with less than zeroColin Ian King1-1/+1
2021-08-05scsi: ufs: core: Add lu_enable sysfs nodeBean Huo1-1/+2
2021-08-05scsi: ufs: core: Add L2P entry swap quirk for Micron UFSBean Huo3-6/+18
2021-08-05scsi: ufs: core: Remove redundant call in ufshcd_add_command_trace()Bean Huo1-6/+3
2021-08-03scsi: ufs: Add fault injection supportBart Van Assche5-0/+110
2021-08-02scsi: ufs: Retry aborted SCSI commands instead of completing these successfullyBart Van Assche1-12/+23
2021-08-02scsi: ufs: Synchronize SCSI and UFS error handlingBart Van Assche2-51/+55
2021-08-02scsi: ufs: Request sense data asynchronouslyBart Van Assche1-31/+33
2021-08-02scsi: ufs: Fix the SCSI abort handlerBart Van Assche1-35/+19
2021-08-02scsi: ufs: Optimize SCSI command processingBart Van Assche2-11/+20
2021-08-02scsi: ufs: Optimize serialization of setup_xfer_req() callsBart Van Assche2-13/+2
2021-08-02scsi: ufs: Revert "Utilize Transfer Request List Completion Notification Register"Bart Van Assche3-43/+15
2021-08-02scsi: ufs: Inline ufshcd_outstanding_req_clear()Bart Van Assche1-11/+1
2021-08-02scsi: ufs: Remove several wmb() callsBart Van Assche1-11/+0
2021-08-02scsi: ufs: Improve static type checking for the host controller stateBart Van Assche2-17/+23
2021-08-02scsi: ufs: Verify UIC locking requirements at runtimeBart Van Assche2-8/+10
2021-08-02scsi: ufs: Remove ufshcd_valid_tag()Bart Van Assche1-32/+10
2021-08-02scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriateBart Van Assche1-6/+3
2021-08-02scsi: ufs: Rename the second ufshcd_probe_hba() argumentBart Van Assche1-4/+4
2021-08-02scsi: ufs: Only include power management code if necessaryBart Van Assche2-0/+12
2021-08-02scsi: ufs: Reduce power management code duplicationBart Van Assche12-196/+41
2021-08-02scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()Bart Van Assche1-3/+5
2021-08-01scsi: ufs: ufshpb: Make host mode parameters configurableAvri Altman2-16/+292
2021-08-01scsi: ufs: ufshpb: Add support for host control modeAvri Altman1-6/+0
2021-08-01scsi: ufs: ufshpb: Do not send umap_all in host control modeAvri Altman1-1/+2
2021-08-01scsi: ufs: ufshpb: Limit the number of in-flight map requestsAvri Altman2-0/+12
2021-08-01scsi: ufs: ufshpb: Add "cold" regions timerAvri Altman2-3/+79
2021-08-01scsi: ufs: ufshpb: Add HPB dev reset responseAvri Altman2-1/+32
2021-08-01scsi: ufs: ufshpb: Region inactivation in host modeAvri Altman2-7/+41
2021-08-01scsi: ufs: ufshpb: Make eviction depend on region's readsAvri Altman1-1/+17
2021-08-01scsi: ufs: ufshpb: Add reads counterAvri Altman2-6/+97
2021-08-01scsi: ufs: ufshpb: Transform set_dirty to iterate_rgnAvri Altman1-8/+10
2021-08-01scsi: ufs: ufshpb: Add host control mode support to rsp_upiuAvri Altman2-1/+35
2021-08-01scsi: ufs: ufshpb: Cache HPB Control mode on initAvri Altman3-3/+9
2021-08-01scsi: ufs: ufshpb: Add HPB 2.0 supportDaejun Park6-74/+647
2021-08-01scsi: ufs: ufshpb: Prepare HPB read for cached sub-regionDaejun Park3-3/+260
2021-08-01scsi: ufs: ufshpb: L2P map management for HPB readDaejun Park4-15/+1178
2021-08-01scsi: ufs: ufshpb: Introduce Host Performance Buffer featureDaejun Park8-0/+849