summaryrefslogtreecommitdiff
path: root/drivers/ufs/core
AgeCommit message (Expand)Author
2024-07-18scsi: ufs: core: Fix ufshcd_abort_one racing issuePeter Wang
2024-07-18scsi: ufs: core: Fix ufshcd_clear_cmd racing issuePeter Wang
2024-06-27scsi: ufs: core: Free memory allocated for model before reinitJoel Slebodnick
2024-06-21scsi: ufs: core: Quiesce request queues before checking pending cmdsZiqi Chen
2024-06-21scsi: ufs: mcq: Fix error output and clean up ufshcd_mcq_abort()Chanwoo Lee
2024-06-12scsi: ufs: core: mcq: Fix ufshcd_mcq_sqe_search()Bart Van Assche
2024-06-12scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPLAndrew Halaney
2024-06-12scsi: ufs: core: Perform read back after disabling interruptsAndrew Halaney
2024-06-12scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_HAndrew Halaney
2024-05-17scsi: ufs: core: Fix MCQ mode dev command timeoutPeter Wang
2024-05-17scsi: ufs: core: WLUN suspend dev/link state error recoveryPeter Wang
2024-05-17scsi: ufs: core: Fix MCQ MAC configurationRohit Ner
2024-03-01scsi: ufs: core: Remove the ufshcd_release() in ufshcd_err_handling_prepare()SEO HOYOUNG
2024-03-01scsi: ufs: core: Fix shift issue in ufshcd_clear_cmd()Alice Chao
2024-01-31scsi: ufs: core: Remove the ufshcd_hba_exit() call from ufshcd_async_scan()Bart Van Assche
2024-01-25scsi: ufs: core: Simplify power management during async scanBart Van Assche
2024-01-01scsi: ufs: core: Let the sq_lock protect sq_tail_slot accessCan Guo
2023-12-08scsi: ufs: core: Clear cmd if abort succeeds in MCQ modePeter Wang
2023-11-28scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISRPeter Wang
2023-11-28scsi: ufs: qcom: Update PHY settings only when scaling to higher gearsManivannan Sadhasivam
2023-11-28scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1Naomi Chu
2023-11-20scsi: ufs: core: Leave space for '\0' in utf8 desc stringDaniel Mentz
2023-10-09scsi: ufs: core: Correct clear TM error logPeter Wang
2023-09-05scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC commandKiwoong Kim
2023-09-05scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lockKiwoong Kim
2023-08-30scsi: ufs: core: No need to update UPIU.header.flags and lun in advanced RPMB...Bean Huo
2023-08-30scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 does not support ...Bean Huo
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen
2023-08-21scsi: ufs: mcq: Fix the search/wrap around logicBao D. Nguyen
2023-08-21scsi: ufs: core: Convert to dev_err_probe() in ufshcd_variant_hba_init()Brian Masney
2023-08-07scsi: ufs: core: Fix the build for gcc 9 and beforeBart Van Assche
2023-08-07scsi: ufs: core: Export ufshcd_is_hba_active()Nitin Rawat
2023-07-31Merge patch series "Multiple cleanup patches for the UFS driver"Martin K. Petersen
2023-07-31scsi: ufs: Simplify response header parsingBart Van Assche
2023-07-31scsi: ufs: Simplify transfer request header initializationBart Van Assche
2023-07-31scsi: ufs: Remove a member variableBart Van Assche
2023-07-31scsi: ufs: Simplify ufshcd_abort_all()Bart Van Assche
2023-07-31scsi: ufs: Remove a local variable from ufshcd_abort_all()Bart Van Assche
2023-07-31scsi: ufs: Improve type safetyBart Van Assche
2023-07-31scsi: ufs: Simplify zero-initializationBart Van Assche
2023-07-31scsi: ufs: Rename a function argumentBart Van Assche
2023-07-31scsi: ufs: Document all return valuesBart Van Assche
2023-07-31scsi: ufs: Follow the kernel-doc syntax for documenting return valuesBart Van Assche
2023-07-31scsi: ufs: core: Add enums for UFS lanesManivannan Sadhasivam
2023-07-25scsi: ufs: Fix residual handlingBart Van Assche
2023-07-23scsi: ufs: core: Remove HPB supportBart Van Assche
2023-07-23scsi: ufs: core: Fix some kernel-doc commentsYang Li
2023-07-11scsi: ufs: core: Export symbols for MTK driver modulePo-Wen Kao
2023-07-11scsi: ufs: core: Convert UPIU_HEADER_DWORD() into a functionBart Van Assche
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen