summaryrefslogtreecommitdiff
path: root/drivers/ufs/core
AgeCommit message (Expand)AuthorFilesLines
2025-05-02scsi: ufs: mcq: Add NULL check in ufshcd_mcq_abort()Chenyuan Yang1-7/+5
2025-03-22scsi: ufs: core: Fix error return with query responseSeunghui Lee1-1/+6
2025-03-07scsi: ufs: core: Cancel RTC work during ufshcd_remove()Manivannan Sadhasivam1-0/+1
2025-03-07scsi: ufs: core: Start the RTC update work laterBart Van Assche1-2/+8
2025-03-07scsi: ufs: core: Fix another deadlock during RTC updatePeter Wang1-1/+1
2025-03-07scsi: ufs: core: Fix deadlock during RTC updatePeter Wang2-1/+9
2025-03-07scsi: ufs: core: bsg: Fix crash when arpmb command failsArthur Simchaev1-2/+4
2025-03-07scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out()Bart Van Assche1-4/+4
2025-03-07scsi: ufs: core: Prepare to introduce a new clock_gating lockAvri Altman1-4/+7
2025-03-07scsi: ufs: core: Introduce ufshcd_has_pending_tasks()Avri Altman1-4/+9
2025-03-07scsi: ufs: core: Add UFS RTC supportBean Huo1-2/+81
2025-03-07scsi: ufs: core: Add ufshcd_is_ufs_dev_busy()Bean Huo1-4/+7
2025-02-21scsi: ufs: bsg: Set bsg_queue to NULL after removalGuixin Liu1-0/+1
2025-02-08scsi: ufs: bsg: Delete bsg_dev when setting up bsg failsGuixin Liu1-0/+1
2025-01-23scsi: ufs: core: Honor runtime/system PM levels if set by host controller dri...Manivannan Sadhasivam1-3/+6
2025-01-17scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_p...Manivannan Sadhasivam2-7/+0
2024-12-19scsi: ufs: core: Update compl_time_stamp_local_clock after completing a cqeliuderong1-0/+1
2024-12-14scsi: ufs: core: Make DMA mask configuration more flexibleBart Van Assche1-2/+2
2024-12-14scsi: ufs: core: Add missing post notify for power mode changePeter Wang1-3/+4
2024-12-14scsi: ufs: core: sysfs: Prevent div by zeroGwendal Grignou1-0/+6
2024-12-14scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSGZiqi Chen3-1/+38
2024-12-14scsi: ufs: core: Always initialize the UIC done completionBart Van Assche1-7/+4
2024-10-22scsi: ufs: core: Fix the issue of ICU failurePeter Wang1-7/+8
2024-10-22scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut downSeunghwan Baek1-1/+3
2024-10-17scsi: ufs: Use pre-calculated offsets in ufshcd_init_lrb()Avri Altman1-3/+2
2024-09-12scsi: ufs: core: Remove SCSI host only if addedKyoungrul Kim1-2/+5
2024-09-08scsi: ufs: core: Bypass quick recovery if force reset is neededPeter Wang1-1/+2
2024-09-08scsi: ufs: core: Check LSDBS cap when !mcqKyoungrul Kim1-0/+16
2024-08-14scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logicVamshi Gajjela1-3/+8
2024-08-14scsi: ufs: core: Do not set link to OFF state while waking up from hibernationManivannan Sadhasivam1-3/+0
2024-08-03scsi: ufs: mcq: Fix missing argument 'hba' in MCQ_OPR_OFFSET_nMinwoo Im1-6/+4
2024-07-18scsi: ufs: core: Fix ufshcd_abort_one racing issuePeter Wang1-0/+2
2024-07-18scsi: ufs: core: Fix ufshcd_clear_cmd racing issuePeter Wang1-5/+6
2024-06-27scsi: ufs: core: Free memory allocated for model before reinitJoel Slebodnick1-0/+1
2024-06-21scsi: ufs: core: Quiesce request queues before checking pending cmdsZiqi Chen1-3/+3
2024-06-21scsi: ufs: mcq: Fix error output and clean up ufshcd_mcq_abort()Chanwoo Lee1-9/+8
2024-06-12scsi: ufs: core: mcq: Fix ufshcd_mcq_sqe_search()Bart Van Assche1-2/+1
2024-06-12scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPLAndrew Halaney1-1/+1
2024-06-12scsi: ufs: core: Perform read back after disabling interruptsAndrew Halaney1-1/+1
2024-06-12scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_HAndrew Halaney1-1/+1
2024-05-17scsi: ufs: core: Fix MCQ mode dev command timeoutPeter Wang1-1/+3
2024-05-17scsi: ufs: core: WLUN suspend dev/link state error recoveryPeter Wang1-1/+4
2024-05-17scsi: ufs: core: Fix MCQ MAC configurationRohit Ner1-1/+1
2024-03-01scsi: ufs: core: Remove the ufshcd_release() in ufshcd_err_handling_prepare()SEO HOYOUNG1-1/+0
2024-03-01scsi: ufs: core: Fix shift issue in ufshcd_clear_cmd()Alice Chao1-1/+3
2024-02-01scsi: ufs: core: Remove the ufshcd_hba_exit() call from ufshcd_async_scan()Bart Van Assche1-5/+2
2024-01-26scsi: ufs: core: Simplify power management during async scanBart Van Assche1-4/+3
2024-01-01scsi: ufs: core: Let the sq_lock protect sq_tail_slot accessCan Guo1-1/+2
2023-12-08scsi: ufs: core: Clear cmd if abort succeeds in MCQ modePeter Wang1-0/+13
2023-11-28scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISRPeter Wang1-0/+3