summaryrefslogtreecommitdiff
path: root/drivers/ufs
AgeCommit message (Expand)AuthorFilesLines
5 daysscsi: ufs: core: Fix ufshcd_abort_one racing issuePeter Wang1-0/+2
5 daysscsi: 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-06-12scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIVAndrew Halaney1-1/+1
2024-06-12scsi: ufs: qcom: Perform read back after writing CGC enableAndrew Halaney1-1/+1
2024-06-12scsi: ufs: qcom: Perform read back after writing unipro modeAndrew Halaney1-3/+0
2024-06-12scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1USAndrew Halaney1-1/+1
2024-06-12scsi: ufs: qcom: Perform read back after writing reset bitAndrew Halaney1-6/+6
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-04-27scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5Manivannan Sadhasivam1-1/+7
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-26scsi: ufs: qcom: Fix the return value when platform_get_resource_byname() failsManivannan Sadhasivam1-1/+1
2024-01-26scsi: ufs: qcom: Fix the return value of ufs_qcom_ice_program_key()Manivannan Sadhasivam1-1/+1
2024-01-01scsi: ufs: core: Let the sq_lock protect sq_tail_slot accessCan Guo1-1/+2
2024-01-01scsi: ufs: qcom: Return ufs_qcom_clk_scale_*() errors in ufs_qcom_clk_scale_n...ChanWoo Lee1-2/+4
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
2023-11-28scsi: ufs: qcom: Update PHY settings only when scaling to higher gearsManivannan Sadhasivam2-3/+9
2023-11-28scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1Naomi Chu1-1/+1
2023-11-20scsi: ufs: core: Leave space for '\0' in utf8 desc stringDaniel Mentz1-1/+1
2023-10-10scsi: ufs: core: Correct clear TM error logPeter Wang1-1/+1
2023-09-05scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC commandKiwoong Kim1-1/+6
2023-09-05scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lockKiwoong Kim1-5/+1
2023-08-31scsi: ufs: core: No need to update UPIU.header.flags and lun in advanced RPMB...Bean Huo1-3/+1
2023-08-31scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 does not support ...Bean Huo2-3/+10
2023-08-31Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen5-4/+45
2023-08-22scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5Neil Armstrong1-1/+1
2023-08-22scsi: ufs: mcq: Fix the search/wrap around logicBao D. Nguyen1-2/+4
2023-08-21scsi: ufs: host: Convert to dev_err_probe() in ufshcd_pltfrm_init()Brian Masney1-1/+2
2023-08-21scsi: ufs: core: Convert to dev_err_probe() in ufshcd_variant_hba_init()Brian Masney1-2/+3
2023-08-08scsi: ufs: ufs-pci: Add support for QEMUJeuk Kim1-0/+1
2023-08-08scsi: ufs: renesas: Fix private allocationYoshihiro Shimoda1-1/+1
2023-08-08scsi: ufs: qcom: Make struct ufs_qcom_bw_table static constManivannan Sadhasivam1-1/+1
2023-08-08scsi: ufs: core: Fix the build for gcc 9 and beforeBart Van Assche1-0/+8
2023-08-08scsi: ufs: ufs-qcom: Check host controller stateNitin Rawat1-0/+4
2023-08-08scsi: ufs: core: Export ufshcd_is_hba_active()Nitin Rawat1-1/+2
2023-07-31Merge patch series "Multiple cleanup patches for the UFS driver"Martin K. Petersen14-334/+346
2023-07-31scsi: ufs: Simplify response header parsingBart Van Assche1-93/+60
2023-07-31scsi: ufs: Simplify transfer request header initializationBart Van Assche3-39/+65