Message ID | cover.1670541363.git.quic_asutoshd@quicinc.com |
---|---|
Headers | show |
Series | Add Multi Circular Queue Support | expand |
Asutosh,
I reviewed the entire patch series and applied them to Martin's
6.2/staging branch,
No logic issues were found, other than these minor compilation warnings:
drivers/ufs/core/ufs-mcq.c:87: warning: Function parameter or member
'hba' not described in 'ufshcd_mcq_config_mac'
drivers/ufs/core/ufs-mcq.c:87: warning: Function parameter or member
'max_active_cmds' not described in 'ufshcd_mcq_config_mac'
drivers/ufs/core/ufs-mcq.c:107: warning: Function parameter or member
'hba' not described in 'ufshcd_mcq_req_to_hwq'
drivers/ufs/core/ufs-mcq.c:107: warning: Function parameter or member
'req' not described in 'ufshcd_mcq_req_to_hwq'
drivers/ufs/core/ufs-mcq.c:128: warning: Function parameter or member
'hba' not described in 'ufshcd_mcq_decide_queue_depth'
so:
Reviewed-by: Bean Huo <beanhuo@micron.com>
Kind regards,
Bean
Asutosh, > 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. I'll push my 6.3 staging tree shortly. Please rebase, there are a bunch of conflicts.
On Fri, Dec 30 2022 at 14:25 -0800, Martin K. Petersen wrote: > >Asutosh, > >> 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. > >I'll push my 6.3 staging tree shortly. Please rebase, there are a bunch >of conflicts. > Hello Martin Rebased and pushed v12. Please take a look. Thanks -asd