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)
commit15e70f0de2810793d932d686392a3393c81083a7
tree33f1d6c894b59f11c07392f6e5313776fc418c95
parent64b6deadc938b37717aa1338715cb7ef5e7d444c
parenteacb139b77ff75b973cb99573b33a7adb1f4ca38
Merge patch series "Add Multi Circular Queue Support"

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>