summaryrefslogtreecommitdiffstats
path: root/drivers/ufs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-291-1/+1
|\
| * scsi: ufs: qcom: Update MODE_MAX cfg_bw valueManish Pandey2024-09-131-1/+1
* | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-211-0/+1
|\ \
| * | fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula2024-09-021-0/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-194-71/+524
|\ \ \ | | |/ | |/|
| * | scsi: ufs: core: Remove ufshcd_urgent_bkops()Bao D. Nguyen2024-08-291-25/+7
| * | Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen2024-08-231-15/+7
| |\ \
| | * | scsi: ufs: Simplify alloc*_workqueue() invocationBart Van Assche2024-08-231-16/+7
| | * | scsi: Expand all create*_workqueue() invocationsBart Van Assche2024-08-231-2/+3
| * | | scsi: ufs: Move UFS trace events to private headerAvri Altman2024-08-232-1/+406
| * | | scsi: ufs: ufshcd-pltfrm: Signedness bug in ufshcd_parse_clock_info()Dan Carpenter2024-08-171-1/+1
| * | | scsi: ufs: Add HCI capabilities sysfs groupAvri Altman2024-08-131-0/+53
| * | | scsi: ufs: Prepare to add HCI capabilities sysfsAvri Altman2024-08-131-16/+22
| * | | scsi: ufs: ufshcd-pltfrm: Use of_property_count_u32_elems() to get property l...Rob Herring (Arm)2024-08-131-6/+2
| * | | scsi: ufs: ufshcd-pltfrm: Use of_property_present()Rob Herring (Arm)2024-08-131-2/+2
| * | | scsi: ufs: core: Support Updating UIC Command TimeoutBao D. Nguyen2024-08-031-5/+24
| |/ /
* | / scsi: ufs: ufs-mediatek: Add UFSHCD_QUIRK_BROKEN_LSDBS_CAPMary Guillemard2024-08-291-0/+3
| |/ |/|
* | scsi: ufs: qcom: Add UFSHCD_QUIRK_BROKEN_LSDBS_CAP for SM8550 SoCManivannan Sadhasivam2024-08-171-1/+5
* | scsi: ufs: core: Add a quirk for handling broken LSDBS field in controller ca...Manivannan Sadhasivam2024-08-171-1/+5
* | scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logicVamshi Gajjela2024-08-021-3/+8
* | Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen2024-07-303-5/+30
|\ \ | |/ |/|
| * scsi: ufs: exynos: Don't resume FMP when crypto support is disabledEric Biggers2024-07-231-0/+3
| * scsi: ufs: core: Do not set link to OFF state while waking up from hibernationManivannan Sadhasivam2024-07-231-3/+0
| * scsi: ufs: core: Fix deadlock during RTC updatePeter Wang2024-07-162-1/+9
| * scsi: ufs: core: Bypass quick recovery if force reset is neededPeter Wang2024-07-161-1/+2
| * scsi: ufs: core: Check LSDBS cap when !mcqKyoungrul Kim2024-07-161-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-114-21/+292
| |\
| | * scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)Eric Biggers2024-07-111-6/+234
| | * scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDTEric Biggers2024-07-112-0/+18
| | * scsi: ufs: core: Add fill_crypto_prdt variant opEric Biggers2024-07-112-1/+20
| | * scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLEEric Biggers2024-07-111-0/+8
| | * scsi: ufs: core: fold ufshcd_clear_keyslot() into its callerEric Biggers2024-07-111-11/+5
| | * scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILEEric Biggers2024-07-111-3/+7
| * | Merge patch series "UFS patches for kernel 6.11"Martin K. Petersen2024-07-114-78/+83
| |\ \
| | * | scsi: ufs: mcq: Make .get_hba_mac() optionalBart Van Assche2024-07-113-7/+23
| | * | scsi: ufs: mcq: Inline ufshcd_mcq_vops_get_hba_mac()Bart Van Assche2024-07-112-15/+11
| | * | scsi: ufs: mcq: Move the ufshcd_mcq_enable() callBart Van Assche2024-07-111-3/+5
| | * | scsi: ufs: mcq: Move the "hba->mcq_enabled = true" assignmentBart Van Assche2024-07-112-1/+1
| | * | scsi: ufs: core: Inline is_mcq_enabled()Bart Van Assche2024-07-112-17/+17
| | * | scsi: ufs: core: Initialize hba->reserved_slot earlierBart Van Assche2024-07-111-3/+3
| | * | scsi: ufs: core: Rename the MASK_TRANSFER_REQUESTS_SLOTS constantBart Van Assche2024-07-111-1/+1
| | * | scsi: ufs: core: Remove two constantsBart Van Assche2024-07-111-4/+0
| | * | scsi: ufs: core: Initialize struct uic_command onceBart Van Assche2024-07-111-30/+31
| | * | scsi: ufs: core: Declare functions onceBart Van Assche2024-07-111-6/+0
| | |/
| * | Merge branch '6.10/scsi-fixes' into 6.11/scsi-stagingMartin K. Petersen2024-07-112-17/+20
| |\ \
| * | | scsi: ufs: core: Remove SCSI host only if addedKyoungrul Kim2024-07-051-2/+5
| * | | scsi: ufs: qcom: Enable suspending clk scaling on no requestRam Prakash Gupta2024-07-051-0/+2
| * | | scsi: ufs: core: Suspend clk scaling on no requestRam Prakash Gupta2024-07-051-1/+2
| * | | scsi: ufs: ufs-pci: Add support for Intel Panther LakeAdrian Hunter2024-06-271-0/+1