On 8/25/24 1:10 AM, Manivannan Sadhasivam wrote:
On Thu, Aug 22, 2024 at 02:36:02PM -0700, Bart Van Assche wrote:
/**
* ufshcd_init - Driver initialization routine
* @hba: per-adapter instance
@@ -10514,35 +10564,9 @@ int ufshcd_init(struct ufs_hba *hba, void __iomem *mmio_base, unsigned int irq)
hba->is_irq_enabled = true;
}
- if (!is_mcq_supported(hba)) {
I guess this series is based on v6.11-rc1, because starting from -rc2 we have
lsdb check here.
Hi Manivannan,
My patch series is based on Martin's for-next branch. The
UFSHCD_QUIRK_BROKEN_LSDBS_CAP support has been queued on Martin's
fixes branch. I think this is why the lsdb check is not visible
above. I will analyze whether it is possible to rework this patch
series such that Linus won't have to solve a complicated merge
conflict during the next merge window.
Thanks,
Bart.