summaryrefslogtreecommitdiff
path: root/drivers/ufs
AgeCommit message (Expand)AuthorFilesLines
2024-08-17scsi: ufs: qcom: Add UFSHCD_QUIRK_BROKEN_LSDBS_CAP for SM8550 SoCManivannan Sadhasivam1-1/+5
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. Petersen3-5/+30
2024-07-23scsi: ufs: exynos: Don't resume FMP when crypto support is disabledEric Biggers1-0/+3
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 Torvalds11-125/+587
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. Petersen4-21/+292
2024-07-11scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)Eric Biggers1-6/+234
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. Petersen4-78/+83
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 Assche2-17/+17
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: qcom: Enable suspending clk scaling on no requestRam Prakash Gupta1-0/+2
2024-07-05scsi: ufs: core: Suspend clk scaling on no requestRam Prakash Gupta1-1/+2
2024-06-27scsi: ufs: ufs-pci: Add support for Intel Panther LakeAdrian Hunter1-0/+1
2024-06-27scsi: ufs: qcom: Add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
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 Im2-1/+61
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 Altman3-1/+8
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 Torvalds11-415/+544
2024-05-07Merge patch series "ufs-exynos support for Tensor GS101"Martin K. Petersen2-15/+205