index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ufs
Age
Commit message (
Expand
)
Author
Lines
2022-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-191
/
+235
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
-0
/
+2
2022-11-26
scsi: ufs: ufs-mediatek: Remove unnecessary return code
ChanWoo Lee
-7
/
+4
2022-11-26
scsi: ufs: core: Fix the polling implementation
Bart Van Assche
-2
/
+26
2022-11-26
scsi: ufs: ufs-mediatek: Modify the return value
ChanWoo Lee
-1
/
+1
2022-11-26
scsi: ufs: ufs-mediatek: Remove unneeded code
ChanWoo Lee
-2
/
+0
2022-11-25
scsi: ufs: core: Fix unnecessary operation for early return
ChanWoo Lee
-5
/
+5
2022-11-25
scsi: ufs: core: Switch 'check_for_bkops' to bool
ChanWoo Lee
-2
/
+2
2022-11-25
scsi: ufs: core: Separate function name and message
ChanWoo Lee
-6
/
+6
2022-11-08
scsi: ufs: core: Introduce ufshcd_abort_all()
Bart Van Assche
-28
/
+34
2022-11-08
scsi: ufs: core: Refactor ufshcd_hba_enable()
Keoseong Park
-7
/
+11
2022-10-27
scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs nodes
Bean Huo
-0
/
+18
2022-10-27
scsi: ufs: core: Clean up ufshcd_slave_alloc()
Bean Huo
-97
/
+53
2022-10-27
scsi: ufs: core: Revert "WB is only available on LUN #0 to #7"
Bean Huo
-8
/
+3
2022-10-27
scsi: ufs: core: Print events for WLUN suspend and resume failures
Peter Wang
-0
/
+3
2022-10-25
blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queue
Christoph Hellwig
-0
/
+2
2022-10-22
scsi: ufs: core: Fix typo in comment
Keoseong Park
-1
/
+1
2022-10-22
scsi: ufs: Fix a deadlock between PM and the SCSI error handler
Bart Van Assche
-0
/
+24
2022-10-22
scsi: ufs: Introduce the function ufshcd_execute_start_stop()
Bart Van Assche
-5
/
+34
2022-10-22
scsi: ufs: Track system suspend / resume activity
Bart Van Assche
-0
/
+2
2022-10-22
scsi: ufs: Try harder to change the power mode
Bart Van Assche
-3
/
+5
2022-10-22
scsi: ufs: Reduce the START STOP UNIT timeout
Bart Van Assche
-8
/
+1
2022-10-22
scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()
Bart Van Assche
-3
/
+2
2022-10-22
scsi: ufs: Remove an outdated comment
Bart Van Assche
-1
/
+0
2022-10-22
scsi: ufs: core: Fix typo for register name in comments
Keoseong Park
-1
/
+1
2022-10-22
scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry()
Dukhyun Kwon
-1
/
+1
2022-10-21
Merge branch '6.1/scsi-queue' into 6.1/scsi-fixes
Martin K. Petersen
-3
/
+2
2022-10-18
scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()
Bart Van Assche
-7
/
+2
2022-10-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-55
/
+377
2022-10-01
scsi: ufs: core: Remove unneeded casts from void *
Markus Fuchs
-2
/
+2
2022-10-01
scsi: ufs: qcom: Remove redundant dev_err() call
Shang XiaoJing
-1
/
+0
2022-09-30
block: change request end_io handler to pass back a return value
Jens Axboe
-2
/
+6
2022-09-30
Merge branch 'for-6.1/block' into for-6.1/passthrough
Jens Axboe
-6
/
+3
2022-09-25
scsi: ufs: core: Remove redundant function definitions from ufshcd.h
Arthur Simchaev
-0
/
+5
2022-09-06
scsi: ufs: core: Print UFSHCD capabilities in controller's sysfs node
Daniil Lunev
-0
/
+35
2022-08-22
scsi: ufs: wb: Modify messages
Jinyoung Choi
-13
/
+12
2022-08-22
scsi: ufs: wb: Introduce ufshcd_is_wb_buf_flush_allowed()
Jinyoung Choi
-4
/
+10
2022-08-22
scsi: ufs: wb: Add explicit flush sysfs attribute
Jinyoung Choi
-4
/
+51
2022-08-22
scsi: ufs: wb: Change function name and parameter names
Jinyoung Choi
-13
/
+17
2022-08-22
scsi: ufs: wb: Change wb_enabled condition test
Jinyoung Choi
-4
/
+2
2022-08-22
scsi: ufs: core: Allow host driver to disable wb toggling during clock scaling
Peter Wang
-5
/
+8
2022-08-22
scsi: ufs: core: Use local_clock() for debugging timestamps
Daniil Lunev
-8
/
+12
2022-08-22
scsi: ufs: ufs-mediatek: Support clk-scaling to optimize power consumption
Po-Wen Kao
-2
/
+153
2022-08-22
scsi: ufs: ufs-mediatek: Fix performance scaling
Peter Wang
-4
/
+14
2022-08-22
scsi: ufs: ufs-mediatek: Dump more registers
Peter Wang
-2
/
+5
2022-08-22
scsi: ufs: ufs-mediatek: Provide detailed description for UIC errors
Stanley Chu
-0
/
+58
2022-08-22
scsi: ufs: ufs-mediatek: Remove redundant header files
Stanley Chu
-1
/
+0
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
-6
/
+3
2022-08-19
scsi: ufs: core: Reduce the power mode change timeout
Bart Van Assche
-1
/
+8
2022-08-19
Merge branch '5.20/scsi-queue' into 6.0/scsi-fixes
Martin K. Petersen
-1
/
+1
[next]