index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ufs
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-13
scsi: ufs: qcom: Remove support for host controllers older than v2.0
Manivannan Sadhasivam
2
-212
/
+11
2023-12-13
scsi: ufs: qcom: Simplify ufs_qcom_{assert/deassert}_reset
Manivannan Sadhasivam
1
-7
/
+2
2023-12-13
scsi: ufs: qcom: Initialize cycles_in_1us variable in ufs_qcom_set_core_clk_c...
Manivannan Sadhasivam
1
-1
/
+1
2023-12-13
scsi: ufs: qcom: Sort includes alphabetically
Manivannan Sadhasivam
1
-7
/
+7
2023-12-13
scsi: ufs: qcom: Remove unused ufs_qcom_hosts struct array
Manivannan Sadhasivam
2
-6
/
+0
2023-12-13
scsi: ufs: qcom: Use dev_err_probe() to simplify error handling of devm_gpiod...
Manivannan Sadhasivam
1
-3
/
+2
2023-12-13
scsi: ufs: qcom: Remove redundant error print for devm_kzalloc() failure
Manivannan Sadhasivam
1
-3
/
+1
2023-12-13
scsi: ufs: qcom: Check the return value of ufs_qcom_power_up_sequence()
Manivannan Sadhasivam
1
-1
/
+4
2023-12-13
scsi: ufs: qcom: Fail ufs_qcom_power_up_sequence() when core_reset fails
Manivannan Sadhasivam
1
-3
/
+4
2023-12-13
scsi: ufs: qcom: Export ufshcd_{enable/disable}_irq helpers and make use of them
Manivannan Sadhasivam
1
-6
/
+3
2023-12-13
scsi: ufs: qcom: Remove the warning message when core_reset is not available
Manivannan Sadhasivam
1
-3
/
+1
2023-12-13
scsi: ufs: qcom: Remove superfluous variable assignments
Manivannan Sadhasivam
1
-8
/
+8
2023-12-13
scsi: ufs: qcom: Fix the return value when platform_get_resource_byname() fails
Manivannan Sadhasivam
1
-1
/
+1
2023-12-13
scsi: ufs: qcom: Fix the return value of ufs_qcom_ice_program_key()
Manivannan Sadhasivam
1
-1
/
+1
2023-12-13
scsi: ufs: qcom: Use clk_bulk APIs for managing lane clocks
Manivannan Sadhasivam
2
-93
/
+7
2023-12-13
scsi: ufs: ufs-qcom: Add support for UFS device version detection
Bao D. Nguyen
2
-7
/
+32
2023-12-13
scsi: ufs: ufs-qcom: Check return value of phy_set_mode_ext()
Can Guo
1
-1
/
+3
2023-12-13
scsi: ufs: ufs-qcom: Set initial PHY gear to max HS gear for HW ver 4 and newer
Can Guo
1
-6
/
+17
2023-12-13
scsi: ufs: ufs-qcom: Limit HS-G5 Rate-A to hosts with HW version 5
Can Guo
1
-1
/
+17
2023-12-13
scsi: ufs: ufs-qcom: Allow the first init start with the maximum supported gear
Can Guo
1
-4
/
+5
2023-12-13
scsi: ufs: ufs-qcom: Setup host power mode during init
Can Guo
2
-7
/
+15
2023-12-13
scsi: ufs: ufs-qcom: No need to set hs_rate after ufshcd_init_host_param()
Can Guo
2
-3
/
+0
2023-12-13
scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params
Can Guo
6
-64
/
+57
2023-12-13
scsi: ufs: core: Store min and max clk freq from OPP table
Nitin Rawat
1
-0
/
+54
2023-10-16
scsi: ufs: core: Add support for parsing OPP
Manivannan Sadhasivam
1
-0
/
+78
2023-10-09
scsi: ufs: qcom: Remove unnecessary check
Dan Carpenter
1
-9
/
+5
2023-10-09
scsi: ufs: ufs-pci: Switch to use acpi_evaluate_dsm_typed()
Andy Shevchenko
1
-2
/
+3
2023-09-27
Merge patch series "UFS core patches"
Martin K. Petersen
1
-2
/
+7
2023-09-27
scsi: ufs: core: Move the 4K alignment code into the Exynos driver
Bart Van Assche
1
-2
/
+7
2023-09-21
scsi: ufs: Convert all platform drivers to return void
Uwe Kleine-König
9
-31
/
+18
2023-09-13
Merge patch series "scsi: ufs: qcom: Align programming sequence as per HW spec"
Martin K. Petersen
2
-50
/
+185
2023-09-13
scsi: ufs: qcom: Rename "hs_gear" to "phy_gear"
Manivannan Sadhasivam
2
-8
/
+8
2023-09-13
scsi: ufs: qcom: Update PHY settings only when scaling to higher gears
Manivannan Sadhasivam
1
-2
/
+7
2023-09-13
scsi: ufs: qcom: Configure SYS1CLK_1US_REG for UFS V4 and above
Nitin Rawat
1
-16
/
+40
2023-09-13
scsi: ufs: qcom: Align programing of unipro clk attributes
Nitin Rawat
1
-6
/
+5
2023-09-13
scsi: ufs: qcom: Add support to configure PA_VS_CORE_CLK_40NS_CYCLES
Nitin Rawat
2
-1
/
+89
2023-09-13
scsi: ufs: qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLES
Nitin Rawat
2
-21
/
+31
2023-09-13
scsi: ufs: qcom: Update MAX_CORE_CLK_1US_CYCLES for UFS V4 and above
Nitin Rawat
2
-7
/
+16
2023-09-13
scsi: ufs: core: Do not look for unsupported vdd-hba-max-microamp
Krzysztof Kozlowski
3
-7
/
+12
2023-09-02
Merge branch 'fixes' into misc
James Bottomley
3
-2
/
+3
2023-08-21
scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5
Neil Armstrong
1
-1
/
+1
2023-08-21
scsi: ufs: host: Convert to dev_err_probe() in ufshcd_pltfrm_init()
Brian Masney
1
-1
/
+2
2023-08-07
scsi: ufs: ufs-pci: Add support for QEMU
Jeuk Kim
1
-0
/
+1
2023-08-07
scsi: ufs: renesas: Fix private allocation
Yoshihiro Shimoda
1
-1
/
+1
2023-08-07
scsi: ufs: qcom: Make struct ufs_qcom_bw_table static const
Manivannan Sadhasivam
1
-1
/
+1
2023-08-07
scsi: ufs: ufs-qcom: Check host controller state
Nitin Rawat
1
-0
/
+4
2023-07-31
Merge patch series "Multiple cleanup patches for the UFS driver"
Martin K. Petersen
8
-60
/
+45
2023-07-31
scsi: ufs: Fix kernel-doc headers
Bart Van Assche
3
-33
/
+16
2023-07-31
scsi: ufs: Document all return values
Bart Van Assche
2
-2
/
+4
2023-07-31
scsi: ufs: Follow the kernel-doc syntax for documenting return values
Bart Van Assche
8
-25
/
+25
[prev]
[next]