mbox series

[v2,0/4] UFS core patches

Message ID 20230921192335.676924-1-bvanassche@acm.org (mailing list archive)
Headers show
Series UFS core patches | expand

Message

Bart Van Assche Sept. 21, 2023, 7:22 p.m. UTC
Hi Martin,

Please consider these UFS core patches for the next merge window.

Thanks,

Bart.

Changes compared to v1:
- In patch 1/4, instead of preserving the WARN_ONCE() statements, remove these.
- Added a reference to CDL in the description of patch 4/4.

Bart Van Assche (4):
  scsi: ufs: Remove request tag range checks
  scsi: ufs: Move the 4K alignment code into the Exynos driver
  scsi: ufs: Simplify ufshcd_comp_scsi_upiu()
  scsi: ufs: Set the Command Priority (CP) flag for RT requests

 drivers/ufs/core/ufshcd.c     | 32 ++++++++++++--------------------
 drivers/ufs/host/ufs-exynos.c |  9 +++++++--
 include/ufs/ufs.h             |  3 ++-
 include/ufs/ufshcd.h          |  7 ++-----
 4 files changed, 23 insertions(+), 28 deletions(-)

Comments

Martin K. Petersen Sept. 27, 2023, 3:14 p.m. UTC | #1
Bart,

> Please consider these UFS core patches for the next merge window.

Applied to 6.7/scsi-staging, thanks!
Martin K. Petersen Oct. 10, 2023, 2:09 a.m. UTC | #2
On Thu, 21 Sep 2023 12:22:45 -0700, Bart Van Assche wrote:

> Please consider these UFS core patches for the next merge window.
> 
> Thanks,
> 
> Bart.
> 
> Changes compared to v1:
> - In patch 1/4, instead of preserving the WARN_ONCE() statements, remove these.
> - Added a reference to CDL in the description of patch 4/4.
> 
> [...]

Applied to 6.7/scsi-queue, thanks!

[1/4] scsi: ufs: Remove request tag range checks
      https://git.kernel.org/mkp/scsi/c/cdaaff61d3bf
[2/4] scsi: ufs: Move the 4K alignment code into the Exynos driver
      https://git.kernel.org/mkp/scsi/c/858231bdb223
[3/4] scsi: ufs: Simplify ufshcd_comp_scsi_upiu()
      https://git.kernel.org/mkp/scsi/c/c788cf8a21cd
[4/4] scsi: ufs: Set the Command Priority (CP) flag for RT requests
      https://git.kernel.org/mkp/scsi/c/00d2fa28da0a