Merge patch series "Add Multi Circular Queue Support"
authorMartin K. Petersen <martin.petersen@oracle.com>
Sat, 14 Jan 2023 02:13:43 +0000 (21:13 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 14 Jan 2023 02:13:43 +0000 (21:13 -0500)
Asutosh Das <quic_asutoshd@quicinc.com> says:

This patch series is an implementation of UFS Multi-Circular Queue.
Please consider this series for next merge window.  This
implementation has been verified on a Qualcomm & MediaTek platform.

UFS Multi-Circular Queue (MCQ) has been added in UFSHCI v4.0 to
improve storage performance.  The implementation uses the shared
tagging mechanism so that tags are shared among the hardware
queues. The number of hardware queues is configurable.  This series
doesn't include the ESI implementation for completion handling.

Link: https://lore.kernel.org/r/cover.1673557949.git.quic_asutoshd@quicinc.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

Trivial merge