summaryrefslogtreecommitdiff
path: root/drivers/ufs
AgeCommit message (Expand)Author
2024-04-11scsi: ufs: core: Changing the status to check inflightSEO HOYOUNG
2024-04-11scsi: ufs: Remove support for old UFSHCI versionsAvri Altman
2024-04-11scsi: ufs: ufs-exynos: Move setting the the DMA alignment to the init methodChristoph Hellwig
2024-04-11scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig
2024-04-08scsi: ufs: qcom: Add sanity checks for gear/lane values during ICC scalingManivannan Sadhasivam
2024-04-08scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5Manivannan Sadhasivam
2024-04-05Merge patch series "scsi: ufs: Remove overzealous memory barriers"Martin K. Petersen
2024-04-05scsi: ufs: core: Remove unnecessary wmb() prior to writing run/stop regsAndrew Halaney
2024-04-05scsi: ufs: core: Remove unnecessary wmb() after ringing doorbellAndrew Halaney
2024-04-05scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPLAndrew Halaney
2024-04-05scsi: ufs: core: Perform read back after disabling interruptsAndrew Halaney
2024-04-05scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_HAndrew Halaney
2024-04-05scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIVAndrew Halaney
2024-04-05scsi: ufs: qcom: Perform read back after writing CGC enableAndrew Halaney
2024-04-05scsi: ufs: qcom: Perform read back after writing unipro modeAndrew Halaney
2024-04-05scsi: ufs: qcom: Remove unnecessary mb() after writing testbus configAndrew Halaney
2024-04-05scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1USAndrew Halaney
2024-04-05scsi: ufs: qcom: Perform read back after writing reset bitAndrew Halaney
2024-04-05scsi: ufs: core: Drop driver owner initializationKrzysztof Kozlowski
2024-04-01scsi: ufs: core: Fix MCQ mode dev command timeoutPeter Wang
2024-04-01scsi: ufs: core: WLUN suspend dev/link state error recoveryPeter Wang
2024-03-25Merge patch series "ufs: host: mediatek: Provide features and fixes in MediaT...Martin K. Petersen
2024-03-25scsi: ufs: mediatek: Support rtff in PM flowAlice Chao
2024-03-25scsi: ufs: mediatek: Support mphy resetPeter Wang
2024-03-25scsi: ufs: mediatek: Rename host power control APIPo-Wen Kao
2024-03-25scsi: ufs: mediatek: UFS mtk sip command reconstructPo-Wen Kao
2024-03-25scsi: ufs: mediatek: Add UFS_MTK_CAP_DISABLE_MCQPo-Wen Kao
2024-03-25scsi: ufs: mediatek: TX skew fixPeter Wang
2024-03-25scsi: ufs: mediatek: Fix vsx/vccqx control logicPeter Wang
2024-03-25Merge patch series "Re-use device management code fragments"Martin K. Petersen
2024-03-25scsi: ufs: Reuse compose_devman_upiuAvri Altman
2024-03-25scsi: ufs: Reuse compose_dev_cmdAvri Altman
2024-03-25scsi: ufs: core: Reuse exec_dev_cmdAvri Altman
2024-03-25scsi: ufs: core: Reuse device management locking codeAvri Altman
2024-03-25Merge branch '6.9/scsi-queue' into 6.9/scsi-fixesMartin K. Petersen
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-10scsi: ufs: qcom: Provide default cycles_in_1us valueDmitry Baryshkov
2024-03-10scsi: ufs: core: Fix MCQ MAC configurationRohit Ner
2024-02-15scsi: ufs: Uninitialized variable in ufshcd_devfreq_target()Dan Carpenter
2024-02-15irqchip: Convert all platform MSI users to the new APIThomas Gleixner
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig
2024-02-05scsi: ufs: core: Remove the ufshcd_release() in ufshcd_err_handling_prepare()SEO HOYOUNG
2024-02-05scsi: ufs: core: Fix shift issue in ufshcd_clear_cmd()Alice Chao
2024-01-29Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen
2024-01-29scsi: ufs: Have midlayer retry start stop errorsMike Christie
2024-01-24scsi: ufs: qcom: Avoid re-init quirk when gears matchEric Chanudet
2024-01-24scsi: ufs: qcom: Clarify comments about the initial phy_gearAndrew Halaney
2024-01-23scsi: ufs: mcq: Remove unused parametersChanWoo Lee