aboutsummaryrefslogtreecommitdiff
path: root/drivers/ufs
AgeCommit message (Expand)AuthorFilesLines
2023-05-31scsi: ufs: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-05-31scsi: ufs: core: Do not open code SZ_xAvri Altman5-24/+24
2023-05-31Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen4-64/+30
2023-05-31scsi: ufs: Ungate the clock synchronouslyBart Van Assche3-61/+29
2023-05-31scsi: ufs: Declare ufshcd_{hold,release}() onceBart Van Assche1-3/+0
2023-05-31scsi: ufs: Conditionally enable the BLK_MQ_F_BLOCKING flagBart Van Assche1-0/+1
2023-05-22scsi: ufs: core: Return earlier if ufshcd_hba_init_crypto_capabilities() failsKeoseong Park1-3/+5
2023-05-16scsi: ufs: hwmon: Constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-05-16scsi: ufs: core: Fix MCQ nr_hw_queuesPo-Wen Kao1-1/+2
2023-05-16scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc()Po-Wen Kao2-6/+6
2023-05-16scsi: ufs: core: Fix MCQ tag calculationPo-Wen Kao2-2/+2
2023-05-08scsi: ufs: ufs-mediatek: Delete some dead codeDan Carpenter1-3/+0
2023-05-08scsi: ufs: core: Change the module parameter macro of use_mcq_modeKeoseong Park1-18/+2
2023-05-08scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspendKeoseong Park1-1/+9
2023-05-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-52/+85
2023-04-24scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issueAlice Chao1-3/+3
2023-04-11scsi: ufs: mcq: Use pointer arithmetic in ufshcd_send_command()Avri Altman1-2/+3
2023-04-11scsi: ufs: mcq: Annotate ufshcd_inc_sq_tail() appropriatelyAvri Altman1-0/+1
2023-04-02scsi: ufs: ufs-pci: Add support for Intel Lunar LakeAdrian Hunter1-0/+1
2023-04-02scsi: core: Clean up struct ufs_saved_pwr_infoStanley Chu1-4/+3
2023-04-02scsi: Revert "scsi: ufs: core: Initialize devfreq synchronously"Adrien Thierry1-31/+16
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2-8/+7
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen1-1/+1
2023-03-24scsi: ufs: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-16scsi: ufs: hisi: Drop of_match_ptr() for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16scsi: ufs: exynos: Drop of_match_ptr() for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16scsi: ufs: qcom: Add __maybe_unused to OF ID tableKrzysztof Kozlowski1-1/+1
2023-03-16scsi: ufs: core: Add trace event for MCQZiqi Chen1-3/+12
2023-03-16scsi: ufs: core: Print trs for pending requests in MCQ modeZiqi Chen1-39/+57
2023-03-16scsi: ufs: core: Set the residual byte countBart Van Assche1-0/+3
2023-03-16scsi: ufs: core: Disable the reset settle delayBart Van Assche1-0/+1
2023-03-09scsi: ufs: mcq: Use active_reqs to check busy in clock scalingAsutosh Das1-2/+2
2023-03-06scsi: ufs: mcq: qcom: Clean the return path of ufs_qcom_mcq_config_resource()Asutosh Das1-4/+2
2023-03-06scsi: ufs: mcq: qcom: Fix passing zero to PTR_ERRAsutosh Das1-1/+1
2023-03-06scsi: ufs: ufs-qcom: Remove impossible checkDan Carpenter1-1/+1
2023-03-06scsi: ufs: core: Add soft dependency on governor_simpleondemandAdrien Thierry1-0/+1
2023-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-48/+48
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds13-489/+2282
2023-02-21scsi: ufs: core: Simplify ufshcd_execute_start_stop()Bart Van Assche1-27/+8
2023-02-21scsi: ufs: core: Rely on the block layer for setting RQF_PMBart Van Assche1-1/+1
2023-02-21scsi: ufs: mcq: Fix incorrectly set queue depthAsutosh Das1-4/+6
2023-02-21scsi: ufs: ufs-mediatek: Guard power management functions with CONFIG_PMYangtao Li1-0/+2
2023-02-21scsi: ufs: core: Initialize devfreq synchronouslyAdrien Thierry1-16/+31
2023-02-21scsi: ufs: Make the TC G210 driver dependent on CONFIG_OFBart Van Assche1-1/+1
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1
2023-02-08scsi: ufs: core: Fix an error handling path in ufshcd_read_desc_param()Christophe JAILLET1-1/+2
2023-02-08scsi: ufs: core: Fix device management cmd timeout flowMason Zhang1-0/+16
2023-02-08scsi: ufs: core: Fix kernel-doc syntaxBart Van Assche1-5/+5