summaryrefslogtreecommitdiffstats
path: root/drivers/ufs
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "ufs: core: mcq: Add ufshcd_abort() and error handler supp...Martin K. Petersen2023-05-314-57/+478
|\
| * scsi: ufs: core: Add error handling for MCQ modeBao D. Nguyen2023-05-313-18/+139
| * scsi: ufs: mcq: Use ufshcd_mcq_poll_cqe_lock() in MCQ modeBao D. Nguyen2023-05-314-7/+5
| * scsi: ufs: mcq: Added ufshcd_mcq_abort()Bao D. Nguyen2023-05-313-5/+71
| * scsi: ufs: mcq: Add support for cleaning up MCQ resourcesBao D. Nguyen2023-05-312-9/+66
| * scsi: ufs: mcq: Add supporting functions for MCQ abortBao D. Nguyen2023-05-313-1/+177
| * scsi: ufs: core: Update the ufshcd_clear_cmds() functionalityBao D. Nguyen2023-05-311-16/+21
| * scsi: ufs: core: Combine 32-bit command_desc_base_addr_lo/hiBao D. Nguyen2023-05-311-4/+2
* | scsi: ufs: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-311-1/+1
* | scsi: ufs: core: Do not open code SZ_xAvri Altman2023-05-315-24/+24
* | Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen2023-05-314-64/+30
|\ \
| * | scsi: ufs: Ungate the clock synchronouslyBart Van Assche2023-05-313-61/+29
| * | scsi: ufs: Declare ufshcd_{hold,release}() onceBart Van Assche2023-05-311-3/+0
| * | scsi: ufs: Conditionally enable the BLK_MQ_F_BLOCKING flagBart Van Assche2023-05-311-0/+1
| |/
* | scsi: ufs: core: Return earlier if ufshcd_hba_init_crypto_capabilities() failsKeoseong Park2023-05-221-3/+5
* | scsi: ufs: hwmon: Constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-05-161-1/+1
* | scsi: ufs: ufs-mediatek: Delete some dead codeDan Carpenter2023-05-081-3/+0
* | scsi: ufs: core: Change the module parameter macro of use_mcq_modeKeoseong Park2023-05-081-18/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-05-061-3/+3
|\
| * scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issueAlice Chao2023-04-241-3/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-266-52/+85
|\|
| * scsi: ufs: mcq: Use pointer arithmetic in ufshcd_send_command()Avri Altman2023-04-111-2/+3
| * scsi: ufs: mcq: Annotate ufshcd_inc_sq_tail() appropriatelyAvri Altman2023-04-111-0/+1
| * scsi: ufs: ufs-pci: Add support for Intel Lunar LakeAdrian Hunter2023-04-021-0/+1
| * scsi: core: Clean up struct ufs_saved_pwr_infoStanley Chu2023-04-021-4/+3
| * Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-03-312-8/+7
| |\
| * \ Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-241-1/+1
| |\ \
| | * | scsi: ufs: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
| * | | scsi: ufs: hisi: Drop of_match_ptr() for ID tableKrzysztof Kozlowski2023-03-161-1/+1
| * | | scsi: ufs: exynos: Drop of_match_ptr() for ID tableKrzysztof Kozlowski2023-03-161-1/+1
| * | | scsi: ufs: qcom: Add __maybe_unused to OF ID tableKrzysztof Kozlowski2023-03-161-1/+1
| * | | scsi: ufs: core: Add trace event for MCQZiqi Chen2023-03-161-3/+12
| * | | scsi: ufs: core: Print trs for pending requests in MCQ modeZiqi Chen2023-03-161-39/+57
| * | | scsi: ufs: core: Set the residual byte countBart Van Assche2023-03-161-0/+3
| * | | scsi: ufs: core: Disable the reset settle delayBart Van Assche2023-03-161-0/+1
| |/ /
* | / scsi: Revert "scsi: ufs: core: Initialize devfreq synchronously"Adrien Thierry2023-04-021-31/+16
| |/ |/|
* | scsi: ufs: mcq: Use active_reqs to check busy in clock scalingAsutosh Das2023-03-091-2/+2
* | scsi: ufs: mcq: qcom: Clean the return path of ufs_qcom_mcq_config_resource()Asutosh Das2023-03-061-4/+2
* | scsi: ufs: mcq: qcom: Fix passing zero to PTR_ERRAsutosh Das2023-03-061-1/+1
* | scsi: ufs: ufs-qcom: Remove impossible checkDan Carpenter2023-03-061-1/+1
* | scsi: ufs: core: Add soft dependency on governor_simpleondemandAdrien Thierry2023-03-061-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-03-033-48/+48
|\
| * scsi: ufs: core: Simplify ufshcd_execute_start_stop()Bart Van Assche2023-02-211-27/+8
| * scsi: ufs: core: Rely on the block layer for setting RQF_PMBart Van Assche2023-02-211-1/+1
| * scsi: ufs: mcq: Fix incorrectly set queue depthAsutosh Das2023-02-211-4/+6
| * scsi: ufs: ufs-mediatek: Guard power management functions with CONFIG_PMYangtao Li2023-02-211-0/+2
| * scsi: ufs: core: Initialize devfreq synchronouslyAdrien Thierry2023-02-211-16/+31
| * scsi: ufs: Make the TC G210 driver dependent on CONFIG_OFBart Van Assche2023-02-211-1/+1
* | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-1/+1
|\ \
| * | firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman2023-02-081-1/+1