aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-25scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()Kiwoong Kim1-3/+6
2022-01-10scsi: ufs: Modify Tactive time setting conditionsSEO HOYOUNG1-1/+1
2021-12-16scsi: ufs: core: Fix deadlock issue in ufshcd_wait_for_doorbell_clr()Bean Huo1-1/+2
2021-12-16Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen1-7/+1
2021-12-06scsi: ufs: Implement polling supportBart Van Assche1-18/+67
2021-12-06scsi: ufs: Optimize the command queueing codeBart Van Assche1-10/+23
2021-12-06scsi: ufs: Stop using the clock scaling lock in the error handlerBart Van Assche1-2/+10
2021-12-06scsi: ufs: Fix a kernel crash during shutdownBart Van Assche1-5/+10
2021-12-06scsi: ufs: Improve SCSI abort handling furtherBart Van Assche1-0/+12
2021-12-06scsi: ufs: Introduce ufshcd_release_scsi_cmd()Bart Van Assche1-8/+14
2021-12-06scsi: ufs: Remove the 'update_scaling' local variableBart Van Assche1-5/+2
2021-12-06scsi: ufs: Remove hba->cmd_queueBart Van Assche1-10/+1
2021-12-06scsi: ufs: Fix a deadlock in the error handlerBart Van Assche1-39/+14
2021-12-06scsi: ufs: Rework ufshcd_change_queue_depth()Bart Van Assche1-5/+1
2021-12-06scsi: ufs: Remove ufshcd_any_tag_in_use()Bart Van Assche1-20/+1
2021-12-06scsi: ufs: Fix race conditions related to driver dataBart Van Assche1-0/+7
2021-12-06scsi: ufs: Remove dead codeBart Van Assche1-6/+1
2021-12-06scsi: ufs: Remove the sdev_rpmb memberBart Van Assche1-6/+6
2021-12-06scsi: ufs: Remove is_rpmb_wlun()Bart Van Assche1-5/+0
2021-11-29scsi: ufs: Let devices remain runtime suspended during system suspendAdrian Hunter1-5/+40
2021-11-16scsi: ufs: core: Fix another task management completion raceAdrian Hunter1-2/+1
2021-11-16scsi: ufs: core: Fix task management completion timeout raceAdrian Hunter1-5/+0
2021-11-16scsi: ufs: core: Improve SCSI abort handlingBart Van Assche1-0/+1
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-38/+70
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-212/+129
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen1-6/+1
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds1-10/+10
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-10-30scsi: ufs: ufshpb: Remove HPB2.0 flowsAvri Altman1-6/+1
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-10/+10
2021-10-27scsi: ufs: Add quirk to enable host controller without PH configurationjongmin jeong1-0/+3
2021-10-27scsi: ufs: Add quirk to handle broken UIC commandjongmin jeong1-0/+3
2021-10-26scsi: ufs: core: Micro-optimize ufshcd_map_sg()Bart Van Assche1-6/+13
2021-10-26scsi: ufs: core: Add a compile-time structure size checkBart Van Assche1-0/+5
2021-10-26scsi: ufs: core: Remove three superfluous castsBart Van Assche1-3/+3
2021-10-26scsi: ufs: core: Export ufshcd_schedule_eh_work()Bart Van Assche1-3/+3
2021-10-26scsi: ufs: core: Log error handler activityBart Van Assche1-0/+24
2021-10-26scsi: ufs: core: Improve static type checkingBart Van Assche1-4/+5
2021-10-26scsi: ufs: Revert "Retry aborted SCSI commands instead of completing these su...Bart Van Assche1-22/+11
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers1-1/+1
2021-10-16scsi: ufs: Call scsi_done() directlyBart Van Assche1-3/+3
2021-10-12scsi: ufs: core: Fix synchronization between scsi_unjam_host() and ufshcd_que...Adrian Hunter1-0/+12
2021-10-12scsi: ufs: mediatek: Support vops pre suspend to disable auto-hibern8Peter Wang1-2/+7
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen1-91/+80
2021-10-04scsi: ufs: core: Do not exit ufshcd_err_handler() unless operational or deadAdrian Hunter1-4/+24
2021-10-04scsi: ufs: core: Do not exit ufshcd_reset_and_restore() unless operational or...Adrian Hunter1-13/+23
2021-10-04scsi: ufs: core: Stop clearing UNIT ATTENTIONSBart Van Assche1-183/+1
2021-10-04scsi: ufs: core: Retry START_STOP on UNIT_ATTENTIONJaegeuk Kim1-3/+9
2021-10-04scsi: ufs: core: Remove return statement in void functionBean Huo1-1/+0
2021-10-04scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definitionBean Huo1-1/+1