index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ufs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-10
scsi: ufs: mcq: Use active_reqs to check busy in clock scaling
Asutosh Das
1
-2
/
+2
2023-03-07
scsi: ufs: mcq: qcom: Clean the return path of ufs_qcom_mcq_config_resource()
Asutosh Das
1
-4
/
+2
2023-03-07
scsi: ufs: mcq: qcom: Fix passing zero to PTR_ERR
Asutosh Das
1
-1
/
+1
2023-03-07
scsi: ufs: ufs-qcom: Remove impossible check
Dan Carpenter
1
-1
/
+1
2023-03-07
scsi: ufs: core: Add soft dependency on governor_simpleondemand
Adrien Thierry
1
-0
/
+1
2023-03-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-48
/
+48
2023-02-27
Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2023-02-23
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
13
-489
/
+2282
2023-02-22
scsi: ufs: core: Simplify ufshcd_execute_start_stop()
Bart Van Assche
1
-27
/
+8
2023-02-22
scsi: ufs: core: Rely on the block layer for setting RQF_PM
Bart Van Assche
1
-1
/
+1
2023-02-22
scsi: ufs: mcq: Fix incorrectly set queue depth
Asutosh Das
1
-4
/
+6
2023-02-22
scsi: ufs: ufs-mediatek: Guard power management functions with CONFIG_PM
Yangtao Li
1
-0
/
+2
2023-02-22
scsi: ufs: core: Initialize devfreq synchronously
Adrien Thierry
1
-16
/
+31
2023-02-22
scsi: ufs: Make the TC G210 driver dependent on CONFIG_OF
Bart Van Assche
1
-1
/
+1
2023-02-09
firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/
Elliot Berman
1
-1
/
+1
2023-02-09
scsi: ufs: core: Fix an error handling path in ufshcd_read_desc_param()
Christophe JAILLET
1
-1
/
+2
2023-02-09
scsi: ufs: core: Fix device management cmd timeout flow
Mason Zhang
1
-0
/
+16
2023-02-09
scsi: ufs: core: Fix kernel-doc syntax
Bart Van Assche
1
-5
/
+5
2023-02-09
scsi: ufs: core: Add hibernation callbacks
Anjana Hari
2
-1
/
+58
2023-02-09
scsi: ufs: core: Limit DMA alignment check
Bjorn Andersson
1
-6
/
+3
2023-02-09
scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW version major 5
Abel Vesa
2
-3
/
+11
2023-02-04
scsi: ufs: qcom: fix platform_msi_domain_free_irqs() reference
Arnd Bergmann
2
-9
/
+2
2023-01-24
scsi: ufs: core: Enable DMA clustering
Bart Van Assche
1
-1
/
+0
2023-01-24
scsi: ufs: exynos: Fix the maximum segment size
Bart Van Assche
1
-0
/
+8
2023-01-24
scsi: ufs: exynos: Fix DMA alignment for PAGE_SIZE != 4096
Bart Van Assche
2
-3
/
+3
2023-01-19
scsi: ufs: core: Fix devfreq deadlocks
Johan Hovold
1
-14
/
+15
2023-01-14
scsi: ufs: qcom: Add MCQ ESI config vendor specific ops
Can Guo
2
-0
/
+102
2023-01-14
scsi: ufs: core: mcq: Add Event Specific Interrupt enable and config functions
Can Guo
1
-0
/
+16
2023-01-14
scsi: ufs: core: Add Event Specific Interrupt configuration vendor specific ops
Can Guo
2
-0
/
+13
2023-01-14
scsi: ufs: core: mcq: Enable multi-circular queue
Asutosh Das
1
-0
/
+6
2023-01-14
scsi: ufs: core: mcq: Add completion support in poll
Asutosh Das
3
-0
/
+22
2023-01-14
scsi: ufs: mcq: Add completion support of a CQE
Asutosh Das
5
-0
/
+159
2023-01-14
scsi: ufs: core: Prepare for completion in MCQ
Asutosh Das
2
-31
/
+51
2023-01-14
scsi: ufs: core: mcq: Find hardware queue to queue request
Asutosh Das
3
-0
/
+25
2023-01-14
scsi: ufs: core: Prepare ufshcd_send_command() for MCQ
Asutosh Das
3
-11
/
+38
2023-01-14
scsi: ufs: core: mcq: Use shared tags for MCQ mode
Asutosh Das
2
-12
/
+18
2023-01-14
scsi: ufs: core: mcq: Configure operation and runtime interface
Asutosh Das
4
-0
/
+164
2023-01-14
scsi: ufs: core: mcq: Allocate memory for MCQ mode
Asutosh Das
3
-5
/
+103
2023-01-14
scsi: ufs: core: mcq: Calculate queue depth
Asutosh Das
5
-1
/
+68
2023-01-14
scsi: ufs: core: mcq: Configure resource regions
Asutosh Das
3
-0
/
+112
2023-01-14
scsi: ufs: core: mcq: Add support to allocate multiple queues
Asutosh Das
4
-1
/
+138
2023-01-14
scsi: ufs: core: Defer adding host to SCSI if MCQ is supported
Asutosh Das
1
-4
/
+20
2023-01-14
scsi: ufs: core: Introduce multi-circular queue capability
Asutosh Das
1
-0
/
+26
2023-01-14
scsi: ufs: core: Probe for EXT_IID support
Asutosh Das
1
-0
/
+32
2023-01-12
scsi: ufs: core: bsg: Fix sometimes-uninitialized warnings
Bean Huo
1
-2
/
+2
2023-01-12
Merge patch series "ufs: qcom: Add HS-G4 support"
Martin K. Petersen
4
-130
/
+181
2023-01-12
scsi: ufs: ufs-qcom: Add support for finding max gear on new platforms
Manivannan Sadhasivam
2
-0
/
+6
2023-01-12
scsi: ufs: ufs-qcom: Add support for reinitializing the UFS device
Manivannan Sadhasivam
2
-4
/
+24
2023-01-12
scsi: ufs: ufs-qcom: Factor out the logic finding the HS Gear
Manivannan Sadhasivam
1
-13
/
+21
2023-01-12
scsi: ufs: core: Add support for reinitializing the UFS device
Manivannan Sadhasivam
1
-16
/
+47
[next]