index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ufs
Age
Commit message (
Expand
)
Author
Files
Lines
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: mcq: Fix the search/wrap around logic
Bao D. Nguyen
1
-2
/
+4
2023-08-07
scsi: ufs: renesas: Fix private allocation
Yoshihiro Shimoda
1
-1
/
+1
2023-07-11
Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes
Martin K. Petersen
2
-0
/
+39
2023-07-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2023-07-05
scsi: ufs: core: Add support for qTimestamp attribute
Arthur Simchaev
1
-0
/
+38
2023-07-05
scsi: ufs: ufs-mediatek: Add dependency for RESET_CONTROLLER
Randy Dunlap
1
-0
/
+1
2023-06-30
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
24
-553
/
+739
2023-06-28
scsi: ufs: core: Remove unused function declaration
Keoseong Park
1
-1
/
+0
2023-06-16
scsi: ufs: ufs-pci: Add support for Intel Arrow Lake
Adrian Hunter
1
-0
/
+1
2023-06-16
scsi: ufs: wb: Add explicit flush_threshold sysfs attribute
Lu Hongfei
1
-0
/
+33
2023-06-16
scsi: ufs: ufs-qcom: Switch to the new ICE API
Abel Vesa
5
-277
/
+104
2023-06-16
scsi: ufs: ufs-mediatek: Set UFSHCD_QUIRK_MCQ_BROKEN_RTC quirk
Po-Wen Kao
1
-0
/
+1
2023-06-16
scsi: ufs: ufs-mediatek: Set UFSHCD_QUIRK_MCQ_BROKEN_INTR quirk
Po-Wen Kao
1
-0
/
+1
2023-06-16
scsi: ufs: core: Add host quirk UFSHCD_QUIRK_MCQ_BROKEN_RTC
Po-Wen Kao
1
-0
/
+12
2023-06-16
scsi: ufs: core: Add host quirk UFSHCD_QUIRK_MCQ_BROKEN_INTR
Po-Wen Kao
1
-1
/
+5
2023-06-16
scsi: ufs: core: Remove dedicated hwq for dev command
Po-Wen Kao
3
-13
/
+6
2023-06-16
scsi: ufs: core: mcq: Fix the incorrect OCS value for the device command
Stanley Chu
1
-3
/
+7
2023-06-07
scsi: ufs: core: Combine ufshcd_mq_poll_cqe functions
Stanley Chu
1
-13
/
+4
2023-06-07
scsi: ufs: core: Fix ufshcd_inc_sq_tail() function bug
zhanghui
1
-2
/
+3
2023-06-07
scsi: ufs: core: Remove a ufshcd_add_command_trace() call
Bart Van Assche
1
-1
/
+0
2023-05-31
Merge patch series "UFS host controller driver patches"
Martin K. Petersen
12
-76
/
+25
2023-05-31
scsi: ufs: core: Simplify driver shutdown
Bart Van Assche
12
-52
/
+5
2023-05-31
scsi: ufs: core: Move ufshcd_wl_shutdown()
Bart Van Assche
1
-22
/
+22
2023-05-31
scsi: ufs: core: Fix handling of lrbp->cmd
Bart Van Assche
1
-6
/
+1
2023-05-31
scsi: ufs: core: Increase the START STOP UNIT timeout from one to ten seconds
Bart Van Assche
1
-1
/
+2
2023-05-31
Merge patch series "ufs: core: mcq: Add ufshcd_abort() and error handler supp...
Martin K. Petersen
4
-57
/
+478
2023-05-31
scsi: ufs: core: Add error handling for MCQ mode
Bao D. Nguyen
3
-18
/
+139
2023-05-31
scsi: ufs: mcq: Use ufshcd_mcq_poll_cqe_lock() in MCQ mode
Bao D. Nguyen
4
-7
/
+5
2023-05-31
scsi: ufs: mcq: Added ufshcd_mcq_abort()
Bao D. Nguyen
3
-5
/
+71
2023-05-31
scsi: ufs: mcq: Add support for cleaning up MCQ resources
Bao D. Nguyen
2
-9
/
+66
2023-05-31
scsi: ufs: mcq: Add supporting functions for MCQ abort
Bao D. Nguyen
3
-1
/
+177
2023-05-31
scsi: ufs: core: Update the ufshcd_clear_cmds() functionality
Bao D. Nguyen
1
-16
/
+21
2023-05-31
scsi: ufs: core: Combine 32-bit command_desc_base_addr_lo/hi
Bao D. Nguyen
1
-4
/
+2
2023-05-31
scsi: ufs: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
1
-1
/
+1
2023-05-31
scsi: ufs: core: Do not open code SZ_x
Avri Altman
5
-24
/
+24
2023-05-31
Merge patch series "ufs: Do not requeue while ungating the clock"
Martin K. Petersen
4
-64
/
+30
2023-05-31
scsi: ufs: Ungate the clock synchronously
Bart Van Assche
3
-61
/
+29
2023-05-31
scsi: ufs: Declare ufshcd_{hold,release}() once
Bart Van Assche
1
-3
/
+0
2023-05-31
scsi: ufs: Conditionally enable the BLK_MQ_F_BLOCKING flag
Bart Van Assche
1
-0
/
+1
2023-05-22
scsi: ufs: core: Return earlier if ufshcd_hba_init_crypto_capabilities() fails
Keoseong Park
1
-3
/
+5
2023-05-16
scsi: ufs: hwmon: Constify pointers to hwmon_channel_info
Krzysztof Kozlowski
1
-1
/
+1
2023-05-16
scsi: ufs: core: Fix MCQ nr_hw_queues
Po-Wen Kao
1
-1
/
+2
2023-05-16
scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc()
Po-Wen Kao
2
-6
/
+6
2023-05-16
scsi: ufs: core: Fix MCQ tag calculation
Po-Wen Kao
2
-2
/
+2
2023-05-08
scsi: ufs: ufs-mediatek: Delete some dead code
Dan Carpenter
1
-3
/
+0
2023-05-08
scsi: ufs: core: Change the module parameter macro of use_mcq_mode
Keoseong Park
1
-18
/
+2
2023-05-08
scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspend
Keoseong Park
1
-1
/
+9
2023-05-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+3
2023-04-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
6
-52
/
+85
[next]