summaryrefslogtreecommitdiff
path: root/drivers/ufs
AgeCommit message (Expand)AuthorFilesLines
2025-05-09scsi: ufs: core: Remove redundant query_complete traceKeoseong Park1-2/+0
2025-05-02scsi: ufs: exynos: gs101: Put UFS device in reset on .suspend()Peter Griffin2-0/+11
2025-05-02scsi: ufs: exynos: Move phy calls to .exit() callbackPeter Griffin1-6/+9
2025-05-02scsi: ufs: exynos: Enable PRDT pre-fetching with UFSHCD_CAP_CRYPTOPeter Griffin1-2/+7
2025-05-02scsi: ufs: exynos: Ensure pre_link() executes before exynos_ufs_phy_init()Peter Griffin1-5/+5
2025-05-02scsi: ufs: core: Add NULL check in ufshcd_mcq_compl_pending_transfer()Chenyuan Yang1-0/+2
2025-05-02scsi: ufs: mcq: Add NULL check in ufshcd_mcq_abort()Chenyuan Yang1-7/+5
2025-05-02scsi: ufs: qcom: fix dev reference leaked through of_qcom_ice_getTudor Ambarus1-1/+1
2025-04-25scsi: ufs: exynos: Ensure consistent phy reference countsPeter Griffin1-0/+6
2025-04-25scsi: ufs: exynos: Disable iocc if dma-coherent property isn't setPeter Griffin2-5/+15
2025-04-25scsi: ufs: exynos: Move UFS shareability value to drvdataPeter Griffin2-6/+16
2025-02-21scsi: ufs: core: bsg: Fix crash when arpmb command failsArthur Simchaev1-2/+4
2025-02-21scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init()Manivannan Sadhasivam1-15/+15
2025-02-19scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out()Bart Van Assche1-4/+4
2025-02-04scsi: ufs: core: Fix error return with query responseSeunghui Lee1-1/+6
2025-02-04scsi: ufs: core: Fix use-after free in init error and remove pathsAndré Draszik3-31/+30
2025-02-04scsi: ufs: Fix toggling of clk_gating.state when clock gating is not allowedAvri Altman1-1/+1
2025-02-04scsi: ufs: core: Ensure clk_gating.lock is used only after initializationAvri Altman1-2/+6
2025-02-04Merge branch '6.14/scsi-queue' into 6.14/scsi-fixesMartin K. Petersen1-19/+1
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds1-2/+5
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-2/+5
2025-01-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-220/+217
2025-01-21scsi: ufs: core: Simplify temperature exception event handlingAvri Altman1-19/+1
2025-01-21Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2025-01-11scsi: ufs: bsg: Set bsg_queue to NULL after removalGuixin Liu1-0/+1
2025-01-11scsi: ufs: bsg: Delete bsg_dev when setting up bsg failsGuixin Liu1-0/+1
2025-01-11scsi: Revert "scsi: ufs: core: Probe for EXT_IID support"Avri Altman1-33/+0
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen16-61/+117
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig1-1/+0
2025-01-02scsi: ufs: crypto: Remove ufs_hba_variant_ops::program_keyEric Biggers1-14/+6
2025-01-02scsi: ufs: qcom: Convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILEEric Biggers1-19/+72
2025-01-02scsi: ufs: crypto: Add ufs_hba_from_crypto_profile()Eric Biggers1-4/+2
2025-01-02scsi: ufs: qcom: Fix crypto key evictionEric Biggers1-10/+8
2025-01-02scsi: ufs: qcom: Power down the controller/device during system suspend for S...Manivannan Sadhasivam2-0/+6
2025-01-02scsi: ufs: qcom: Allow passing platform specific OF dataManivannan Sadhasivam2-4/+13
2025-01-02scsi: ufs: core: Honor runtime/system PM levels if set by host controller dri...Manivannan Sadhasivam1-3/+6
2025-01-02scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_p...Manivannan Sadhasivam3-15/+5
2024-12-10scsi: ufs: core: Update compl_time_stamp_local_clock after completing a cqeliuderong1-0/+1
2024-12-10scsi: ufs: core: Do not hold any lock in ufshcd_hba_stop()Avri Altman1-8/+2
2024-12-05Merge patch series "Replace the "slave_*" function names"Martin K. Petersen1-10/+10
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche1-4/+4
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-6/+6
2024-12-04scsi: ufs: core: Add missing post notify for power mode changePeter Wang1-3/+4
2024-12-04scsi: ufs: core: sysfs: Prevent div by zeroGwendal Grignou1-0/+6
2024-12-04scsi: ufs: core: Introduce a new clock_scaling lockAvri Altman1-71/+61
2024-12-04scsi: ufs: core: Introduce a new clock_gating lockAvri Altman1-57/+52
2024-12-04scsi: ufs: core: Prepare to introduce a new clock_gating lockAvri Altman1-4/+7
2024-12-04scsi: ufs: core: Introduce ufshcd_has_pending_tasks()Avri Altman1-4/+9
2024-12-02Merge branch '6.13/scsi-queue' into 6.13/scsi-fixesMartin K. Petersen14-36/+76
2024-11-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-361/+439