summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs
AgeCommit message (Expand)AuthorFilesLines
7 daysscsi: core: ufs: Fix a hang in the error handlerSanjeev Yadav1-1/+3
2025-08-28scsi: ufs: exynos: Fix programming of HCI_UTRL_NEXUS_TYPEAndré Draszik1-2/+2
2025-08-28scsi: ufs: core: Use link recovery when h8 exit fails during runtime resumeSeunghui Lee1-1/+9
2025-07-17scsi: ufs: core: Fix spelling of a sysfs attribute nameBart Van Assche1-2/+2
2025-05-02scsi: ufs: bsg: Set bsg_queue to NULL after removalGuixin Liu1-0/+1
2025-03-13scsi: ufs: bsg: Delete bsg_dev when setting up bsg failsGuixin Liu1-0/+1
2024-12-14scsi: ufs: exynos: Fix hibern8 notify callbacksPeter Griffin1-8/+8
2024-08-19scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logicVamshi Gajjela1-3/+8
2024-06-16scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5Neil Armstrong1-1/+1
2024-06-16scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPLAndrew Halaney1-1/+1
2024-06-16scsi: ufs: core: Perform read back after disabling interruptsAndrew Halaney1-1/+1
2024-06-16scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIVAndrew Halaney1-1/+1
2024-06-16scsi: ufs: qcom: Perform read back after writing CGC enableAndrew Halaney1-1/+1
2024-06-16scsi: ufs: qcom: Perform read back after writing unipro modeAndrew Halaney1-3/+0
2024-06-16scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW version major 5Abel Vesa2-3/+11
2024-06-16scsi: ufs: ufs-qcom: Fix the Qcom register name for offset 0xD0Manivannan Sadhasivam1-1/+2
2024-06-16scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1USAndrew Halaney1-1/+1
2024-06-16scsi: ufs-qcom: Fix ufs RST_n spec violationZiqi Chen1-2/+16
2024-06-16scsi: ufs: qcom: Perform read back after writing reset bitAndrew Halaney1-6/+6
2023-11-20scsi: ufs: core: Leave space for '\0' in utf8 desc stringDaniel Mentz1-1/+1
2023-04-05scsi: ufs: core: Add soft dependency on governor_simpleondemandAdrien Thierry1-0/+1
2022-08-31scsi: ufs: core: Enable link lost interruptKiwoong Kim1-5/+1
2022-08-03scsi: ufs: host: Hold reference returned by of_parse_phandle()Liang He1-2/+13
2022-06-09scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabledManivannan Sadhasivam1-2/+5
2022-06-09scsi: ufs: core: Exclude UECxx from SFR dump listKiwoong Kim1-1/+6
2022-06-09scsi: ufs: qcom: Fix ufs_qcom_resume()Bart Van Assche1-6/+1
2022-06-09scsi: ufs: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-02-16scsi: ufs: Treat link loss as fatal errorKiwoong Kim1-1/+2
2022-02-16scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup()Xiaoke Wang1-0/+7
2022-01-27scsi: ufs: Fix race conditions related to driver dataBart Van Assche4-5/+7
2021-11-26scsi: ufs: core: Fix task management completion timeout raceAdrian Hunter1-5/+0
2021-11-26scsi: ufs: core: Fix task management completionAdrian Hunter2-29/+24
2021-11-18scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe deferSrinivas Kandagatla1-2/+2
2021-11-18scsi: ufs: Refactor ufshcd_setup_clocks() to remove skip_ref_clkCan Guo3-20/+14
2021-11-02scsi: ufs: ufs-exynos: Correct timeout value setting registersChanho Park1-3/+3
2021-10-06scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu1-2/+1
2021-09-18scsi: ufs: ufs-exynos: Fix static checker warningAlim Akhtar2-3/+3
2021-09-18scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()Bart Van Assche1-3/+5
2021-06-03scsi: ufs: ufs-mediatek: Fix power down spec violationPeter Wang1-0/+4
2021-05-26scsi: ufs: handle cleanup correctly on devm_reset_control_get errorPhillip Potter1-5/+12
2021-05-26Revert "scsi: ufs: fix a missing check of devm_reset_control_get"Greg Kroah-Hartman1-4/+0
2021-05-26scsi: ufs: core: Increase the usable queue depthBart Van Assche1-1/+4
2021-05-19scsi: ufs: core: Narrow down fast path in system suspend pathCan Guo1-0/+1
2021-05-19scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspendCan Guo1-0/+2
2021-05-19scsi: ufs: core: Do not put UFS power into LPM if link is brokenCan Guo1-2/+2
2021-05-14scsi: ufs: ufshcd-pltfrm: Fix deferred probingSergey Shtylyov1-1/+1
2021-04-14scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUsCan Guo1-17/+13
2021-04-14scsi: ufs: core: Fix task management request completion timeoutCan Guo1-0/+1
2021-03-30scsi: ufs: ufs-qcom: Disable interrupt in reset pathNitin Rawat1-0/+10
2021-03-25scsi: ufs: ufs-mediatek: Correct operator & -> &&dongjian1-1/+1