summaryrefslogtreecommitdiffstats
path: root/drivers/ufs
AgeCommit message (Expand)AuthorLines
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-191/+235
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds-0/+2
2022-11-26scsi: ufs: ufs-mediatek: Remove unnecessary return codeChanWoo Lee-7/+4
2022-11-26scsi: ufs: core: Fix the polling implementationBart Van Assche-2/+26
2022-11-26scsi: ufs: ufs-mediatek: Modify the return valueChanWoo Lee-1/+1
2022-11-26scsi: ufs: ufs-mediatek: Remove unneeded codeChanWoo Lee-2/+0
2022-11-25scsi: ufs: core: Fix unnecessary operation for early returnChanWoo Lee-5/+5
2022-11-25scsi: ufs: core: Switch 'check_for_bkops' to boolChanWoo Lee-2/+2
2022-11-25scsi: ufs: core: Separate function name and messageChanWoo Lee-6/+6
2022-11-08scsi: ufs: core: Introduce ufshcd_abort_all()Bart Van Assche-28/+34
2022-11-08scsi: ufs: core: Refactor ufshcd_hba_enable()Keoseong Park-7/+11
2022-10-27scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs nodesBean Huo-0/+18
2022-10-27scsi: ufs: core: Clean up ufshcd_slave_alloc()Bean Huo-97/+53
2022-10-27scsi: ufs: core: Revert "WB is only available on LUN #0 to #7"Bean Huo-8/+3
2022-10-27scsi: ufs: core: Print events for WLUN suspend and resume failuresPeter Wang-0/+3
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig-0/+2
2022-10-22scsi: ufs: core: Fix typo in commentKeoseong Park-1/+1
2022-10-22scsi: ufs: Fix a deadlock between PM and the SCSI error handlerBart Van Assche-0/+24
2022-10-22scsi: ufs: Introduce the function ufshcd_execute_start_stop()Bart Van Assche-5/+34
2022-10-22scsi: ufs: Track system suspend / resume activityBart Van Assche-0/+2
2022-10-22scsi: ufs: Try harder to change the power modeBart Van Assche-3/+5
2022-10-22scsi: ufs: Reduce the START STOP UNIT timeoutBart Van Assche-8/+1
2022-10-22scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()Bart Van Assche-3/+2
2022-10-22scsi: ufs: Remove an outdated commentBart Van Assche-1/+0
2022-10-22scsi: ufs: core: Fix typo for register name in commentsKeoseong Park-1/+1
2022-10-22scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry()Dukhyun Kwon-1/+1
2022-10-21Merge branch '6.1/scsi-queue' into 6.1/scsi-fixesMartin K. Petersen-3/+2
2022-10-18scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()Bart Van Assche-7/+2
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-55/+377
2022-10-01scsi: ufs: core: Remove unneeded casts from void *Markus Fuchs-2/+2
2022-10-01scsi: ufs: qcom: Remove redundant dev_err() callShang XiaoJing-1/+0
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe-2/+6
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe-6/+3
2022-09-25scsi: ufs: core: Remove redundant function definitions from ufshcd.hArthur Simchaev-0/+5
2022-09-06scsi: ufs: core: Print UFSHCD capabilities in controller's sysfs nodeDaniil Lunev-0/+35
2022-08-22scsi: ufs: wb: Modify messagesJinyoung Choi-13/+12
2022-08-22scsi: ufs: wb: Introduce ufshcd_is_wb_buf_flush_allowed()Jinyoung Choi-4/+10
2022-08-22scsi: ufs: wb: Add explicit flush sysfs attributeJinyoung Choi-4/+51
2022-08-22scsi: ufs: wb: Change function name and parameter namesJinyoung Choi-13/+17
2022-08-22scsi: ufs: wb: Change wb_enabled condition testJinyoung Choi-4/+2
2022-08-22scsi: ufs: core: Allow host driver to disable wb toggling during clock scalingPeter Wang-5/+8
2022-08-22scsi: ufs: core: Use local_clock() for debugging timestampsDaniil Lunev-8/+12
2022-08-22scsi: ufs: ufs-mediatek: Support clk-scaling to optimize power consumptionPo-Wen Kao-2/+153
2022-08-22scsi: ufs: ufs-mediatek: Fix performance scalingPeter Wang-4/+14
2022-08-22scsi: ufs: ufs-mediatek: Dump more registersPeter Wang-2/+5
2022-08-22scsi: ufs: ufs-mediatek: Provide detailed description for UIC errorsStanley Chu-0/+58
2022-08-22scsi: ufs: ufs-mediatek: Remove redundant header filesStanley Chu-1/+0
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche-6/+3
2022-08-19scsi: ufs: core: Reduce the power mode change timeoutBart Van Assche-1/+8
2022-08-19Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen-1/+1