summaryrefslogtreecommitdiff
path: root/drivers/ufs
AgeCommit message (Expand)Author
2023-11-24scsi: ufs: core: Clear cmd if abort succeeds in MCQ modePeter Wang
2023-11-14Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen
2023-11-08scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISRPeter Wang
2023-11-08scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1Naomi Chu
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-10-24scsi: ufs: core: Leave space for '\0' in utf8 desc stringDaniel Mentz
2023-10-24scsi: ufs: core: Conversion to bool not necessaryBragatheswaran Manickavel
2023-10-24scsi: ufs: core: Fix race between force complete and ISRAlice Chao
2023-10-16scsi: ufs: core: Add support for parsing OPPManivannan Sadhasivam
2023-10-16scsi: ufs: core: Add OPP support for scaling clocks and regulatorsManivannan Sadhasivam
2023-10-13scsi: ufs: core: Fix abnormal scale up after scale downPeter Wang
2023-10-13scsi: ufs: core: Fix abnormal scale up after last cmd finishPeter Wang
2023-10-13scsi: ufs: core: Only suspend clock scaling if scaling downPeter Wang
2023-10-09scsi: ufs: qcom: Remove unnecessary checkDan Carpenter
2023-10-09scsi: ufs: ufs-pci: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko
2023-10-09scsi: ufs: core: Remove dev cmd clock scaling busyPeter Wang
2023-10-09scsi: ufs: core: Correct clear TM error logPeter Wang
2023-10-09scsi: ufs: core: WLUN send SSU timeout recoveryPeter Wang
2023-09-27Merge patch series "UFS core patches"Martin K. Petersen
2023-09-27scsi: ufs: core: Set the Command Priority (CP) flag for RT requestsBart Van Assche
2023-09-27scsi: ufs: core: Simplify ufshcd_comp_scsi_upiu()Bart Van Assche
2023-09-27scsi: ufs: core: Move the 4K alignment code into the Exynos driverBart Van Assche
2023-09-27scsi: ufs: core: Remove request tag range checksBart Van Assche
2023-09-21scsi: ufs: Convert all platform drivers to return voidUwe Kleine-König
2023-09-21Merge patch series "scsi: pm8001: Bug fix and cleanup"Martin K. Petersen
2023-09-13Merge patch series "scsi: ufs: qcom: Align programming sequence as per HW spec"Martin K. Petersen
2023-09-13scsi: ufs: qcom: Rename "hs_gear" to "phy_gear"Manivannan Sadhasivam
2023-09-13scsi: ufs: qcom: Update PHY settings only when scaling to higher gearsManivannan Sadhasivam
2023-09-13scsi: ufs: qcom: Configure SYS1CLK_1US_REG for UFS V4 and aboveNitin Rawat
2023-09-13scsi: ufs: qcom: Align programing of unipro clk attributesNitin Rawat
2023-09-13scsi: ufs: qcom: Add support to configure PA_VS_CORE_CLK_40NS_CYCLESNitin Rawat
2023-09-13scsi: ufs: qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLESNitin Rawat
2023-09-13scsi: ufs: qcom: Update MAX_CORE_CLK_1US_CYCLES for UFS V4 and aboveNitin Rawat
2023-09-13scsi: ufs: core: Do not look for unsupported vdd-hba-max-microampKrzysztof Kozlowski
2023-09-13scsi: ufs: core: Include the SCSI ID in UFS command tracing outputBart Van Assche
2023-09-05scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC commandKiwoong Kim
2023-09-05scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lockKiwoong Kim
2023-08-30scsi: ufs: core: No need to update UPIU.header.flags and lun in advanced RPMB...Bean Huo
2023-08-30scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 does not support ...Bean Huo
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen
2023-08-21scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5Neil Armstrong
2023-08-21scsi: ufs: mcq: Fix the search/wrap around logicBao D. Nguyen
2023-08-21scsi: ufs: host: Convert to dev_err_probe() in ufshcd_pltfrm_init()Brian Masney
2023-08-21scsi: ufs: core: Convert to dev_err_probe() in ufshcd_variant_hba_init()Brian Masney
2023-08-07scsi: ufs: ufs-pci: Add support for QEMUJeuk Kim
2023-08-07scsi: ufs: renesas: Fix private allocationYoshihiro Shimoda
2023-08-07scsi: ufs: qcom: Make struct ufs_qcom_bw_table static constManivannan Sadhasivam
2023-08-07scsi: ufs: core: Fix the build for gcc 9 and beforeBart Van Assche
2023-08-07scsi: ufs: ufs-qcom: Check host controller stateNitin Rawat
2023-08-07scsi: ufs: core: Export ufshcd_is_hba_active()Nitin Rawat