summaryrefslogtreecommitdiff
path: root/drivers/ufs/core
AgeCommit message (Expand)AuthorFilesLines
2023-01-12scsi: ufs: core: Add support for reinitializing the UFS deviceManivannan Sadhasivam1-16/+47
2023-01-12scsi: ufs: core: Add reinit_notify() callbackManivannan Sadhasivam1-0/+6
2022-12-31Merge patch series "scsi: ufs: core: Always read the descriptors with max len...Martin K. Petersen4-90/+27
2022-12-31scsi: ufs: core: Remove ufshcd_map_desc_id_to_length()Arthur Simchaev2-13/+11
2022-12-31scsi: ufs: core: Remove len parameter from ufshcd_set_active_icc_lvl()Arthur Simchaev1-4/+2
2022-12-31scsi: ufs: core: Remove redundant desc_size variable from hbaArthur Simchaev4-70/+15
2022-12-31scsi: ufs: core: Remove redundant wb checkArthur Simchaev1-4/+0
2022-12-31Merge patch series "Prepare for upstreaming Pixel 6 and 7 UFS support"Martin K. Petersen1-25/+34
2022-12-31scsi: ufs: core: Allow UFS host drivers to override the sg entry sizeEric Biggers1-21/+18
2022-12-31scsi: ufs: core: Pass the clock scaling timeout as an argumentBart Van Assche1-4/+15
2022-12-31scsi: ufs: core: Reduce the clock scaling latencyBart Van Assche1-1/+1
2022-12-31Merge patch series "UFS Advanced RPMB"Martin K. Petersen2-78/+237
2022-12-31scsi: ufs: core: bsg: Add advanced RPMB support in ufs_bsgBean Huo2-10/+186
2022-12-31scsi: ufs: core: Pass EHS length into ufshcd_prepare_req_desc_hdr()Bean Huo1-11/+10
2022-12-31scsi: ufs: core: Advanced RPMB detectionBean Huo1-0/+6
2022-12-31scsi: ufs: core: Split ufshcd_map_sg()Bean Huo1-19/+29
2022-12-31scsi: ufs: bsg: Clean up ufs_bsg_request()Bean Huo1-19/+8
2022-12-31scsi: ufs: bsg: Remove unnecessary length checkupBean Huo1-21/+0
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-181/+230
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2022-11-26scsi: ufs: core: Fix the polling implementationBart Van Assche1-2/+26
2022-11-26scsi: ufs: core: Fix unnecessary operation for early returnChanWoo Lee1-5/+5
2022-11-26scsi: ufs: core: Switch 'check_for_bkops' to boolChanWoo Lee1-2/+2
2022-11-26scsi: ufs: core: Separate function name and messageChanWoo Lee2-6/+6
2022-11-08scsi: ufs: core: Introduce ufshcd_abort_all()Bart Van Assche1-28/+34
2022-11-08scsi: ufs: core: Refactor ufshcd_hba_enable()Keoseong Park1-7/+11
2022-10-27scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs nodesBean Huo1-0/+18
2022-10-27scsi: ufs: core: Clean up ufshcd_slave_alloc()Bean Huo1-97/+53
2022-10-27scsi: ufs: core: Revert "WB is only available on LUN #0 to #7"Bean Huo3-8/+3
2022-10-27scsi: ufs: core: Print events for WLUN suspend and resume failuresPeter Wang1-0/+3
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig1-0/+2
2022-10-22scsi: ufs: core: Fix typo in commentKeoseong Park1-1/+1
2022-10-22scsi: ufs: Fix a deadlock between PM and the SCSI error handlerBart Van Assche1-0/+24
2022-10-22scsi: ufs: Introduce the function ufshcd_execute_start_stop()Bart Van Assche1-5/+34
2022-10-22scsi: ufs: Track system suspend / resume activityBart Van Assche1-0/+2
2022-10-22scsi: ufs: Try harder to change the power modeBart Van Assche1-3/+5
2022-10-22scsi: ufs: Reduce the START STOP UNIT timeoutBart Van Assche1-8/+1
2022-10-22scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()Bart Van Assche1-3/+2
2022-10-22scsi: ufs: Remove an outdated commentBart Van Assche1-1/+0
2022-10-22scsi: ufs: core: Fix typo for register name in commentsKeoseong Park1-1/+1
2022-10-22scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry()Dukhyun Kwon1-1/+1
2022-10-21Merge branch '6.1/scsi-queue' into 6.1/scsi-fixesMartin K. Petersen1-2/+2
2022-10-18scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()Bart Van Assche1-7/+2
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-45/+146
2022-10-01scsi: ufs: core: Remove unneeded casts from void *Markus Fuchs1-2/+2
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-2/+6
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe1-6/+3
2022-09-25scsi: ufs: core: Remove redundant function definitions from ufshcd.hArthur Simchaev1-0/+5
2022-09-07scsi: ufs: core: Print UFSHCD capabilities in controller's sysfs nodeDaniil Lunev1-0/+35
2022-08-23scsi: ufs: wb: Modify messagesJinyoung Choi2-13/+12