aboutsummaryrefslogtreecommitdiff
path: root/drivers/ufs
AgeCommit message (Expand)AuthorFilesLines
2024-07-10scsi: ufs: mcq: Move the ufshcd_mcq_enable() callBart Van Assche1-3/+5
2024-07-10scsi: ufs: mcq: Move the "hba->mcq_enabled = true" assignmentBart Van Assche2-1/+1
2024-07-10scsi: ufs: core: Inline is_mcq_enabled()Bart Van Assche2-17/+17
2024-07-10scsi: ufs: core: Initialize hba->reserved_slot earlierBart Van Assche1-3/+3
2024-07-10scsi: ufs: core: Rename the MASK_TRANSFER_REQUESTS_SLOTS constantBart Van Assche1-1/+1
2024-07-10scsi: ufs: core: Remove two constantsBart Van Assche1-4/+0
2024-07-10scsi: ufs: core: Initialize struct uic_command onceBart Van Assche1-30/+31
2024-07-10scsi: ufs: core: Declare functions onceBart Van Assche1-6/+0
2024-07-04scsi: ufs: core: Fix ufshcd_abort_one racing issuePeter Wang1-0/+2
2024-07-04scsi: ufs: core: Fix ufshcd_clear_cmd racing issuePeter Wang1-5/+6
2024-07-04scsi: ufs: core: Remove SCSI host only if addedKyoungrul Kim1-2/+5
2024-07-04scsi: ufs: qcom: Enable suspending clk scaling on no requestRam Prakash Gupta1-0/+2
2024-07-04scsi: ufs: core: Suspend clk scaling on no requestRam Prakash Gupta1-1/+2
2024-06-26scsi: ufs: ufs-pci: Add support for Intel Panther LakeAdrian Hunter1-0/+1
2024-06-26scsi: 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-13scsi: ufs: core: Free memory allocated for model before reinitJoel Slebodnick1-0/+1
2024-06-11scsi: ufs: core: Quiesce request queues before checking pending cmdsZiqi Chen1-3/+3
2024-06-04scsi: ufs: mcq: Prevent no I/O queue case for MCQMinwoo Im1-0/+9
2024-06-04scsi: ufs: pci: Add support MCQ for QEMU-based UFSMinwoo Im2-1/+61
2024-05-30scsi: ufs: mcq: Convert MCQ_CFG_n to an inline functionMinwoo Im1-15/+10
2024-05-30scsi: ufs: mcq: Fix missing argument 'hba' in MCQ_OPR_OFFSET_nMinwoo Im1-6/+4
2024-05-30scsi: ufs: mcq: Fix error output and clean up ufshcd_mcq_abort()Chanwoo Lee1-9/+8
2024-05-30scsi: ufs: sysfs: Make max_number_of_rtt read-writeAvri Altman1-1/+72
2024-05-30scsi: ufs: core: Maximum RTT supported by the host driverAvri Altman3-1/+8
2024-05-30scsi: ufs: core: Allow RTT negotiationAvri Altman1-0/+38
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds11-415/+544
2024-05-06Merge patch series "ufs-exynos support for Tensor GS101"Martin K. Petersen2-15/+205
2024-05-06scsi: ufs: exynos: Add support for Tensor gs101 SoCPeter Griffin2-0/+160
2024-05-06scsi: ufs: exynos: Add some pa_dbg_ register offsets into drvdataPeter Griffin2-13/+31
2024-05-06scsi: ufs: exynos: Allow max frequencies up to 267MhzPeter Griffin1-1/+1
2024-05-06scsi: ufs: exynos: Add EXYNOS_UFS_OPT_TIMER_TICK_SELECT optionPeter Griffin2-0/+10
2024-05-06scsi: ufs: exynos: Add EXYNOS_UFS_OPT_UFSPR_SECURE optionPeter Griffin2-1/+5
2024-04-24scsi: 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. Petersen3-10/+4
2024-04-11scsi: ufs: mediatek: Fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-04-11scsi: ufs: exynos: Support module autoloadingWill McVicker1-0/+1
2024-04-11scsi: ufs: core: Changing the status to check inflightSEO HOYOUNG1-10/+1
2024-04-11scsi: ufs: Remove support for old UFSHCI versionsAvri Altman2-147/+14
2024-04-11scsi: ufs: ufs-exynos: Move setting the the DMA alignment to the init methodChristoph Hellwig2-9/+2
2024-04-11scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig1-1/+2
2024-04-08scsi: ufs: qcom: Add sanity checks for gear/lane values during ICC scalingManivannan Sadhasivam1-0/+10
2024-04-08scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5Manivannan Sadhasivam1-1/+7
2024-04-05Merge patch series "scsi: ufs: Remove overzealous memory barriers"Martin K. Petersen4-29/+12
2024-04-05scsi: ufs: core: Remove unnecessary wmb() prior to writing run/stop regsAndrew Halaney1-6/+0
2024-04-05scsi: ufs: core: Remove unnecessary wmb() after ringing doorbellAndrew Halaney1-3/+0
2024-04-05scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPLAndrew Halaney1-1/+1
2024-04-05scsi: ufs: core: Perform read back after disabling interruptsAndrew Halaney1-1/+1
2024-04-05scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_HAndrew Halaney1-1/+1
2024-04-05scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIVAndrew Halaney1-1/+1