summaryrefslogtreecommitdiffstats
path: root/drivers/ufs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | scsi: ufs: qcom: Fix the return value when platform_get_resource_byname() failsManivannan Sadhasivam2023-12-141-1/+1
| | * | scsi: ufs: qcom: Fix the return value of ufs_qcom_ice_program_key()Manivannan Sadhasivam2023-12-141-1/+1
| | * | scsi: ufs: qcom: Use clk_bulk APIs for managing lane clocksManivannan Sadhasivam2023-12-142-93/+7
| | |/
| * | Merge patch series "Enable HS-G5 support on SM8550"Martin K. Petersen2023-12-147-80/+133
| |\ \
| | * | scsi: ufs: ufs-qcom: Add support for UFS device version detectionBao D. Nguyen2023-12-142-7/+32
| | * | scsi: ufs: ufs-qcom: Check return value of phy_set_mode_ext()Can Guo2023-12-141-1/+3
| | * | scsi: ufs: ufs-qcom: Set initial PHY gear to max HS gear for HW ver 4 and newerCan Guo2023-12-141-6/+17
| | * | scsi: ufs: ufs-qcom: Limit HS-G5 Rate-A to hosts with HW version 5Can Guo2023-12-141-1/+17
| | * | scsi: ufs: ufs-qcom: Allow the first init start with the maximum supported gearCan Guo2023-12-141-4/+5
| | * | scsi: ufs: ufs-qcom: Setup host power mode during initCan Guo2023-12-142-7/+15
| | * | scsi: ufs: ufs-qcom: No need to set hs_rate after ufshcd_init_host_param()Can Guo2023-12-142-3/+0
| | * | scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_paramsCan Guo2023-12-146-64/+57
| | |/
| * | scsi: ufs: core: Warn if the request tag is truncatedBart Van Assche2023-11-251-0/+2
| * | scsi: ufs: core: Make fault injection dynamically configurable per HBAAkinobu Mita2023-11-253-10/+27
| * | scsi: ufs: ufs-sysfs: Expose UFS power infoCan Guo2023-11-151-0/+120
| |/
* | scsi: ufs: core: Let the sq_lock protect sq_tail_slot accessCan Guo2023-12-191-1/+2
* | scsi: ufs: qcom: Return ufs_qcom_clk_scale_*() errors in ufs_qcom_clk_scale_n...ChanWoo Lee2023-12-191-2/+4
* | scsi: ufs: core: Store min and max clk freq from OPP tableNitin Rawat2023-12-141-0/+54
* | scsi: ufs: core: Clear cmd if abort succeeds in MCQ modePeter Wang2023-11-251-0/+13
* | Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen2023-11-141-1/+4
|\ \ | |/ |/|
| * scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISRPeter Wang2023-11-091-0/+3
| * scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1Naomi Chu2023-11-091-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-11-0314-167/+492
|\|
| * scsi: ufs: core: Leave space for '\0' in utf8 desc stringDaniel Mentz2023-10-251-1/+1
| * scsi: ufs: core: Conversion to bool not necessaryBragatheswaran Manickavel2023-10-251-1/+1
| * scsi: ufs: core: Fix race between force complete and ISRAlice Chao2023-10-251-2/+2
| * scsi: ufs: core: Add support for parsing OPPManivannan Sadhasivam2023-10-172-0/+114
| * scsi: ufs: core: Add OPP support for scaling clocks and regulatorsManivannan Sadhasivam2023-10-171-33/+111
| * scsi: ufs: core: Fix abnormal scale up after scale downPeter Wang2023-10-131-0/+7
| * scsi: ufs: core: Fix abnormal scale up after last cmd finishPeter Wang2023-10-131-13/+4
| * scsi: ufs: core: Only suspend clock scaling if scaling downPeter Wang2023-10-131-1/+1
| * scsi: ufs: qcom: Remove unnecessary checkDan Carpenter2023-10-101-9/+5
| * scsi: ufs: ufs-pci: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko2023-10-101-2/+3
| * scsi: ufs: core: Remove dev cmd clock scaling busyPeter Wang2023-10-101-2/+2
| * scsi: ufs: core: WLUN send SSU timeout recoveryPeter Wang2023-10-101-0/+13
| * Merge patch series "UFS core patches"Martin K. Petersen2023-09-272-22/+19
| |\
| | * scsi: ufs: core: Set the Command Priority (CP) flag for RT requestsBart Van Assche2023-09-271-0/+4
| | * scsi: ufs: core: Simplify ufshcd_comp_scsi_upiu()Bart Van Assche2023-09-271-12/+4
| | * scsi: ufs: core: Move the 4K alignment code into the Exynos driverBart Van Assche2023-09-272-4/+11
| | * scsi: ufs: core: Remove request tag range checksBart Van Assche2023-09-271-6/+0
| * | scsi: ufs: Convert all platform drivers to return voidUwe Kleine-König2023-09-229-31/+18
| * | Merge patch series "scsi: pm8001: Bug fix and cleanup"Martin K. Petersen2023-09-221-6/+7
| |\ \
| * \ \ Merge patch series "scsi: ufs: qcom: Align programming sequence as per HW spec"Martin K. Petersen2023-09-143-51/+187
| |\ \ \
| | * | | scsi: ufs: qcom: Rename "hs_gear" to "phy_gear"Manivannan Sadhasivam2023-09-142-8/+8
| | * | | scsi: ufs: qcom: Update PHY settings only when scaling to higher gearsManivannan Sadhasivam2023-09-142-3/+9
| | * | | scsi: ufs: qcom: Configure SYS1CLK_1US_REG for UFS V4 and aboveNitin Rawat2023-09-141-16/+40
| | * | | scsi: ufs: qcom: Align programing of unipro clk attributesNitin Rawat2023-09-141-6/+5
| | * | | scsi: ufs: qcom: Add support to configure PA_VS_CORE_CLK_40NS_CYCLESNitin Rawat2023-09-142-1/+89
| | * | | scsi: ufs: qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLESNitin Rawat2023-09-142-21/+31
| | * | | scsi: ufs: qcom: Update MAX_CORE_CLK_1US_CYCLES for UFS V4 and aboveNitin Rawat2023-09-142-7/+16
| | | |/ | | |/|