summaryrefslogtreecommitdiffstats
path: root/drivers/ufs
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: core: Fix devfreq deadlocksJohan Hovold2023-01-181-14/+15
* Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen2022-12-301-0/+26
|\
| * scsi: ufs: core: WLUN suspend SSU/enter hibern8 fail recoveryPeter Wang2022-12-141-0/+26
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-145-191/+235
|\|
| * scsi: ufs: ufs-mediatek: Remove unnecessary return codeChanWoo Lee2022-11-261-7/+4
| * scsi: ufs: core: Fix the polling implementationBart Van Assche2022-11-261-2/+26
| * scsi: ufs: ufs-mediatek: Modify the return valueChanWoo Lee2022-11-261-1/+1
| * scsi: ufs: ufs-mediatek: Remove unneeded codeChanWoo Lee2022-11-261-2/+0
| * scsi: ufs: core: Fix unnecessary operation for early returnChanWoo Lee2022-11-251-5/+5
| * scsi: ufs: core: Switch 'check_for_bkops' to boolChanWoo Lee2022-11-251-2/+2
| * scsi: ufs: core: Separate function name and messageChanWoo Lee2022-11-252-6/+6
| * scsi: ufs: core: Introduce ufshcd_abort_all()Bart Van Assche2022-11-081-28/+34
| * scsi: ufs: core: Refactor ufshcd_hba_enable()Keoseong Park2022-11-081-7/+11
| * scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs nodesBean Huo2022-10-271-0/+18
| * scsi: ufs: core: Clean up ufshcd_slave_alloc()Bean Huo2022-10-271-97/+53
| * scsi: ufs: core: Revert "WB is only available on LUN #0 to #7"Bean Huo2022-10-273-8/+3
| * scsi: ufs: core: Print events for WLUN suspend and resume failuresPeter Wang2022-10-271-0/+3
| * scsi: ufs: Fix a deadlock between PM and the SCSI error handlerBart Van Assche2022-10-221-0/+24
| * scsi: ufs: Introduce the function ufshcd_execute_start_stop()Bart Van Assche2022-10-221-5/+34
| * scsi: ufs: Track system suspend / resume activityBart Van Assche2022-10-221-0/+2
| * scsi: ufs: Try harder to change the power modeBart Van Assche2022-10-221-3/+5
| * scsi: ufs: Reduce the START STOP UNIT timeoutBart Van Assche2022-10-221-8/+1
| * scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()Bart Van Assche2022-10-221-3/+2
| * scsi: ufs: Remove an outdated commentBart Van Assche2022-10-221-1/+0
| * scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()Bart Van Assche2022-10-181-7/+2
* | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-0/+2
|\ \
| * | blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig2022-10-251-0/+2
| |/
* | scsi: ufs: core: Fix typo in commentKeoseong Park2022-10-221-1/+1
* | scsi: ufs: core: Fix typo for register name in commentsKeoseong Park2022-10-221-1/+1
* | scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry()Dukhyun Kwon2022-10-221-1/+1
* | Merge branch '6.1/scsi-queue' into 6.1/scsi-fixesMartin K. Petersen2022-10-212-3/+2
|\ \ | |/ |/|
| * scsi: ufs: core: Remove unneeded casts from void *Markus Fuchs2022-10-011-2/+2
| * scsi: ufs: qcom: Remove redundant dev_err() callShang XiaoJing2022-10-011-1/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-077-55/+377
|\|
| * scsi: ufs: core: Remove redundant function definitions from ufshcd.hArthur Simchaev2022-09-251-0/+5
| * scsi: ufs: core: Print UFSHCD capabilities in controller's sysfs nodeDaniil Lunev2022-09-061-0/+35
| * scsi: ufs: wb: Modify messagesJinyoung Choi2022-08-222-13/+12
| * scsi: ufs: wb: Introduce ufshcd_is_wb_buf_flush_allowed()Jinyoung Choi2022-08-223-4/+10
| * scsi: ufs: wb: Add explicit flush sysfs attributeJinyoung Choi2022-08-222-4/+51
| * scsi: ufs: wb: Change function name and parameter namesJinyoung Choi2022-08-221-13/+17
| * scsi: ufs: wb: Change wb_enabled condition testJinyoung Choi2022-08-221-4/+2
| * scsi: ufs: core: Allow host driver to disable wb toggling during clock scalingPeter Wang2022-08-223-5/+8
| * scsi: ufs: core: Use local_clock() for debugging timestampsDaniil Lunev2022-08-221-8/+12
| * scsi: ufs: ufs-mediatek: Support clk-scaling to optimize power consumptionPo-Wen Kao2022-08-223-2/+153
| * scsi: ufs: ufs-mediatek: Fix performance scalingPeter Wang2022-08-221-4/+14
| * scsi: ufs: ufs-mediatek: Dump more registersPeter Wang2022-08-221-2/+5
| * scsi: ufs: ufs-mediatek: Provide detailed description for UIC errorsStanley Chu2022-08-221-0/+58
| * scsi: ufs: ufs-mediatek: Remove redundant header filesStanley Chu2022-08-221-1/+0
* | block: change request end_io handler to pass back a return valueJens Axboe2022-09-301-2/+6
* | Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe2022-09-301-6/+3
|\ \