* [PATCH 10/11] i2c context save/restore
@ 2008-07-01 14:16 Rajendra Nayak
0 siblings, 0 replies; 3+ messages in thread
From: Rajendra Nayak @ 2008-07-01 14:16 UTC (permalink / raw)
To: linux-omap
This patch does i2c init/re-init for every transfer
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
---
drivers/i2c/busses/i2c-omap.c | 2 ++
1 files changed, 2 insertions(+)
Index: linux-omap-2.6/drivers/i2c/busses/i2c-omap.c
===================================================================
--- linux-omap-2.6.orig/drivers/i2c/busses/i2c-omap.c 2008-06-09 10:21:40.000000000 +0530
+++ linux-omap-2.6/drivers/i2c/busses/i2c-omap.c 2008-06-09 10:57:32.871082795 +0530
@@ -490,6 +490,8 @@ omap_i2c_xfer(struct i2c_adapter *adap,
omap_i2c_unidle(dev);
+ omap_i2c_init(dev);
+
if ((r = omap_i2c_wait_for_bb(dev)) < 0)
goto out;
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 10/11] i2c context save/restore
@ 2008-07-18 13:19 Rajendra Nayak
0 siblings, 0 replies; 3+ messages in thread
From: Rajendra Nayak @ 2008-07-18 13:19 UTC (permalink / raw)
To: linux-omap
This patch does i2c init/re-init for every transfer
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
---
drivers/i2c/busses/i2c-omap.c | 2 ++
1 files changed, 2 insertions(+)
Index: linux-omap-2.6/drivers/i2c/busses/i2c-omap.c
===================================================================
--- linux-omap-2.6.orig/drivers/i2c/busses/i2c-omap.c 2008-06-09 10:21:40.000000000 +0530
+++ linux-omap-2.6/drivers/i2c/busses/i2c-omap.c 2008-06-09 10:57:32.871082795 +0530
@@ -490,6 +490,8 @@ omap_i2c_xfer(struct i2c_adapter *adap,
omap_i2c_unidle(dev);
+ omap_i2c_init(dev);
+
if ((r = omap_i2c_wait_for_bb(dev)) < 0)
goto out;
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 10/11] i2c context save/restore
@ 2008-08-06 13:18 Rajendra Nayak
0 siblings, 0 replies; 3+ messages in thread
From: Rajendra Nayak @ 2008-08-06 13:18 UTC (permalink / raw)
To: linux-omap
This patch does i2c init/re-init for every transfer
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
---
drivers/i2c/busses/i2c-omap.c | 2 ++
1 files changed, 2 insertions(+)
Index: linux-omap-2.6/drivers/i2c/busses/i2c-omap.c
===================================================================
--- linux-omap-2.6.orig/drivers/i2c/busses/i2c-omap.c 2008-08-06
18:07:31.000000000 +0530
+++ linux-omap-2.6/drivers/i2c/busses/i2c-omap.c 2008-08-06 18:11:28.000000000
+0530
@@ -496,6 +496,8 @@ omap_i2c_xfer(struct i2c_adapter *adap,
omap_i2c_unidle(dev);
+ omap_i2c_init(dev);
+
if ((r = omap_i2c_wait_for_bb(dev)) < 0)
goto out;
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-08-06 13:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-01 14:16 [PATCH 10/11] i2c context save/restore Rajendra Nayak
-- strict thread matches above, loose matches on Subject: below --
2008-07-18 13:19 Rajendra Nayak
2008-08-06 13:18 Rajendra Nayak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox