[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1547757572-29075-1-git-send-email-skomatineni@nvidia.com>
Date: Thu, 17 Jan 2019 12:39:32 -0800
From: Sowjanya Komatineni <skomatineni@...dia.com>
To: <thierry.reding@...il.com>, <jonathanh@...dia.com>,
<mkarthik@...dia.com>, <smohammed@...dia.com>, <talho@...dia.com>
CC: <linux-tegra@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-i2c@...r.kernel.org>,
Sowjanya Komatineni <skomatineni@...dia.com>
Subject: [PATCH V1] i2c: tegra: increase transfer timeout
increase transfer timeout to 10s to allow enough time during max
transfer size.
Signed-off-by: Sowjanya Komatineni <skomatineni@...dia.com>
---
drivers/i2c/busses/i2c-tegra.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/busses/i2c-tegra.c b/drivers/i2c/busses/i2c-tegra.c
index e417ebf7628c..ca7c581fb4c0 100644
--- a/drivers/i2c/busses/i2c-tegra.c
+++ b/drivers/i2c/busses/i2c-tegra.c
@@ -25,7 +25,7 @@
#include <asm/unaligned.h>
-#define TEGRA_I2C_TIMEOUT (msecs_to_jiffies(1000))
+#define TEGRA_I2C_TIMEOUT (msecs_to_jiffies(10000))
#define BYTES_PER_FIFO_WORD 4
#define I2C_CNFG 0x000
--
2.7.4
Powered by blists - more mailing lists