summaryrefslogtreecommitdiff
path: root/drivers/ufs
AgeCommit message (Expand)AuthorFilesLines
2024-04-12scsi: ufs: core: Changing the status to check inflightSEO HOYOUNG1-10/+1
2024-04-12scsi: ufs: Remove support for old UFSHCI versionsAvri Altman2-147/+14
2024-04-12scsi: ufs: ufs-exynos: Move setting the the DMA alignment to the init methodChristoph Hellwig2-9/+2
2024-04-12scsi: 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-06Merge patch series "scsi: ufs: Remove overzealous memory barriers"Martin K. Petersen4-29/+12
2024-04-06scsi: ufs: core: Remove unnecessary wmb() prior to writing run/stop regsAndrew Halaney1-6/+0
2024-04-06scsi: ufs: core: Remove unnecessary wmb() after ringing doorbellAndrew Halaney1-3/+0
2024-04-06scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPLAndrew Halaney1-1/+1
2024-04-06scsi: ufs: core: Perform read back after disabling interruptsAndrew Halaney1-1/+1
2024-04-06scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_HAndrew Halaney1-1/+1
2024-04-06scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIVAndrew Halaney1-1/+1
2024-04-06scsi: ufs: qcom: Perform read back after writing CGC enableAndrew Halaney1-1/+1
2024-04-06scsi: ufs: qcom: Perform read back after writing unipro modeAndrew Halaney1-3/+0
2024-04-06scsi: ufs: qcom: Remove unnecessary mb() after writing testbus configAndrew Halaney1-5/+0
2024-04-06scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1USAndrew Halaney1-1/+1
2024-04-06scsi: ufs: qcom: Perform read back after writing reset bitAndrew Halaney1-6/+6
2024-04-06scsi: ufs: core: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-02scsi: ufs: core: Fix MCQ mode dev command timeoutPeter Wang1-1/+3
2024-04-02scsi: ufs: core: WLUN suspend dev/link state error recoveryPeter Wang1-1/+4
2024-03-26Merge patch series "ufs: host: mediatek: Provide features and fixes in MediaT...Martin K. Petersen3-94/+220
2024-03-26scsi: ufs: mediatek: Support rtff in PM flowAlice Chao3-0/+41
2024-03-26scsi: ufs: mediatek: Support mphy resetPeter Wang3-1/+23
2024-03-26scsi: ufs: mediatek: Rename host power control APIPo-Wen Kao2-12/+5
2024-03-26scsi: ufs: mediatek: UFS mtk sip command reconstructPo-Wen Kao3-80/+92
2024-03-26scsi: ufs: mediatek: Add UFS_MTK_CAP_DISABLE_MCQPo-Wen Kao2-0/+13
2024-03-26scsi: ufs: mediatek: TX skew fixPeter Wang2-0/+22
2024-03-26scsi: ufs: mediatek: Fix vsx/vccqx control logicPeter Wang2-12/+35
2024-03-25Merge patch series "Re-use device management code fragments"Martin K. Petersen1-118/+86
2024-03-25scsi: ufs: Reuse compose_devman_upiuAvri Altman1-32/+17
2024-03-25scsi: ufs: Reuse compose_dev_cmdAvri Altman1-20/+13
2024-03-25scsi: ufs: core: Reuse exec_dev_cmdAvri Altman1-29/+24
2024-03-25scsi: ufs: core: Reuse device management locking codeAvri Altman1-37/+32
2024-03-25Merge branch '6.9/scsi-queue' into 6.9/scsi-fixesMartin K. Petersen2-3/+5
2024-03-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-62/+214
2024-03-12Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-03-11scsi: ufs: qcom: Provide default cycles_in_1us valueDmitry Baryshkov1-2/+4
2024-03-11scsi: ufs: core: Fix MCQ MAC configurationRohit Ner1-1/+1
2024-02-15scsi: ufs: Uninitialized variable in ufshcd_devfreq_target()Dan Carpenter1-1/+1
2024-02-15irqchip: Convert all platform MSI users to the new APIThomas Gleixner1-4/+4
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig1-1/+1
2024-02-06scsi: ufs: core: Remove the ufshcd_release() in ufshcd_err_handling_prepare()SEO HOYOUNG1-1/+0
2024-02-06scsi: ufs: core: Fix shift issue in ufshcd_clear_cmd()Alice Chao1-1/+3
2024-01-30Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen1-10/+12
2024-01-30scsi: ufs: Have midlayer retry start stop errorsMike Christie1-10/+12
2024-01-25scsi: ufs: qcom: Avoid re-init quirk when gears matchEric Chanudet1-2/+11
2024-01-25scsi: ufs: qcom: Clarify comments about the initial phy_gearAndrew Halaney1-5/+10
2024-01-24scsi: ufs: mcq: Remove unused parametersChanWoo Lee1-4/+2