index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
ufs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-28
blk-mq: remove the done argument to blk_execute_rq_nowait
Christoph Hellwig
1
-2
/
+4
2022-05-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
34
-719
/
+720
2022-05-19
scsi: ufs: core: Fix referencing invalid rsp field
Daejun Park
1
-12
/
+7
2022-05-10
scsi: ufs: ufshpb: Clean up ufshpb_suspend()/resume()
Bean Huo
1
-11
/
+4
2022-05-10
scsi: ufs: ufshpb: Add handing of device reset regions in HPB device mode
Bean Huo
1
-24
/
+58
2022-05-10
scsi: ufs: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with rcmd_*
Bean Huo
2
-15
/
+15
2022-05-10
scsi: ufs: ufshpb: Clean up the handler when device resets HPB information
Bean Huo
1
-12
/
+23
2022-05-10
scsi: ufs: ufshpb: Remove enum initialization value
Bean Huo
1
-2
/
+2
2022-05-10
scsi: ufs: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()
Bean Huo
3
-29
/
+17
2022-05-10
scsi: ufs: qcom: Enable RPM_AUTOSUSPEND for runtime PM
Manivannan Sadhasivam
1
-0
/
+1
2022-05-10
scsi: ufs: core: Remove redundant wmb() in ufshcd_send_command()
Manivannan Sadhasivam
1
-3
/
+0
2022-05-10
scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabled
Manivannan Sadhasivam
1
-2
/
+5
2022-05-10
scsi: ufs: qcom: Simplify handling of devm_phy_get()
Manivannan Sadhasivam
1
-22
/
+4
2022-05-10
scsi: ufs: qcom: Fix acquiring the optional reset control line
Manivannan Sadhasivam
1
-6
/
+5
2022-04-26
scsi: ufs: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
1
-4
/
+2
2022-04-26
scsi: ufs: core: Remove duplicate include in ufshcd
Wan Jiabing
1
-1
/
+0
2022-04-26
scsi: ufs: core: Exclude UECxx from SFR dump list
Kiwoong Kim
1
-1
/
+6
2022-04-25
scsi: ufs: Move the ufs_is_valid_unit_desc_lun() definition
Bart Van Assche
2
-19
/
+19
2022-04-25
scsi: ufs: Move the struct ufs_ref_clk definition
Bart Van Assche
2
-5
/
+5
2022-04-25
scsi: ufs: Split the ufshcd.h header file
Bart Van Assche
9
-225
/
+287
2022-04-25
scsi: ufs: Minimize #include directives
Bart Van Assche
23
-38
/
+56
2022-04-25
scsi: ufs: Fix kernel-doc syntax in ufshcd.h
Bart Van Assche
1
-21
/
+68
2022-04-25
scsi: ufs: Remove unnecessary ufshcd-crypto.h include directives
Bart Van Assche
3
-2
/
+1
2022-04-25
scsi: ufs: qcom: Fix ufs_qcom_resume()
Bart Van Assche
1
-6
/
+1
2022-04-25
scsi: ufs: Introduce ufshcd_clkgate_delay_set()
Bart Van Assche
3
-9
/
+16
2022-04-25
scsi: ufs: Remove locking from around single register writes
Bart Van Assche
2
-12
/
+0
2022-04-25
scsi: ufs: Remove the TRUE and FALSE definitions
Bart Van Assche
4
-24
/
+10
2022-04-25
scsi: ufs: Remove paths from source code comments
Bart Van Assche
3
-4
/
+0
2022-04-25
scsi: ufs: Use an SPDX license identifier in the Kconfig file
Bart Van Assche
1
-24
/
+1
2022-04-25
scsi: ufs: Rename sdev_ufs_device into ufs_device_wlun
Bart Van Assche
2
-35
/
+32
2022-04-25
scsi: ufs: Remove the driver version
Bart Van Assche
5
-5
/
+0
2022-04-25
scsi: ufs: Make the config_scaling_param calls type safe
Bart Van Assche
2
-15
/
+9
2022-04-25
scsi: ufs: Switch to aggregate initialization
Bart Van Assche
1
-12
/
+14
2022-04-25
scsi: ufs: Remove unused constants and code
Bart Van Assche
2
-37
/
+3
2022-04-25
scsi: ufs: Invert the return value of ufshcd_is_hba_active()
Bart Van Assche
1
-5
/
+4
2022-04-25
scsi: ufs: Declare the quirks array const
Bart Van Assche
4
-6
/
+8
2022-04-25
scsi: ufs: Rename struct ufs_dev_fix into ufs_dev_quirk
Bart Van Assche
4
-7
/
+7
2022-04-25
scsi: ufs: Remove the UFS_FIX() and END_FIX() macros
Bart Van Assche
3
-32
/
+32
2022-04-25
scsi: ufs: Use get_unaligned_be16() instead of be16_to_cpup()
Bart Van Assche
1
-1
/
+1
2022-04-25
scsi: ufs: Remove ufshcd_lrb.sense_buffer
Bart Van Assche
2
-7
/
+4
2022-04-25
scsi: ufs: Remove ufshcd_lrb.sense_bufflen
Bart Van Assche
2
-5
/
+0
2022-04-25
scsi: ufs: Simplify statements that return a boolean
Bart Van Assche
3
-27
/
+8
2022-04-25
scsi: ufs: Remove superfluous boolean conversions
Bart Van Assche
3
-8
/
+6
2022-04-25
scsi: ufs: Declare ufshcd_wait_for_register() static
Bart Van Assche
2
-4
/
+1
2022-04-25
scsi: ufs: Fix a spelling error in a source code comment
Bart Van Assche
1
-1
/
+1
2022-04-25
scsi: ufs: core: Increase fDeviceInit poll frequency
Konstantin Vyshetsky
1
-1
/
+1
2022-04-18
Merge branch '5.18/scsi-fixes' into 5.19/scsi-staging
Martin K. Petersen
4
-23
/
+22
2022-04-18
scsi: ufs: core: Remove redundant HPB unmap
Po-Wen Kao
1
-7
/
+0
2022-04-06
scsi: ufs: ufshcd-pltfrm: Simplify pdev->dev usage
Krzysztof Kozlowski
1
-5
/
+5
2022-04-06
scsi: ufs: ufshpb: Fix a NULL check on list iterator
Xiaomeng Tong
1
-6
/
+5
[next]