Re: [PATCH] bus: mhi: pci_generic: increase timeout value for operations to 24000ms
From: Manivannan Sadhasivam <hidden>
Date: 2021-09-29 11:58:49
Also in:
linux-arm-msm
Hi Thomas, On 29 September 2021 1:41:12 AM IST, Thomas Perrot [off-list ref] wrote:
Hello Manivannan, I just saw that this patch seems not yet been merged, is there a issue with it?
For the last merge window we had a conflict with netdev tree so I was not able to send the second iteration of the PR. Will apply this patch for v5.16. Thanks, Mani
Best regards, Thomas On Mon, 2021-08-16 at 09:52 +0530, Manivannan Sadhasivam wrote:quoted
On Thu, Aug 05, 2021 at 04:02:31PM +0200, Thomas Perrot wrote:quoted
Otherwise, the waiting time was too short to use a Sierra Wireless EM919X connected to an i.MX6 through the PCIe bus. Signed-off-by: Thomas Perrot <redacted>Reviewed-by: Manivannan Sadhasivam <redacted> Thanks, Maniquoted
--- drivers/bus/mhi/pci_generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/drivers/bus/mhi/pci_generic.cb/drivers/bus/mhi/pci_generic.c index 4dd1077354af..e08ed6e5031b 100644--- a/drivers/bus/mhi/pci_generic.c +++ b/drivers/bus/mhi/pci_generic.c@@ -248,7 +248,7 @@ static struct mhi_event_configmodem_qcom_v1_mhi_events[] = { static const struct mhi_controller_config modem_qcom_v1_mhiv_config = { .max_channels = 128, - .timeout_ms = 8000, + .timeout_ms = 24000, .num_channels = ARRAY_SIZE(modem_qcom_v1_mhi_channels), .ch_cfg = modem_qcom_v1_mhi_channels, .num_events = ARRAY_SIZE(modem_qcom_v1_mhi_events), -- 2.31.1
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.