2023-05-04 16:17:56

by Po-Wen Kao

[permalink] [raw]
Subject: [PATCH v6 0/3] Several UFS MCQ Code Changes

v5 -> v6
- Also fix call to sizeof_utp_transfer_cmd_desc() in
`ufshcd_release_sdb_queue()` as suggested by Stanley Chu

v4 -> v5
- Send MTK driver MCQ support as independent patch and address Bart's
comment there
"[PATCH v1 0/2] Add MCQ support for MTK platform"

v3 -> v4
- Rebase on latest scsi-next/staging
- Drop "scsi: ufs: core: Remove redundant check" since it's already fixed
- Improve commit message as suggested by Manivannan Sadhasivam
- Fix patch check error

v2 -> v3
- Remove "scsi: ufs: core: Add hwq print for debug".
send later when error handling is ready.
- Rename patch title to match convention "scsi: ufs: ufs-mediatek:..."
- Add explanation for (nr_hw_queues = MAXQ + 1)
- Remove dummy line

v1 -> v2:
- Add 2 new patches
- Update MTK driver for mcq
- Export symbols for MTK driver
- Fix commit message in "scsi: ufs: core: Fix mcq nr_hw_queues"
- Split name change and fix into two patches

Po-Wen Kao (3):
scsi: ufs: core: Fix mcq tag calcualtion
scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc()
scsi: ufs: core: Fix mcq nr_hw_queues

drivers/ufs/core/ufs-mcq.c | 5 +++--
drivers/ufs/core/ufshcd.c | 10 +++++-----
include/ufs/ufshcd.h | 2 +-
3 files changed, 9 insertions(+), 8 deletions(-)

--
2.18.0


2023-05-17 02:25:34

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH v6 0/3] Several UFS MCQ Code Changes

On Thu, 04 May 2023 23:44:48 +0800, Po-Wen Kao wrote:

> v5 -> v6
> - Also fix call to sizeof_utp_transfer_cmd_desc() in
> `ufshcd_release_sdb_queue()` as suggested by Stanley Chu
>
> v4 -> v5
> - Send MTK driver MCQ support as independent patch and address Bart's
> comment there
> "[PATCH v1 0/2] Add MCQ support for MTK platform"
>
> [...]

Applied to 6.4/scsi-fixes, thanks!

[1/3] scsi: ufs: core: Fix mcq tag calcualtion
https://git.kernel.org/mkp/scsi/c/5149452ca662
[2/3] scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc()
https://git.kernel.org/mkp/scsi/c/06caeb536b2b
[3/3] scsi: ufs: core: Fix mcq nr_hw_queues
https://git.kernel.org/mkp/scsi/c/72a81bb0b6fc

--
Martin K. Petersen Oracle Linux Engineering