summaryrefslogtreecommitdiffstats
path: root/drivers/ufs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-10-301-1/+1
|\
| * scsi: ufs: core: Fix another deadlock during RTC updatePeter Wang2024-10-251-1/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-10-192-24/+15
|\|
| * scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut downSeunghwan Baek2024-10-151-1/+3
| * scsi: ufs: core: Requeue aborted requestPeter Wang2024-10-151-16/+4
| * scsi: ufs: core: Fix the issue of ICU failurePeter Wang2024-10-151-7/+8
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-10-121-3/+2
|\|
| * scsi: ufs: Use pre-calculated offsets in ufshcd_init_lrb()Avri Altman2024-10-031-3/+2
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-024-4/+4
|/
* 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-121-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-011-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-281-25/+7
| * | Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen2024-08-221-15/+7
| |\ \
| | * | scsi: ufs: Simplify alloc*_workqueue() invocationBart Van Assche2024-08-221-16/+7
| | * | scsi: Expand all create*_workqueue() invocationsBart Van Assche2024-08-221-2/+3
| * | | scsi: ufs: Move UFS trace events to private headerAvri Altman2024-08-222-1/+406
| * | | scsi: ufs: ufshcd-pltfrm: Signedness bug in ufshcd_parse_clock_info()Dan Carpenter2024-08-161-1/+1
| * | | scsi: ufs: Add HCI capabilities sysfs groupAvri Altman2024-08-121-0/+53
| * | | scsi: ufs: Prepare to add HCI capabilities sysfsAvri Altman2024-08-121-16/+22
| * | | scsi: ufs: ufshcd-pltfrm: Use of_property_count_u32_elems() to get property l...Rob Herring (Arm)2024-08-121-6/+2
| * | | scsi: ufs: ufshcd-pltfrm: Use of_property_present()Rob Herring (Arm)2024-08-121-2/+2
| * | | scsi: ufs: core: Support Updating UIC Command TimeoutBao D. Nguyen2024-08-021-5/+24
| |/ /
* | / scsi: ufs: ufs-mediatek: Add UFSHCD_QUIRK_BROKEN_LSDBS_CAPMary Guillemard2024-08-281-0/+3
| |/ |/|
* | 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