summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche2022-05-2044-27040/+0
* scsi: ufs: ufshpb: Clean up ufshpb_suspend()/resume()Bean Huo2022-05-111-11/+4
* scsi: ufs: ufshpb: Add handing of device reset regions in HPB device modeBean Huo2022-05-111-24/+58
* scsi: ufs: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with rcmd_*Bean Huo2022-05-112-15/+15
* scsi: ufs: ufshpb: Clean up the handler when device resets HPB informationBean Huo2022-05-111-12/+23
* scsi: ufs: ufshpb: Remove enum initialization valueBean Huo2022-05-111-2/+2
* scsi: ufs: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()Bean Huo2022-05-113-29/+17
* scsi: ufs: qcom: Enable RPM_AUTOSUSPEND for runtime PMManivannan Sadhasivam2022-05-111-0/+1
* scsi: ufs: core: Remove redundant wmb() in ufshcd_send_command()Manivannan Sadhasivam2022-05-111-3/+0
* scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabledManivannan Sadhasivam2022-05-111-2/+5
* scsi: ufs: qcom: Simplify handling of devm_phy_get()Manivannan Sadhasivam2022-05-111-22/+4
* scsi: ufs: qcom: Fix acquiring the optional reset control lineManivannan Sadhasivam2022-05-111-6/+5
* scsi: ufs: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi2022-04-271-4/+2
* scsi: ufs: core: Remove duplicate include in ufshcdWan Jiabing2022-04-261-1/+0
* scsi: ufs: core: Exclude UECxx from SFR dump listKiwoong Kim2022-04-261-1/+6
* scsi: ufs: Move the ufs_is_valid_unit_desc_lun() definitionBart Van Assche2022-04-262-19/+19
* scsi: ufs: Move the struct ufs_ref_clk definitionBart Van Assche2022-04-262-5/+5
* scsi: ufs: Split the ufshcd.h header fileBart Van Assche2022-04-269-225/+287
* scsi: ufs: Minimize #include directivesBart Van Assche2022-04-2623-38/+56
* scsi: ufs: Fix kernel-doc syntax in ufshcd.hBart Van Assche2022-04-261-21/+68
* scsi: ufs: Remove unnecessary ufshcd-crypto.h include directivesBart Van Assche2022-04-263-2/+1
* scsi: ufs: qcom: Fix ufs_qcom_resume()Bart Van Assche2022-04-261-6/+1
* scsi: ufs: Introduce ufshcd_clkgate_delay_set()Bart Van Assche2022-04-263-9/+16
* scsi: ufs: Remove locking from around single register writesBart Van Assche2022-04-262-12/+0
* scsi: ufs: Remove the TRUE and FALSE definitionsBart Van Assche2022-04-264-24/+10
* scsi: ufs: Remove paths from source code commentsBart Van Assche2022-04-263-4/+0
* scsi: ufs: Use an SPDX license identifier in the Kconfig fileBart Van Assche2022-04-261-24/+1
* scsi: ufs: Rename sdev_ufs_device into ufs_device_wlunBart Van Assche2022-04-262-35/+32
* scsi: ufs: Remove the driver versionBart Van Assche2022-04-265-5/+0
* scsi: ufs: Make the config_scaling_param calls type safeBart Van Assche2022-04-262-15/+9
* scsi: ufs: Switch to aggregate initializationBart Van Assche2022-04-261-12/+14
* scsi: ufs: Remove unused constants and codeBart Van Assche2022-04-262-37/+3
* scsi: ufs: Invert the return value of ufshcd_is_hba_active()Bart Van Assche2022-04-261-5/+4
* scsi: ufs: Declare the quirks array constBart Van Assche2022-04-264-6/+8
* scsi: ufs: Rename struct ufs_dev_fix into ufs_dev_quirkBart Van Assche2022-04-264-7/+7
* scsi: ufs: Remove the UFS_FIX() and END_FIX() macrosBart Van Assche2022-04-263-32/+32
* scsi: ufs: Use get_unaligned_be16() instead of be16_to_cpup()Bart Van Assche2022-04-261-1/+1
* scsi: ufs: Remove ufshcd_lrb.sense_bufferBart Van Assche2022-04-262-7/+4
* scsi: ufs: Remove ufshcd_lrb.sense_bufflenBart Van Assche2022-04-262-5/+0
* scsi: ufs: Simplify statements that return a booleanBart Van Assche2022-04-263-27/+8
* scsi: ufs: Remove superfluous boolean conversionsBart Van Assche2022-04-263-8/+6
* scsi: ufs: Declare ufshcd_wait_for_register() staticBart Van Assche2022-04-262-4/+1
* scsi: ufs: Fix a spelling error in a source code commentBart Van Assche2022-04-261-1/+1
* scsi: ufs: core: Increase fDeviceInit poll frequencyKonstantin Vyshetsky2022-04-261-1/+1
* Merge branch '5.18/scsi-fixes' into 5.19/scsi-stagingMartin K. Petersen2022-04-194-23/+22
|\
| * scsi: ufs: ufshpb: Fix a NULL check on list iteratorXiaomeng Tong2022-04-071-6/+5
| * scsi: ufs: ufs-pci: Add support for Intel MTLAdrian Hunter2022-04-071-0/+17
| * Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen2022-04-072-17/+0
| |\
| | * scsi: ufs: qcom: Drop custom Android boot parametersKrzysztof Kozlowski2022-03-301-15/+0
| | * scsi: ufs: core: Remove unused field in struct ufs_hbaKeoseong Park2022-03-301-2/+0