summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs
AgeCommit message (Expand)AuthorFilesLines
2022-05-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds34-719/+720
2022-05-20scsi: ufs: core: Fix referencing invalid rsp fieldDaejun Park1-12/+7
2022-05-11scsi: ufs: ufshpb: Clean up ufshpb_suspend()/resume()Bean Huo1-11/+4
2022-05-11scsi: ufs: ufshpb: Add handing of device reset regions in HPB device modeBean Huo1-24/+58
2022-05-11scsi: ufs: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with rcmd_*Bean Huo2-15/+15
2022-05-11scsi: ufs: ufshpb: Clean up the handler when device resets HPB informationBean Huo1-12/+23
2022-05-11scsi: ufs: ufshpb: Remove enum initialization valueBean Huo1-2/+2
2022-05-11scsi: ufs: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()Bean Huo3-29/+17
2022-05-11scsi: ufs: qcom: Enable RPM_AUTOSUSPEND for runtime PMManivannan Sadhasivam1-0/+1
2022-05-11scsi: ufs: core: Remove redundant wmb() in ufshcd_send_command()Manivannan Sadhasivam1-3/+0
2022-05-11scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabledManivannan Sadhasivam1-2/+5
2022-05-11scsi: ufs: qcom: Simplify handling of devm_phy_get()Manivannan Sadhasivam1-22/+4
2022-05-11scsi: ufs: qcom: Fix acquiring the optional reset control lineManivannan Sadhasivam1-6/+5
2022-04-27scsi: ufs: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-04-26scsi: ufs: core: Remove duplicate include in ufshcdWan Jiabing1-1/+0
2022-04-26scsi: ufs: core: Exclude UECxx from SFR dump listKiwoong Kim1-1/+6
2022-04-26scsi: ufs: Move the ufs_is_valid_unit_desc_lun() definitionBart Van Assche2-19/+19
2022-04-26scsi: ufs: Move the struct ufs_ref_clk definitionBart Van Assche2-5/+5
2022-04-26scsi: ufs: Split the ufshcd.h header fileBart Van Assche9-225/+287
2022-04-26scsi: ufs: Minimize #include directivesBart Van Assche23-38/+56
2022-04-26scsi: ufs: Fix kernel-doc syntax in ufshcd.hBart Van Assche1-21/+68
2022-04-26scsi: ufs: Remove unnecessary ufshcd-crypto.h include directivesBart Van Assche3-2/+1
2022-04-26scsi: ufs: qcom: Fix ufs_qcom_resume()Bart Van Assche1-6/+1
2022-04-26scsi: ufs: Introduce ufshcd_clkgate_delay_set()Bart Van Assche3-9/+16
2022-04-26scsi: ufs: Remove locking from around single register writesBart Van Assche2-12/+0
2022-04-26scsi: ufs: Remove the TRUE and FALSE definitionsBart Van Assche4-24/+10
2022-04-26scsi: ufs: Remove paths from source code commentsBart Van Assche3-4/+0
2022-04-26scsi: ufs: Use an SPDX license identifier in the Kconfig fileBart Van Assche1-24/+1
2022-04-26scsi: ufs: Rename sdev_ufs_device into ufs_device_wlunBart Van Assche2-35/+32
2022-04-26scsi: ufs: Remove the driver versionBart Van Assche5-5/+0
2022-04-26scsi: ufs: Make the config_scaling_param calls type safeBart Van Assche2-15/+9
2022-04-26scsi: ufs: Switch to aggregate initializationBart Van Assche1-12/+14
2022-04-26scsi: ufs: Remove unused constants and codeBart Van Assche2-37/+3
2022-04-26scsi: ufs: Invert the return value of ufshcd_is_hba_active()Bart Van Assche1-5/+4
2022-04-26scsi: ufs: Declare the quirks array constBart Van Assche4-6/+8
2022-04-26scsi: ufs: Rename struct ufs_dev_fix into ufs_dev_quirkBart Van Assche4-7/+7
2022-04-26scsi: ufs: Remove the UFS_FIX() and END_FIX() macrosBart Van Assche3-32/+32
2022-04-26scsi: ufs: Use get_unaligned_be16() instead of be16_to_cpup()Bart Van Assche1-1/+1
2022-04-26scsi: ufs: Remove ufshcd_lrb.sense_bufferBart Van Assche2-7/+4
2022-04-26scsi: ufs: Remove ufshcd_lrb.sense_bufflenBart Van Assche2-5/+0
2022-04-26scsi: ufs: Simplify statements that return a booleanBart Van Assche3-27/+8
2022-04-26scsi: ufs: Remove superfluous boolean conversionsBart Van Assche3-8/+6
2022-04-26scsi: ufs: Declare ufshcd_wait_for_register() staticBart Van Assche2-4/+1
2022-04-26scsi: ufs: Fix a spelling error in a source code commentBart Van Assche1-1/+1
2022-04-26scsi: ufs: core: Increase fDeviceInit poll frequencyKonstantin Vyshetsky1-1/+1
2022-04-19Merge branch '5.18/scsi-fixes' into 5.19/scsi-stagingMartin K. Petersen4-23/+22
2022-04-19scsi: ufs: core: Remove redundant HPB unmapPo-Wen Kao1-7/+0
2022-04-07scsi: ufs: ufshcd-pltfrm: Simplify pdev->dev usageKrzysztof Kozlowski1-5/+5
2022-04-07scsi: ufs: ufshpb: Fix a NULL check on list iteratorXiaomeng Tong1-6/+5
2022-04-07scsi: ufs: ufs-pci: Add support for Intel MTLAdrian Hunter1-0/+17