summaryrefslogtreecommitdiff
path: root/drivers/ufs/core
AgeCommit message (Expand)AuthorFilesLines
8 daysscsi: ufs: core: fix incorrect buffer duplication in ufshcd_read_string_desc()Bean Huo1-1/+1
2025-11-13scsi: ufs: core: Add a quirk to suppress link_startup_againAdrian Hunter1-1/+2
2025-11-13scsi: ufs: core: Disable timestamp functionality if not supportedBart Van Assche1-1/+5
2025-11-13scsi: ufs: host: mediatek: Enhance recovery on hibernation exit failurePeter Wang1-1/+2
2025-11-13scsi: ufs: core: Initialize value of an attribute returned by uic cmdWonkon Kim1-2/+2
2025-10-02scsi: ufs: mcq: Fix memory allocation checks for SQE and CQEAlok Tiwari1-2/+2
2025-08-15scsi: ufs: core: Use link recovery when h8 exit fails during runtime resumeSeunghui Lee1-1/+9
2025-07-10scsi: ufs: core: Fix spelling of a sysfs attribute nameBart Van Assche1-2/+2
2025-07-06scsi: ufs: core: Fix clk scaling to be conditional in reset and restoreanvithdosapati1-1/+2
2025-07-06scsi: ufs: core: Don't perform UFS clkscaling during host async scanZiqi Chen1-0/+3
2025-06-19scsi: core: ufs: Fix a hang in the error handlerSanjeev Yadav1-1/+6
2025-06-19scsi: ufs: mcq: Delete ufshcd_release_scsi_cmd() in ufshcd_mcq_abort()ping.gao1-6/+0
2025-05-29scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devicesManish Pandey1-0/+29
2025-05-09scsi: ufs: core: Remove redundant query_complete traceKeoseong Park1-2/+0
2025-05-02scsi: ufs: core: Add NULL check in ufshcd_mcq_compl_pending_transfer()Chenyuan Yang1-0/+2
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: bsg: Fix crash when arpmb command failsArthur Simchaev1-2/+4
2025-03-07scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init()Manivannan Sadhasivam1-15/+15
2025-03-07scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out()Bart Van Assche1-4/+4
2025-02-21scsi: ufs: core: Ensure clk_gating.lock is used only after initializationAvri Altman1-2/+6
2025-02-21scsi: ufs: Fix toggling of clk_gating.state when clock gating is not allowedAvri Altman1-1/+1
2025-02-21scsi: ufs: core: Introduce a new clock_gating lockAvri Altman1-57/+52
2025-02-21scsi: ufs: core: Prepare to introduce a new clock_gating lockAvri Altman1-4/+7
2025-02-21scsi: ufs: core: Introduce ufshcd_has_pending_tasks()Avri Altman1-4/+9
2025-02-21scsi: ufs: bsg: Set bsg_queue to NULL after removalGuixin Liu1-0/+1
2025-02-17scsi: ufs: core: Fix use-after free in init error and remove pathsAndré Draszik1-10/+21
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: Cancel RTC work during ufshcd_remove()Manivannan Sadhasivam1-0/+1
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-11-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+8
2024-11-05scsi: ufs: core: Start the RTC update work laterBart Van Assche1-2/+8
2024-10-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2024-10-25scsi: ufs: core: Fix another deadlock during RTC updatePeter Wang1-1/+1
2024-10-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-24/+15
2024-10-16scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut downSeunghwan Baek1-1/+3
2024-10-16scsi: ufs: core: Requeue aborted requestPeter Wang1-16/+4
2024-10-16scsi: ufs: core: Fix the issue of ICU failurePeter Wang1-7/+8
2024-10-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+2
2024-10-04scsi: ufs: Use pre-calculated offsets in ufshcd_init_lrb()Avri Altman1-3/+2
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-62/+519