Message ID | cover.1669850856.git.quic_asutoshd@quicinc.com |
---|---|
Headers | show |
Series | Add Multi Circular Queue Support | expand |
On Thu, Dec 1, 2022 at 8:03 AM Asutosh Das <quic_asutoshd@quicinc.com> wrote: > > The code to parse the extended feature is duplicated twice > in the ufs core. Replace the duplicated code with a > function. > > Signed-off-by: Asutosh Das <quic_asutoshd@quicinc.com> > Reviewed-by: Bart Van Assche <bvanassche@acm.org> > Reviewed-by: Manivannan Sadhasivam <mani@kernel.org> > --- Reviewed-by: Stanley Chu <stanley.chu@mediatek.com>
On Thu, Dec 1, 2022 at 8:05 AM Asutosh Das <quic_asutoshd@quicinc.com> wrote: > > Task Tag is limited to 8 bits and this restricts the number > of active IOs to 255. > In Multi-circular queue mode, this may not be enough. > The specification provides EXT_IID which can be used to increase > the number of IOs if the UFS device and UFSHC support it. > This patch adds support to probe for ext_iid support in > ufs device and UFSHC. > > Co-developed-by: Can Guo <quic_cang@quicinc.com> > Signed-off-by: Can Guo <quic_cang@quicinc.com> > Signed-off-by: Asutosh Das <quic_asutoshd@quicinc.com> > Reviewed-by: Bart Van Assche <bvanassche@acm.org> > Reviewed-by: Avri Altman <avri.altman@wdc.com> > Reviewed-by: Manivannan Sadhasivam <mani@kernel.org> Reviewed-by: Stanley Chu <stanley.chu@mediatek.com>