[PATCH v1 0/2] Add MCQ support for MTK platform

Po-Wen Kao posted 2 patches 1 year ago
There is a newer version of this series
drivers/ufs/core/ufs-mcq.c      |   4 +
drivers/ufs/core/ufshcd-priv.h  |   2 -
drivers/ufs/host/ufs-mediatek.c | 174 +++++++++++++++++++++++++++++++-
drivers/ufs/host/ufs-mediatek.h |  32 ++++++
include/ufs/ufshcd.h            |   6 ++
5 files changed, 214 insertions(+), 4 deletions(-)
[PATCH v1 0/2] Add MCQ support for MTK platform
Posted by Po-Wen Kao 1 year ago
This series add MCQ support to mediatek platforms and export ufs core
symbols for module.

v1
- Separated from topic "[PATCH v4 0/5] Several UFS MCQ Code Changes". 
  Here are some changes since last upload
  - Store irq in per host array
  - Symbol rename
  - Use ufshcd_mcq_poll_cqe_lock() instead of ufshcd_mcq_poll_cqe_nolock()
  - Handle invalid irq dts property
  - Remove ufshcd_disable_intr(hba, MCQ_CQ_EVENT_STATUS) in MCQ mode.
    This will become host quirk later.

Po-Wen Kao (2):
  scsi: ufs: core: Export symbols for MTK driver module
  ufs: Add MCQ support on MTK platform

 drivers/ufs/core/ufs-mcq.c      |   4 +
 drivers/ufs/core/ufshcd-priv.h  |   2 -
 drivers/ufs/host/ufs-mediatek.c | 174 +++++++++++++++++++++++++++++++-
 drivers/ufs/host/ufs-mediatek.h |  32 ++++++
 include/ufs/ufshcd.h            |   6 ++
 5 files changed, 214 insertions(+), 4 deletions(-)

-- 
2.18.0