summaryrefslogtreecommitdiff
path: root/drivers/ufs
AgeCommit message (Expand)AuthorFilesLines
2023-10-10scsi: ufs: core: Remove dev cmd clock scaling busyPeter Wang1-2/+2
2023-10-10scsi: ufs: core: Correct clear TM error logPeter Wang1-1/+1
2023-10-10scsi: ufs: core: WLUN send SSU timeout recoveryPeter Wang1-0/+13
2023-09-27Merge patch series "UFS core patches"Martin K. Petersen2-22/+19
2023-09-27scsi: ufs: core: Set the Command Priority (CP) flag for RT requestsBart Van Assche1-0/+4
2023-09-27scsi: ufs: core: Simplify ufshcd_comp_scsi_upiu()Bart Van Assche1-12/+4
2023-09-27scsi: ufs: core: Move the 4K alignment code into the Exynos driverBart Van Assche2-4/+11
2023-09-27scsi: ufs: core: Remove request tag range checksBart Van Assche1-6/+0
2023-09-22scsi: ufs: Convert all platform drivers to return voidUwe Kleine-König9-31/+18
2023-09-22Merge patch series "scsi: pm8001: Bug fix and cleanup"Martin K. Petersen1-6/+7
2023-09-14Merge patch series "scsi: ufs: qcom: Align programming sequence as per HW spec"Martin K. Petersen3-51/+187
2023-09-14scsi: ufs: qcom: Rename "hs_gear" to "phy_gear"Manivannan Sadhasivam2-8/+8
2023-09-14scsi: ufs: qcom: Update PHY settings only when scaling to higher gearsManivannan Sadhasivam2-3/+9
2023-09-14scsi: ufs: qcom: Configure SYS1CLK_1US_REG for UFS V4 and aboveNitin Rawat1-16/+40
2023-09-14scsi: ufs: qcom: Align programing of unipro clk attributesNitin Rawat1-6/+5
2023-09-14scsi: ufs: qcom: Add support to configure PA_VS_CORE_CLK_40NS_CYCLESNitin Rawat2-1/+89
2023-09-14scsi: ufs: qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLESNitin Rawat2-21/+31
2023-09-14scsi: ufs: qcom: Update MAX_CORE_CLK_1US_CYCLES for UFS V4 and aboveNitin Rawat2-7/+16
2023-09-14scsi: ufs: core: Do not look for unsupported vdd-hba-max-microampKrzysztof Kozlowski3-7/+12
2023-09-14scsi: ufs: core: Include the SCSI ID in UFS command tracing outputBart Van Assche1-2/+2
2023-09-05scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC commandKiwoong Kim1-1/+6
2023-09-05scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lockKiwoong Kim1-5/+1
2023-08-31scsi: ufs: core: No need to update UPIU.header.flags and lun in advanced RPMB...Bean Huo1-3/+1
2023-08-31scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 does not support ...Bean Huo2-3/+10
2023-08-31Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen5-4/+45
2023-08-22scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5Neil Armstrong1-1/+1
2023-08-22scsi: ufs: mcq: Fix the search/wrap around logicBao D. Nguyen1-2/+4
2023-08-21scsi: ufs: host: Convert to dev_err_probe() in ufshcd_pltfrm_init()Brian Masney1-1/+2
2023-08-21scsi: ufs: core: Convert to dev_err_probe() in ufshcd_variant_hba_init()Brian Masney1-2/+3
2023-08-08scsi: ufs: ufs-pci: Add support for QEMUJeuk Kim1-0/+1
2023-08-08scsi: ufs: renesas: Fix private allocationYoshihiro Shimoda1-1/+1
2023-08-08scsi: ufs: qcom: Make struct ufs_qcom_bw_table static constManivannan Sadhasivam1-1/+1
2023-08-08scsi: ufs: core: Fix the build for gcc 9 and beforeBart Van Assche1-0/+8
2023-08-08scsi: ufs: ufs-qcom: Check host controller stateNitin Rawat1-0/+4
2023-08-08scsi: ufs: core: Export ufshcd_is_hba_active()Nitin Rawat1-1/+2
2023-07-31Merge patch series "Multiple cleanup patches for the UFS driver"Martin K. Petersen14-334/+346
2023-07-31scsi: ufs: Simplify response header parsingBart Van Assche1-93/+60
2023-07-31scsi: ufs: Simplify transfer request header initializationBart Van Assche3-39/+65
2023-07-31scsi: ufs: Remove a member variableBart Van Assche1-5/+1
2023-07-31scsi: ufs: Simplify ufshcd_abort_all()Bart Van Assche1-26/+20
2023-07-31scsi: ufs: Remove a local variable from ufshcd_abort_all()Bart Van Assche1-11/+11
2023-07-31scsi: ufs: Improve type safetyBart Van Assche2-6/+5
2023-07-31scsi: ufs: Simplify zero-initializationBart Van Assche1-2/+2
2023-07-31scsi: ufs: Rename a function argumentBart Van Assche1-1/+2
2023-07-31scsi: ufs: Fix kernel-doc headersBart Van Assche3-33/+16
2023-07-31scsi: ufs: Document all return valuesBart Van Assche4-2/+44
2023-07-31scsi: ufs: Follow the kernel-doc syntax for documenting return valuesBart Van Assche11-122/+126
2023-07-31scsi: ufs: qcom: Add support for scaling interconnectsManivannan Sadhasivam2-1/+133
2023-07-31scsi: ufs: core: Add enums for UFS lanesManivannan Sadhasivam2-4/+4
2023-07-26scsi: ufs: Fix residual handlingBart Van Assche1-2/+10