summaryrefslogtreecommitdiff
path: root/drivers/ufs/core
AgeCommit message (Expand)AuthorFilesLines
2024-08-17scsi: ufs: core: Add a quirk for handling broken LSDBS field in controller ca...Manivannan Sadhasivam1-1/+5
2024-08-02scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logicVamshi Gajjela1-3/+8
2024-07-30Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen2-5/+27
2024-07-23scsi: ufs: core: Do not set link to OFF state while waking up from hibernationManivannan Sadhasivam1-3/+0
2024-07-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-115/+295
2024-07-16scsi: ufs: core: Fix deadlock during RTC updatePeter Wang2-1/+9
2024-07-16scsi: ufs: core: Bypass quick recovery if force reset is neededPeter Wang1-1/+2
2024-07-16scsi: ufs: core: Check LSDBS cap when !mcqKyoungrul Kim1-0/+16
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-4/+6
2024-07-11Merge patch series "Basic inline encryption support for ufs-exynos"Martin K. Petersen3-15/+58
2024-07-11scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDTEric Biggers2-0/+18
2024-07-11scsi: ufs: core: Add fill_crypto_prdt variant opEric Biggers2-1/+20
2024-07-11scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLEEric Biggers1-0/+8
2024-07-11scsi: ufs: core: fold ufshcd_clear_keyslot() into its callerEric Biggers1-11/+5
2024-07-11scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILEEric Biggers1-3/+7
2024-07-11Merge patch series "UFS patches for kernel 6.11"Martin K. Petersen3-75/+80
2024-07-11Merge branch '6.10/scsi-fixes' into 6.11/scsi-stagingMartin K. Petersen2-17/+20
2024-07-11scsi: ufs: mcq: Make .get_hba_mac() optionalBart Van Assche3-7/+23
2024-07-11scsi: ufs: mcq: Inline ufshcd_mcq_vops_get_hba_mac()Bart Van Assche2-15/+11
2024-07-11scsi: ufs: mcq: Move the ufshcd_mcq_enable() callBart Van Assche1-3/+5
2024-07-11scsi: ufs: mcq: Move the "hba->mcq_enabled = true" assignmentBart Van Assche2-1/+1
2024-07-11scsi: ufs: core: Inline is_mcq_enabled()Bart Van Assche1-14/+14
2024-07-11scsi: ufs: core: Initialize hba->reserved_slot earlierBart Van Assche1-3/+3
2024-07-11scsi: ufs: core: Rename the MASK_TRANSFER_REQUESTS_SLOTS constantBart Van Assche1-1/+1
2024-07-11scsi: ufs: core: Remove two constantsBart Van Assche1-4/+0
2024-07-11scsi: ufs: core: Initialize struct uic_command onceBart Van Assche1-30/+31
2024-07-11scsi: ufs: core: Declare functions onceBart Van Assche1-6/+0
2024-07-05scsi: ufs: core: Fix ufshcd_abort_one racing issuePeter Wang1-0/+2
2024-07-05scsi: ufs: core: Fix ufshcd_clear_cmd racing issuePeter Wang1-5/+6
2024-07-05scsi: ufs: core: Remove SCSI host only if addedKyoungrul Kim1-2/+5
2024-07-05scsi: ufs: core: Suspend clk scaling on no requestRam Prakash Gupta1-1/+2
2024-06-26block: move dma_pad_mask into queue_limitsChristoph Hellwig1-4/+6
2024-06-14scsi: ufs: core: Free memory allocated for model before reinitJoel Slebodnick1-0/+1
2024-06-12scsi: ufs: core: Quiesce request queues before checking pending cmdsZiqi Chen1-3/+3
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-05-31scsi: ufs: sysfs: Make max_number_of_rtt read-writeAvri Altman1-1/+72
2024-05-31scsi: ufs: core: Maximum RTT supported by the host driverAvri Altman1-1/+4
2024-05-31scsi: ufs: core: Allow RTT negotiationAvri Altman1-0/+38
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-281/+95
2024-04-25scsi: ufs: core: mcq: Fix ufshcd_mcq_sqe_search()Bart Van Assche1-2/+1
2024-04-12Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)"Martin K. Petersen2-4/+2
2024-04-12scsi: ufs: core: Changing the status to check inflightSEO HOYOUNG1-10/+1
2024-04-12scsi: ufs: Remove support for old UFSHCI versionsAvri Altman1-145/+13
2024-04-12scsi: ufs: ufs-exynos: Move setting the the DMA alignment to the init methodChristoph Hellwig1-3/+0
2024-04-12scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig1-1/+2
2024-04-06Merge patch series "scsi: ufs: Remove overzealous memory barriers"Martin K. Petersen1-12/+3