summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)Author
2021-12-06scsi: ufs: Remove is_rpmb_wlun()Bart Van Assche
2021-11-29scsi: ufs: Let devices remain runtime suspended during system suspendAdrian Hunter
2021-11-16scsi: ufs: core: Fix another task management completion raceAdrian Hunter
2021-11-16scsi: ufs: core: Fix task management completion timeout raceAdrian Hunter
2021-11-16scsi: ufs: core: Improve SCSI abort handlingBart Van Assche
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-30scsi: ufs: ufshpb: Remove HPB2.0 flowsAvri Altman
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-27scsi: ufs: Add quirk to enable host controller without PH configurationjongmin jeong
2021-10-27scsi: ufs: Add quirk to handle broken UIC commandjongmin jeong
2021-10-26scsi: ufs: core: Micro-optimize ufshcd_map_sg()Bart Van Assche
2021-10-26scsi: ufs: core: Add a compile-time structure size checkBart Van Assche
2021-10-26scsi: ufs: core: Remove three superfluous castsBart Van Assche
2021-10-26scsi: ufs: core: Export ufshcd_schedule_eh_work()Bart Van Assche
2021-10-26scsi: ufs: core: Log error handler activityBart Van Assche
2021-10-26scsi: ufs: core: Improve static type checkingBart Van Assche
2021-10-26scsi: ufs: Revert "Retry aborted SCSI commands instead of completing these su...Bart Van Assche
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-16scsi: ufs: Call scsi_done() directlyBart Van Assche
2021-10-12scsi: ufs: core: Fix synchronization between scsi_unjam_host() and ufshcd_que...Adrian Hunter
2021-10-12scsi: ufs: mediatek: Support vops pre suspend to disable auto-hibern8Peter Wang
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen
2021-10-04scsi: ufs: core: Do not exit ufshcd_err_handler() unless operational or deadAdrian Hunter
2021-10-04scsi: ufs: core: Do not exit ufshcd_reset_and_restore() unless operational or...Adrian Hunter
2021-10-04scsi: ufs: core: Stop clearing UNIT ATTENTIONSBart Van Assche
2021-10-04scsi: ufs: core: Retry START_STOP on UNIT_ATTENTIONJaegeuk Kim
2021-10-04scsi: ufs: core: Remove return statement in void functionBean Huo
2021-10-04scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definitionBean Huo
2021-10-04scsi: ufs: core: Fix task management completionAdrian Hunter
2021-09-28scsi: ufs: core: Export hibern8 entry and exit functionsAsutosh Das
2021-09-28scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu
2021-09-22scsi: ufs: core: Add temperature notification exception handlingAvri Altman
2021-09-22scsi: ufs: core: Probe for temperature notification supportAvri Altman
2021-09-21scsi: ufs: core: Unbreak the reset handlerBart Van Assche
2021-09-21scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and UFS error handling"Adrian Hunter
2021-09-13scsi: ufs: ufs-pci: Fix Intel LKF link stabilityAdrian Hunter
2021-08-24scsi: ufs: Fix ufshcd_request_sense_async() for Samsung KLUFG8RHDA-B2D1Adrian Hunter
2021-08-11scsi: ufs: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-08-09scsi: ufs: ufshpb: Remove redundant initialization of variable 'lba'Colin Ian King
2021-08-09scsi: ufshcd: Fix device links when BOOT WLUN fails to probeAdrian Hunter
2021-08-09scsi: ufs: Fix unsigned int compared with less than zeroColin Ian King
2021-08-05scsi: ufs: core: Add L2P entry swap quirk for Micron UFSBean Huo
2021-08-05scsi: ufs: core: Remove redundant call in ufshcd_add_command_trace()Bean Huo
2021-08-03scsi: ufs: Add fault injection supportBart Van Assche
2021-08-02scsi: ufs: Retry aborted SCSI commands instead of completing these successfullyBart Van Assche
2021-08-02scsi: ufs: Synchronize SCSI and UFS error handlingBart Van Assche