1. e03843a Merge branch 'fixes' into misc by James Bottomley · 1 year, 6 months ago
  2. 548fdf7 scsi: ufs: core: Export ufshcd_is_hba_active() by Nitin Rawat · 1 year, 8 months ago
  3. 6cae9a3 Merge patch series "Multiple cleanup patches for the UFS driver" by Martin K. Petersen · 1 year, 7 months ago
  4. 617bfaa scsi: ufs: Simplify response header parsing by Bart Van Assche · 1 year, 8 months ago
  5. 67a2a89 scsi: ufs: Simplify transfer request header initialization by Bart Van Assche · 1 year, 8 months ago
  6. e2566e0 scsi: ufs: Remove a member variable by Bart Van Assche · 1 year, 8 months ago
  7. 08108d3 scsi: ufs: Improve type safety by Bart Van Assche · 1 year, 8 months ago
  8. cce9fd6 scsi: ufs: Minimize #include directives by Bart Van Assche · 1 year, 8 months ago
  9. e0d01da scsi: ufs: core: Add enums for UFS lanes by Manivannan Sadhasivam · 1 year, 7 months ago
  10. 2903265 scsi: ufs: Fix residual handling by Bart Van Assche · 1 year, 8 months ago
  11. 7e9609d scsi: ufs: core: Remove HPB support by Bart Van Assche · 1 year, 8 months ago
  12. 11afb65 scsi: ufs: core: Export symbols for MTK driver module by Po-Wen Kao · 1 year, 8 months ago
  13. aa2db9d scsi: ufs: core: Convert UPIU_HEADER_DWORD() into a function by Bart Van Assche · 1 year, 8 months ago
  14. e96277a Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes by Martin K. Petersen · 1 year, 8 months ago
  15. 24befa9 scsi: ufs: core: Add support for qTimestamp attribute by Arthur Simchaev · 1 year, 9 months ago
  16. ca7ce08 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 1 year, 8 months ago
  17. aa9d5d0 scsi: ufs: core: Add host quirk UFSHCD_QUIRK_MCQ_BROKEN_RTC by Po-Wen Kao · 1 year, 9 months ago
  18. c4ad4f2 scsi: ufs: core: Add host quirk UFSHCD_QUIRK_MCQ_BROKEN_INTR by Po-Wen Kao · 1 year, 9 months ago
  19. 0fef6bb scsi: ufs: core: mcq: Fix the incorrect OCS value for the device command by Stanley Chu · 1 year, 9 months ago
  20. 467e6cc Merge patch series "UFS host controller driver patches" by Martin K. Petersen · 1 year, 9 months ago
  21. 0818a69 scsi: ufs: core: Simplify driver shutdown by Bart Van Assche · 1 year, 10 months ago
  22. bc5fef0 Merge patch series "ufs: core: mcq: Add ufshcd_abort() and error handler support in MCQ mode" by Martin K. Petersen · 1 year, 9 months ago
  23. 57d6ef4 scsi: ufs: mcq: Use ufshcd_mcq_poll_cqe_lock() in MCQ mode by Bao D. Nguyen · 1 year, 9 months ago
  24. 8d72903 scsi: ufs: mcq: Add supporting functions for MCQ abort by Bao D. Nguyen · 1 year, 9 months ago
  25. a8f9a36 scsi: ufs: core: Combine 32-bit command_desc_base_addr_lo/hi by Bao D. Nguyen · 1 year, 9 months ago
  26. 23caa33 scsi: ufs: core: Do not open code SZ_x by Avri Altman · 1 year, 9 months ago
  27. 078f4f4 scsi: ufs: Ungate the clock synchronously by Bart Van Assche · 1 year, 9 months ago
  28. 06caeb5 scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc() by Po-Wen Kao · 1 year, 10 months ago
  29. b68ee1c Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 1 year, 11 months ago
  30. 3c85f08 scsi: ufs: mcq: Use pointer arithmetic in ufshcd_send_command() by Avri Altman · 2 years ago
  31. 543a827b scsi: core: Clean up struct ufs_saved_pwr_info by Stanley Chu · 2 years ago
  32. 86eb94b scsi: Revert "scsi: ufs: core: Initialize devfreq synchronously" by Adrien Thierry · 2 years ago
  33. 06caa75 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 2 years ago
  34. 8762069 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 2 years, 1 month ago
  35. 7dafc3e scsi: ufs: core: Initialize devfreq synchronously by Adrien Thierry · 2 years, 1 month ago
  36. 88441a8 scsi: ufs: core: Add hibernation callbacks by Anjana Hari · 2 years, 1 month ago
  37. 86bd0c4 scsi: ufs: exynos: Fix DMA alignment for PAGE_SIZE != 4096 by Bart Van Assche · 2 years, 2 months ago
  38. ba81043 scsi: ufs: core: Fix devfreq deadlocks by Johan Hovold · 2 years, 2 months ago
  39. 3730bea scsi: ufs: ufs: Remove duplicate entry by Alim Akhtar · 2 years, 2 months ago
  40. e02288e scsi: ufs: core: mcq: Add Event Specific Interrupt enable and config functions by Can Guo · 2 years, 3 months ago
  41. edb0db0 scsi: ufs: core: Add Event Specific Interrupt configuration vendor specific ops by Can Guo · 2 years, 3 months ago
  42. ed97506 scsi: ufs: core: mcq: Add completion support in poll by Asutosh Das · 2 years, 2 months ago
  43. f87b2c4 scsi: ufs: mcq: Add completion support of a CQE by Asutosh Das · 2 years, 2 months ago
  44. 22a2d56 scsi: ufs: core: Prepare ufshcd_send_command() for MCQ by Asutosh Das · 2 years, 2 months ago
  45. 2468da6 scsi: ufs: core: mcq: Configure operation and runtime interface by Asutosh Das · 2 years, 2 months ago
  46. 4682abf scsi: ufs: core: mcq: Allocate memory for MCQ mode by Asutosh Das · 2 years, 2 months ago
  47. 7224c80 scsi: ufs: core: mcq: Calculate queue depth by Asutosh Das · 2 years, 2 months ago
  48. c263b4e scsi: ufs: core: mcq: Configure resource regions by Asutosh Das · 2 years, 2 months ago
  49. 57b1c0e scsi: ufs: core: mcq: Add support to allocate multiple queues by Asutosh Das · 2 years, 2 months ago
  50. 0cab402 scsi: ufs: core: Defer adding host to SCSI if MCQ is supported by Asutosh Das · 2 years, 2 months ago
  51. 305a357 scsi: ufs: core: Introduce multi-circular queue capability by Asutosh Das · 2 years, 2 months ago
  52. 6e1d850 scsi: ufs: core: Probe for EXT_IID support by Asutosh Das · 2 years, 2 months ago
  53. f3e57da scsi: core: Fix invisible definition compilation warning by Bean Huo · 2 years, 2 months ago
  54. 96a7141 scsi: ufs: core: Add support for reinitializing the UFS device by Manivannan Sadhasivam · 2 years, 3 months ago
  55. c2c38c5 scsi: ufs: core: Add reinit_notify() callback by Manivannan Sadhasivam · 2 years, 3 months ago
  56. 2d95c6d Merge patch series "scsi: ufs: core: Always read the descriptors with max length" by Martin K. Petersen · 2 years, 2 months ago
  57. f2a89b0 scsi: ufs: core: Remove redundant desc_size variable from hba by Arthur Simchaev · 2 years, 3 months ago
  58. 4a5bd1a Merge patch series "Prepare for upstreaming Pixel 6 and 7 UFS support" by Martin K. Petersen · 2 years, 2 months ago
  59. ada1e65 scsi: ufs: core: Allow UFS host drivers to override the sg entry size by Eric Biggers · 2 years, 3 months ago
  60. 6ff265fc scsi: ufs: core: bsg: Add advanced RPMB support in ufs_bsg by Bean Huo · 2 years, 3 months ago
  61. f6b9d0f scsi: ufs: core: Advanced RPMB detection by Bean Huo · 2 years, 3 months ago
  62. 3d6d793 scsi: ufs: core: Remove check_upiu_size() from ufshcd.h by Keoseong Park · 2 years, 4 months ago
  63. 1a547cb scsi: ufs: Track system suspend / resume activity by Bart Van Assche · 2 years, 5 months ago
  64. 62e6e59 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 2 years, 5 months ago
  65. 1a2433b scsi: ufs: core: Remove redundant function definitions from ufshcd.h by Arthur Simchaev · 2 years, 6 months ago
  66. 6c4148c scsi: ufs: wb: Add explicit flush sysfs attribute by Jinyoung Choi · 2 years, 7 months ago
  67. 87bd050 scsi: ufs: core: Allow host driver to disable wb toggling during clock scaling by Peter Wang · 2 years, 7 months ago
  68. 0f85e74 scsi: ufs: core: Use local_clock() for debugging timestamps by Daniil Lunev · 2 years, 7 months ago
  69. 6d17a11 scsi: ufs: core: Enable link lost interrupt by Kiwoong Kim · 2 years, 7 months ago
  70. 35d11ec scsi: ufs: ufshcd: Constify pointed data by Krzysztof Kozlowski · 2 years, 9 months ago
  71. 1d6f9de scsi: ufs: Export regulator functions by Stanley Chu · 2 years, 9 months ago
  72. 3f9b6ce scsi: ufs: ufs-mediatek: Introduce workaround for power mode change by CC Chou · 2 years, 9 months ago
  73. fc53683b scsi: ufs: Export ufshcd_uic_change_pwr_mode() by Stanley Chu · 2 years, 9 months ago
  74. c0d93b1 scsi: ufs: Rearrange addresses in increasing order by Alim Akhtar · 2 years, 9 months ago
  75. cb2bf7c scsi: ufs: host: ufs-exynos: Use already existing definition by Alim Akhtar · 2 years, 9 months ago
  76. 2f11bbc scsi: ufs: core: Add UFSHCD_QUIRK_HIBERN_FASTAUTO by Yoshihiro Shimoda · 2 years, 9 months ago
  77. 6554400 scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS by Yoshihiro Shimoda · 2 years, 9 months ago
  78. dd11376 scsi: ufs: Split the drivers/scsi/ufs directory by Bart Van Assche · 2 years, 10 months ago