summaryrefslogtreecommitdiff
path: root/drivers/ufs/core/ufs-mcq.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-02scsi: ufs: mcq: Fix memory allocation checks for SQE and CQEAlok Tiwari1-2/+2
2025-06-19scsi: ufs: mcq: Delete ufshcd_release_scsi_cmd() in ufshcd_mcq_abort()ping.gao1-6/+0
2025-05-02scsi: ufs: mcq: Add NULL check in ufshcd_mcq_abort()Chenyuan Yang1-7/+5
2024-10-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-7/+8
2024-10-16scsi: ufs: core: Fix the issue of ICU failurePeter Wang1-7/+8
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-07-11Merge patch series "UFS patches for kernel 6.11"Martin K. Petersen1-6/+25
2024-07-11Merge branch '6.10/scsi-fixes' into 6.11/scsi-stagingMartin K. Petersen1-14/+14
2024-07-11scsi: ufs: mcq: Make .get_hba_mac() optionalBart Van Assche1-6/+20
2024-07-11scsi: ufs: mcq: Inline ufshcd_mcq_vops_get_hba_mac()Bart Van Assche1-7/+11
2024-07-11scsi: ufs: mcq: Move the "hba->mcq_enabled = true" assignmentBart Van Assche1-0/+1
2024-07-05scsi: ufs: core: Fix ufshcd_clear_cmd racing issuePeter Wang1-5/+6
2024-06-05scsi: ufs: mcq: Prevent no I/O queue case for MCQMinwoo Im1-0/+9
2024-06-05scsi: ufs: pci: Add support MCQ for QEMU-based UFSMinwoo Im1-0/+14
2024-05-31scsi: ufs: mcq: Convert MCQ_CFG_n to an inline functionMinwoo Im1-15/+10
2024-05-31scsi: ufs: mcq: Fix missing argument 'hba' in MCQ_OPR_OFFSET_nMinwoo Im1-6/+4
2024-05-31scsi: ufs: mcq: Fix error output and clean up ufshcd_mcq_abort()Chanwoo Lee1-9/+8
2024-04-25scsi: ufs: core: mcq: Fix ufshcd_mcq_sqe_search()Bart Van Assche1-2/+1
2024-03-11scsi: ufs: core: Fix MCQ MAC configurationRohit Ner1-1/+1
2024-01-24scsi: ufs: mcq: Remove unused parametersChanWoo Lee1-4/+2
2024-01-24scsi: ufs: mcq: Add definition for REG_UFS_MEM_CFG registerChanWoo Lee1-0/+6
2023-11-09scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISRPeter Wang1-0/+3
2023-11-09scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1Naomi Chu1-1/+1
2023-09-02Merge branch 'fixes' into miscJames Bottomley1-2/+4
2023-08-22scsi: ufs: mcq: Fix the search/wrap around logicBao D. Nguyen1-2/+4
2023-07-31scsi: ufs: Simplify transfer request header initializationBart Van Assche1-6/+1
2023-07-31scsi: ufs: Follow the kernel-doc syntax for documenting return valuesBart Van Assche1-5/+5
2023-07-23scsi: ufs: core: Fix some kernel-doc commentsYang Li1-7/+7
2023-07-11scsi: ufs: core: Export symbols for MTK driver modulePo-Wen Kao1-0/+3
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-25/+271
2023-06-16scsi: ufs: core: Add host quirk UFSHCD_QUIRK_MCQ_BROKEN_RTCPo-Wen Kao1-0/+12
2023-06-16scsi: ufs: core: Remove dedicated hwq for dev commandPo-Wen Kao1-10/+4
2023-06-08scsi: ufs: core: Combine ufshcd_mq_poll_cqe functionsStanley Chu1-13/+4
2023-06-01scsi: ufs: core: Add error handling for MCQ modeBao D. Nguyen1-2/+24
2023-06-01scsi: ufs: mcq: Use ufshcd_mcq_poll_cqe_lock() in MCQ modeBao D. Nguyen1-3/+3
2023-06-01scsi: ufs: mcq: Added ufshcd_mcq_abort()Bao D. Nguyen1-0/+60
2023-06-01scsi: ufs: mcq: Add supporting functions for MCQ abortBao D. Nguyen1-0/+167
2023-05-17scsi: ufs: core: Fix MCQ nr_hw_queuesPo-Wen Kao1-1/+2
2023-05-17scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc()Po-Wen Kao1-1/+1
2023-05-17scsi: ufs: core: Fix MCQ tag calculationPo-Wen Kao1-1/+1
2023-04-25scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issueAlice Chao1-3/+3
2023-02-09scsi: ufs: core: Fix kernel-doc syntaxBart Van Assche1-5/+5
2023-01-14scsi: ufs: core: mcq: Add Event Specific Interrupt enable and config functionsCan Guo1-0/+16
2023-01-14scsi: ufs: core: mcq: Add completion support in pollAsutosh Das1-0/+13
2023-01-14scsi: ufs: mcq: Add completion support of a CQEAsutosh Das1-0/+61
2023-01-14scsi: ufs: core: mcq: Find hardware queue to queue requestAsutosh Das1-0/+19
2023-01-14scsi: ufs: core: Prepare ufshcd_send_command() for MCQAsutosh Das1-0/+1
2023-01-14scsi: ufs: core: mcq: Use shared tags for MCQ modeAsutosh Das1-0/+2
2023-01-14scsi: ufs: core: mcq: Configure operation and runtime interfaceAsutosh Das1-0/+102
2023-01-14scsi: ufs: core: mcq: Allocate memory for MCQ modeAsutosh Das1-2/+57