Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add Mediatek UFS Multi Circular Queue
@ 2022-10-26  7:39 Eddie Huang
  2022-10-26  7:39 ` [PATCH v1 1/2] ufs: core: mcq: Add config_mcq_resource vops Eddie Huang
  2022-10-26  7:39 ` [PATCH v1 2/2] ufs: mtk-host: Add MCQ feature Eddie Huang
  0 siblings, 2 replies; 5+ messages in thread
From: Eddie Huang @ 2022-10-26  7:39 UTC (permalink / raw)
  To: Asutosh Das, martin.petersen, stanley.chu, bvanassche, linux-scsi
  Cc: avri.altman, liang-yen.wang, linux-mediatek, cc.chou, powen.kao,
	Eddie Huang

This patch support Mediatek SoC UFSHCI 4.0 MCQ (Multi Circular
Queue) capability. The implementation is based on "Add Multi
Circular Queue Support" series [1] by Asutosh Das, and provide

1. Customize MCQ register resource vops
2. Mediatek MCQ porting

This series test pass use FIO on Mediatek platform

[1] https://www.spinics.net/lists/linux-scsi/msg178322.html

Eddie Huang (2):
  ufs: core: mcq: Add config_mcq_resource vops
  ufs: mtk-host: Add MCQ feature

 drivers/ufs/core/ufs-mcq.c      |  3 +++
 drivers/ufs/core/ufshcd-priv.h  |  8 ++++++++
 drivers/ufs/host/ufs-mediatek.c | 37 +++++++++++++++++++++++++++++++++++++
 drivers/ufs/host/ufs-mediatek.h |  7 +++++++
 include/ufs/ufshcd.h            |  1 +
 5 files changed, 56 insertions(+)

-- 
2.9.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-08  7:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-26  7:39 [PATCH v1 0/2] Add Mediatek UFS Multi Circular Queue Eddie Huang
2022-10-26  7:39 ` [PATCH v1 1/2] ufs: core: mcq: Add config_mcq_resource vops Eddie Huang
2022-10-26  7:39 ` [PATCH v1 2/2] ufs: mtk-host: Add MCQ feature Eddie Huang
2022-10-26  8:42   ` AngeloGioacchino Del Regno
2022-11-08  7:32     ` Eddie Huang (黃智傑)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox