mbox series

[0/3] Enable DMA clustering in the UFS driver

Message ID 20230106215800.2249344-1-bvanassche@acm.org
Headers show
Series Enable DMA clustering in the UFS driver | expand

Message

Bart Van Assche Jan. 6, 2023, 9:57 p.m. UTC
Hi Martin,

The third patch in this series enables DMA clustering in the UFS driver since
UFS host controllers support DMA clustering. The first two patches fix bugs in
the Exynos host controller driver.

Please consider this patch series for the next merge window.

Thanks,

Bart.

Bart Van Assche (3):
  scsi: ufs: Exynos: Fix DMA alignment for PAGE_SIZE != 4096
  scsi: ufs: Exynos: Fix the maximum segment size
  scsi: ufs: Enable DMA clustering

 drivers/ufs/core/ufshcd.c     |  5 ++---
 drivers/ufs/host/ufs-exynos.c | 12 +++++++++---
 include/ufs/ufshcd.h          |  4 ++--
 3 files changed, 13 insertions(+), 8 deletions(-)