summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.c
Commit message (Expand)AuthorAgeFilesLines
...
* | scsi: ufs: Fix race conditions related to driver dataBart Van Assche2021-12-061-0/+7
* | scsi: ufs: Remove dead codeBart Van Assche2021-12-061-6/+1
* | scsi: ufs: Remove the sdev_rpmb memberBart Van Assche2021-12-061-6/+6
* | scsi: ufs: Remove is_rpmb_wlun()Bart Van Assche2021-12-061-5/+0
* | scsi: ufs: Let devices remain runtime suspended during system suspendAdrian Hunter2021-11-291-5/+40
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-121-38/+70
|\
| * Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen2021-11-031-6/+1
| |\
| * | scsi: ufs: Add quirk to enable host controller without PH configurationjongmin jeong2021-10-271-0/+3
| * | scsi: ufs: Add quirk to handle broken UIC commandjongmin jeong2021-10-271-0/+3
| * | scsi: ufs: core: Micro-optimize ufshcd_map_sg()Bart Van Assche2021-10-261-6/+13
| * | scsi: ufs: core: Add a compile-time structure size checkBart Van Assche2021-10-261-0/+5
| * | scsi: ufs: core: Remove three superfluous castsBart Van Assche2021-10-261-3/+3
| * | scsi: ufs: core: Export ufshcd_schedule_eh_work()Bart Van Assche2021-10-261-3/+3
| * | scsi: ufs: core: Log error handler activityBart Van Assche2021-10-261-0/+24
| * | scsi: ufs: core: Improve static type checkingBart Van Assche2021-10-261-4/+5
| * | scsi: ufs: Revert "Retry aborted SCSI commands instead of completing these su...Bart Van Assche2021-10-261-22/+11
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-212/+129
|\| |
| * | scsi: ufs: Call scsi_done() directlyBart Van Assche2021-10-161-3/+3
| * | scsi: ufs: core: Fix synchronization between scsi_unjam_host() and ufshcd_que...Adrian Hunter2021-10-121-0/+12
| * | scsi: ufs: mediatek: Support vops pre suspend to disable auto-hibern8Peter Wang2021-10-121-2/+7
| * | Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2021-10-121-91/+80
| |\ \
| * | | scsi: ufs: core: Do not exit ufshcd_err_handler() unless operational or deadAdrian Hunter2021-10-041-4/+24
| * | | scsi: ufs: core: Do not exit ufshcd_reset_and_restore() unless operational or...Adrian Hunter2021-10-041-13/+23
| * | | scsi: ufs: core: Stop clearing UNIT ATTENTIONSBart Van Assche2021-10-041-183/+1
| * | | scsi: ufs: core: Retry START_STOP on UNIT_ATTENTIONJaegeuk Kim2021-10-041-3/+9
| * | | scsi: ufs: core: Remove return statement in void functionBean Huo2021-10-041-1/+0
| * | | scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definitionBean Huo2021-10-041-1/+1
| * | | scsi: ufs: core: Export hibern8 entry and exit functionsAsutosh Das2021-09-281-2/+2
| * | | scsi: ufs: core: Add temperature notification exception handlingAvri Altman2021-09-221-0/+21
| * | | scsi: ufs: core: Probe for temperature notification supportAvri Altman2021-09-221-0/+26
* | | | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-011-10/+10
|\ \ \ \
| * | | | block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-10/+10
* | | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\| | | | | |_|_|/ |/| | |
| * | | blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers2021-10-211-1/+1
| | |/ | |/|
* / | scsi: ufs: ufshpb: Remove HPB2.0 flowsAvri Altman2021-10-301-6/+1
|/ /
* | scsi: ufs: core: Fix task management completionAdrian Hunter2021-10-041-30/+22
* | scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu2021-09-281-2/+1
* | scsi: ufs: core: Unbreak the reset handlerBart Van Assche2021-09-211-1/+1
* | scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and UFS error handling"Adrian Hunter2021-09-211-57/+54
* | scsi: ufs: ufs-pci: Fix Intel LKF link stabilityAdrian Hunter2021-09-131-1/+2
|/
* scsi: ufs: Fix ufshcd_request_sense_async() for Samsung KLUFG8RHDA-B2D1Adrian Hunter2021-08-241-7/+29
* scsi: ufs: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-5/+6
* scsi: ufs: ufshpb: Remove redundant initialization of variable 'lba'Colin Ian King2021-08-091-1/+1
* scsi: ufshcd: Fix device links when BOOT WLUN fails to probeAdrian Hunter2021-08-091-2/+21
* scsi: ufs: Fix unsigned int compared with less than zeroColin Ian King2021-08-091-1/+1
* scsi: ufs: core: Add L2P entry swap quirk for Micron UFSBean Huo2021-08-051-1/+2
* scsi: ufs: core: Remove redundant call in ufshcd_add_command_trace()Bean Huo2021-08-051-6/+3
* scsi: ufs: Add fault injection supportBart Van Assche2021-08-031-0/+8
* scsi: ufs: Retry aborted SCSI commands instead of completing these successfullyBart Van Assche2021-08-021-12/+23
* scsi: ufs: Synchronize SCSI and UFS error handlingBart Van Assche2021-08-021-47/+55