Message ID | 20240403-ufs-icc-fix-v2-0-958412a5eb45@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5 | expand |
Manivannan, > This series adds the interconnect bandwidth values for Gear 5 to the > Qcom driver and also adds the check for the unsupported gear/lane > values. Applied to 6.10/scsi-staging, thanks!
On Fri, Apr 05, 2024 at 09:24:00PM -0400, Martin K. Petersen wrote: > > Manivannan, > > > This series adds the interconnect bandwidth values for Gear 5 to the > > Qcom driver and also adds the check for the unsupported gear/lane > > values. > > Applied to 6.10/scsi-staging, thanks! > Thanks Martin! But patch 1/2 is actually a fix that needs to be merged for 6.9, since starting from 6.9 we are seeing the crash on some Qcom boards. But patch 2/2 is just an improvement, so it can be part of 6.10. - Mani
Manivannan, > Thanks Martin! But patch 1/2 is actually a fix that needs to be merged > for 6.9, since starting from 6.9 we are seeing the crash on some Qcom > boards. > > But patch 2/2 is just an improvement, so it can be part of 6.10. OK, done!
On Wed, 03 Apr 2024 18:50:02 +0530, Manivannan Sadhasivam wrote: > This series adds the interconnect bandwidth values for Gear 5 to the Qcom > driver and also adds the check for the unsupported gear/lane values. > > - Mani > > Applied to 6.10/scsi-queue, thanks! [2/2] scsi: ufs: qcom: Add sanity checks for gear/lane values during ICC scaling https://git.kernel.org/mkp/scsi/c/33507b3964f1
Hi, This series adds the interconnect bandwidth values for Gear 5 to the Qcom driver and also adds the check for the unsupported gear/lane values. - Mani Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> --- Changes in v2: - Added sanity check for gear/lane values - Collected tags - Link to v1: https://lore.kernel.org/r/20240401-ufs-icc-fix-v1-1-3bac41bdfa7a@linaro.org --- Manivannan Sadhasivam (2): scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5 scsi: ufs: qcom: Add sanity checks for gear/lane values during ICC scaling drivers/ufs/host/ufs-qcom.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) --- base-commit: 4cece764965020c22cff7665b18a012006359095 change-id: 20240401-ufs-icc-fix-123c7ca1be45 Best regards,