summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs
AgeCommit message (Expand)Author
2022-05-19scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche
2022-05-10scsi: ufs: ufshpb: Clean up ufshpb_suspend()/resume()Bean Huo
2022-05-10scsi: ufs: ufshpb: Add handing of device reset regions in HPB device modeBean Huo
2022-05-10scsi: ufs: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with rcmd_*Bean Huo
2022-05-10scsi: ufs: ufshpb: Clean up the handler when device resets HPB informationBean Huo
2022-05-10scsi: ufs: ufshpb: Remove enum initialization valueBean Huo
2022-05-10scsi: ufs: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()Bean Huo
2022-05-10scsi: ufs: qcom: Enable RPM_AUTOSUSPEND for runtime PMManivannan Sadhasivam
2022-05-10scsi: ufs: core: Remove redundant wmb() in ufshcd_send_command()Manivannan Sadhasivam
2022-05-10scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabledManivannan Sadhasivam
2022-05-10scsi: ufs: qcom: Simplify handling of devm_phy_get()Manivannan Sadhasivam
2022-05-10scsi: ufs: qcom: Fix acquiring the optional reset control lineManivannan Sadhasivam
2022-04-26scsi: ufs: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi
2022-04-26scsi: ufs: core: Remove duplicate include in ufshcdWan Jiabing
2022-04-26scsi: ufs: core: Exclude UECxx from SFR dump listKiwoong Kim
2022-04-25scsi: ufs: Move the ufs_is_valid_unit_desc_lun() definitionBart Van Assche
2022-04-25scsi: ufs: Move the struct ufs_ref_clk definitionBart Van Assche
2022-04-25scsi: ufs: Split the ufshcd.h header fileBart Van Assche
2022-04-25scsi: ufs: Minimize #include directivesBart Van Assche
2022-04-25scsi: ufs: Fix kernel-doc syntax in ufshcd.hBart Van Assche
2022-04-25scsi: ufs: Remove unnecessary ufshcd-crypto.h include directivesBart Van Assche
2022-04-25scsi: ufs: qcom: Fix ufs_qcom_resume()Bart Van Assche
2022-04-25scsi: ufs: Introduce ufshcd_clkgate_delay_set()Bart Van Assche
2022-04-25scsi: ufs: Remove locking from around single register writesBart Van Assche
2022-04-25scsi: ufs: Remove the TRUE and FALSE definitionsBart Van Assche
2022-04-25scsi: ufs: Remove paths from source code commentsBart Van Assche
2022-04-25scsi: ufs: Use an SPDX license identifier in the Kconfig fileBart Van Assche
2022-04-25scsi: ufs: Rename sdev_ufs_device into ufs_device_wlunBart Van Assche
2022-04-25scsi: ufs: Remove the driver versionBart Van Assche
2022-04-25scsi: ufs: Make the config_scaling_param calls type safeBart Van Assche
2022-04-25scsi: ufs: Switch to aggregate initializationBart Van Assche
2022-04-25scsi: ufs: Remove unused constants and codeBart Van Assche
2022-04-25scsi: ufs: Invert the return value of ufshcd_is_hba_active()Bart Van Assche
2022-04-25scsi: ufs: Declare the quirks array constBart Van Assche
2022-04-25scsi: ufs: Rename struct ufs_dev_fix into ufs_dev_quirkBart Van Assche
2022-04-25scsi: ufs: Remove the UFS_FIX() and END_FIX() macrosBart Van Assche
2022-04-25scsi: ufs: Use get_unaligned_be16() instead of be16_to_cpup()Bart Van Assche
2022-04-25scsi: ufs: Remove ufshcd_lrb.sense_bufferBart Van Assche
2022-04-25scsi: ufs: Remove ufshcd_lrb.sense_bufflenBart Van Assche
2022-04-25scsi: ufs: Simplify statements that return a booleanBart Van Assche
2022-04-25scsi: ufs: Remove superfluous boolean conversionsBart Van Assche
2022-04-25scsi: ufs: Declare ufshcd_wait_for_register() staticBart Van Assche
2022-04-25scsi: ufs: Fix a spelling error in a source code commentBart Van Assche
2022-04-25scsi: ufs: core: Increase fDeviceInit poll frequencyKonstantin Vyshetsky
2022-04-18Merge branch '5.18/scsi-fixes' into 5.19/scsi-stagingMartin K. Petersen
2022-04-18scsi: ufs: core: Remove redundant HPB unmapPo-Wen Kao
2022-04-06scsi: ufs: ufshcd-pltfrm: Simplify pdev->dev usageKrzysztof Kozlowski
2022-04-06scsi: ufs: ufshpb: Fix a NULL check on list iteratorXiaomeng Tong
2022-04-06scsi: ufs: ufs-pci: Add support for Intel MTLAdrian Hunter
2022-04-06Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen