All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bus: mhi: pci_generic: increase timeout value for operations to 24000ms
@ 2021-08-05 14:02 Thomas Perrot
  2021-08-05 14:30 ` Loic Poulain
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Thomas Perrot @ 2021-08-05 14:02 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: manivannan.sadhasivam, hemantk, loic.poulain, stable, Thomas Perrot

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 <thomas.perrot@bootlin.com>
---
 drivers/bus/mhi/pci_generic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/mhi/pci_generic.c b/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_config modem_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


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-10-01  7:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05 14:02 [PATCH] bus: mhi: pci_generic: increase timeout value for operations to 24000ms Thomas Perrot
2021-08-05 14:30 ` Loic Poulain
2021-08-16  4:22 ` Manivannan Sadhasivam
2021-09-28 20:11   ` Thomas Perrot
2021-09-29 11:58     ` Manivannan Sadhasivam
2021-09-29  9:37 ` Aleksander Morgado
2021-09-29 12:04   ` Manivannan Sadhasivam
2021-09-29 13:17     ` Aleksander Morgado
2021-09-30  8:07       ` Thomas Perrot
2021-09-30 10:19         ` Loic Poulain
2021-10-01  7:38           ` Manivannan Sadhasivam
2021-10-01  7:36         ` Manivannan Sadhasivam
2021-10-01  7:35       ` Manivannan Sadhasivam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.