summaryrefslogtreecommitdiff
path: root/drivers/ufs
AgeCommit message (Expand)Author
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-09-12scsi: ufs: qcom: Update MODE_MAX cfg_bw valueManish Pandey
2024-09-01fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula
2024-08-28scsi: ufs: ufs-mediatek: Add UFSHCD_QUIRK_BROKEN_LSDBS_CAPMary Guillemard
2024-08-28scsi: ufs: core: Remove ufshcd_urgent_bkops()Bao D. Nguyen
2024-08-22Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen
2024-08-22scsi: ufs: Simplify alloc*_workqueue() invocationBart Van Assche
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche
2024-08-22scsi: ufs: Move UFS trace events to private headerAvri Altman
2024-08-16scsi: ufs: qcom: Add UFSHCD_QUIRK_BROKEN_LSDBS_CAP for SM8550 SoCManivannan Sadhasivam
2024-08-16scsi: ufs: core: Add a quirk for handling broken LSDBS field in controller ca...Manivannan Sadhasivam
2024-08-16scsi: ufs: ufshcd-pltfrm: Signedness bug in ufshcd_parse_clock_info()Dan Carpenter
2024-08-12scsi: ufs: Add HCI capabilities sysfs groupAvri Altman
2024-08-12scsi: ufs: Prepare to add HCI capabilities sysfsAvri Altman
2024-08-12scsi: ufs: ufshcd-pltfrm: Use of_property_count_u32_elems() to get property l...Rob Herring (Arm)
2024-08-12scsi: ufs: ufshcd-pltfrm: Use of_property_present()Rob Herring (Arm)
2024-08-02scsi: ufs: core: Support Updating UIC Command TimeoutBao D. Nguyen
2024-08-01scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logicVamshi Gajjela
2024-07-29Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen
2024-07-22scsi: ufs: exynos: Don't resume FMP when crypto support is disabledEric Biggers
2024-07-22scsi: ufs: core: Do not set link to OFF state while waking up from hibernationManivannan Sadhasivam
2024-07-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-07-15scsi: ufs: core: Fix deadlock during RTC updatePeter Wang
2024-07-15scsi: ufs: core: Bypass quick recovery if force reset is neededPeter Wang
2024-07-15scsi: ufs: core: Check LSDBS cap when !mcqKyoungrul Kim
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-10Merge patch series "Basic inline encryption support for ufs-exynos"Martin K. Petersen
2024-07-10scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)Eric Biggers
2024-07-10scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDTEric Biggers
2024-07-10scsi: ufs: core: Add fill_crypto_prdt variant opEric Biggers
2024-07-10scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLEEric Biggers
2024-07-10scsi: ufs: core: fold ufshcd_clear_keyslot() into its callerEric Biggers
2024-07-10scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILEEric Biggers
2024-07-10Merge patch series "UFS patches for kernel 6.11"Martin K. Petersen
2024-07-10Merge branch '6.10/scsi-fixes' into 6.11/scsi-stagingMartin K. Petersen
2024-07-10scsi: ufs: mcq: Make .get_hba_mac() optionalBart Van Assche
2024-07-10scsi: ufs: mcq: Inline ufshcd_mcq_vops_get_hba_mac()Bart Van Assche
2024-07-10scsi: ufs: mcq: Move the ufshcd_mcq_enable() callBart Van Assche
2024-07-10scsi: ufs: mcq: Move the "hba->mcq_enabled = true" assignmentBart Van Assche
2024-07-10scsi: ufs: core: Inline is_mcq_enabled()Bart Van Assche
2024-07-10scsi: ufs: core: Initialize hba->reserved_slot earlierBart Van Assche
2024-07-10scsi: ufs: core: Rename the MASK_TRANSFER_REQUESTS_SLOTS constantBart Van Assche
2024-07-10scsi: ufs: core: Remove two constantsBart Van Assche
2024-07-10scsi: ufs: core: Initialize struct uic_command onceBart Van Assche
2024-07-10scsi: ufs: core: Declare functions onceBart Van Assche
2024-07-04scsi: ufs: core: Fix ufshcd_abort_one racing issuePeter Wang
2024-07-04scsi: ufs: core: Fix ufshcd_clear_cmd racing issuePeter Wang
2024-07-04scsi: ufs: core: Remove SCSI host only if addedKyoungrul Kim