summaryrefslogtreecommitdiffstats
path: root/drivers/ufs
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: qcom: Add UFSHCD_QUIRK_BROKEN_LSDBS_CAP for SM8550 SoCManivannan Sadhasivam2024-08-161-1/+5
* scsi: ufs: core: Add a quirk for handling broken LSDBS field in controller ca...Manivannan Sadhasivam2024-08-161-1/+5
* scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logicVamshi Gajjela2024-08-011-3/+8
* Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen2024-07-293-5/+30
|\
| * scsi: ufs: exynos: Don't resume FMP when crypto support is disabledEric Biggers2024-07-221-0/+3
| * scsi: ufs: core: Do not set link to OFF state while waking up from hibernationManivannan Sadhasivam2024-07-221-3/+0
| * scsi: ufs: core: Fix deadlock during RTC updatePeter Wang2024-07-152-1/+9
| * scsi: ufs: core: Bypass quick recovery if force reset is neededPeter Wang2024-07-151-1/+2
| * scsi: ufs: core: Check LSDBS cap when !mcqKyoungrul Kim2024-07-151-0/+16
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-07-1911-125/+587
|\|
| * Merge patch series "Basic inline encryption support for ufs-exynos"Martin K. Petersen2024-07-104-21/+292
| |\
| | * scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)Eric Biggers2024-07-101-6/+234
| | * scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDTEric Biggers2024-07-102-0/+18
| | * scsi: ufs: core: Add fill_crypto_prdt variant opEric Biggers2024-07-102-1/+20
| | * scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLEEric Biggers2024-07-101-0/+8
| | * scsi: ufs: core: fold ufshcd_clear_keyslot() into its callerEric Biggers2024-07-101-11/+5
| | * scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILEEric Biggers2024-07-101-3/+7
| * | Merge patch series "UFS patches for kernel 6.11"Martin K. Petersen2024-07-104-78/+83
| |\ \
| | * | scsi: ufs: mcq: Make .get_hba_mac() optionalBart Van Assche2024-07-103-7/+23
| | * | scsi: ufs: mcq: Inline ufshcd_mcq_vops_get_hba_mac()Bart Van Assche2024-07-102-15/+11
| | * | scsi: ufs: mcq: Move the ufshcd_mcq_enable() callBart Van Assche2024-07-101-3/+5
| | * | scsi: ufs: mcq: Move the "hba->mcq_enabled = true" assignmentBart Van Assche2024-07-102-1/+1
| | * | scsi: ufs: core: Inline is_mcq_enabled()Bart Van Assche2024-07-102-17/+17
| | * | scsi: ufs: core: Initialize hba->reserved_slot earlierBart Van Assche2024-07-101-3/+3
| | * | scsi: ufs: core: Rename the MASK_TRANSFER_REQUESTS_SLOTS constantBart Van Assche2024-07-101-1/+1
| | * | scsi: ufs: core: Remove two constantsBart Van Assche2024-07-101-4/+0
| | * | scsi: ufs: core: Initialize struct uic_command onceBart Van Assche2024-07-101-30/+31
| | * | scsi: ufs: core: Declare functions onceBart Van Assche2024-07-101-6/+0
| | |/
| * | Merge branch '6.10/scsi-fixes' into 6.11/scsi-stagingMartin K. Petersen2024-07-102-17/+20
| |\ \
| * | | scsi: ufs: core: Remove SCSI host only if addedKyoungrul Kim2024-07-041-2/+5
| * | | scsi: ufs: qcom: Enable suspending clk scaling on no requestRam Prakash Gupta2024-07-041-0/+2
| * | | scsi: ufs: core: Suspend clk scaling on no requestRam Prakash Gupta2024-07-041-1/+2
| * | | scsi: ufs: ufs-pci: Add support for Intel Panther LakeAdrian Hunter2024-06-261-0/+1
| * | | scsi: ufs: qcom: Add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-261-0/+1
| | |/ | |/|
| * | scsi: ufs: mcq: Prevent no I/O queue case for MCQMinwoo Im2024-06-041-0/+9
| * | scsi: ufs: pci: Add support MCQ for QEMU-based UFSMinwoo Im2024-06-042-1/+61
| * | scsi: ufs: mcq: Convert MCQ_CFG_n to an inline functionMinwoo Im2024-05-301-15/+10
| * | scsi: ufs: mcq: Fix missing argument 'hba' in MCQ_OPR_OFFSET_nMinwoo Im2024-05-301-6/+4
| * | scsi: ufs: sysfs: Make max_number_of_rtt read-writeAvri Altman2024-05-301-1/+72
| * | scsi: ufs: core: Maximum RTT supported by the host driverAvri Altman2024-05-303-1/+8
| * | scsi: ufs: core: Allow RTT negotiationAvri Altman2024-05-301-0/+38
* | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-151-4/+6
|\ \ \ | |_|/ |/| |
| * | block: move dma_pad_mask into queue_limitsChristoph Hellwig2024-06-261-4/+6
* | | scsi: ufs: core: Fix ufshcd_abort_one racing issuePeter Wang2024-07-041-0/+2
* | | scsi: ufs: core: Fix ufshcd_clear_cmd racing issuePeter Wang2024-07-041-5/+6
* | | scsi: ufs: core: Free memory allocated for model before reinitJoel Slebodnick2024-06-131-0/+1
* | | scsi: ufs: core: Quiesce request queues before checking pending cmdsZiqi Chen2024-06-111-3/+3
|/ /
* / scsi: ufs: mcq: Fix error output and clean up ufshcd_mcq_abort()Chanwoo Lee2024-05-301-9/+8
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-1411-415/+544
|\
| * Merge patch series "ufs-exynos support for Tensor GS101"Martin K. Petersen2024-05-062-15/+205
| |\