Re: [PATCHv11 3/6] i2c: omap: Do not initialise the completion everytime

2012-07-13 Thread Shubhrajyoti
On Thursday 12 July 2012 05:49 PM, Wolfram Sang wrote: Reviewed-by: Felipe Balbi ba...@ti.com Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com Applied to next, thanks. Thanks -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCHv11 3/6] i2c: omap: Do not initialise the completion everytime

2012-07-12 Thread Wolfram Sang
On Thu, Jun 28, 2012 at 08:41:29PM +0530, Shubhrajyoti D wrote: Use INIT_COMPLETION instead of init_completion in transfer. Reviewed-by: Felipe Balbi ba...@ti.com Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com Applied to next, thanks. -- Pengutronix e.K. |

[PATCHv11 3/6] i2c: omap: Do not initialise the completion everytime

2012-06-28 Thread Shubhrajyoti D
Use INIT_COMPLETION instead of init_completion in transfer. Reviewed-by: Felipe Balbi ba...@ti.com Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- - Add Felipe's reviewed-by tag drivers/i2c/busses/i2c-omap.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

Re: [PATCHv11 3/6] i2c: omap: Do not initialise the completion everytime

2012-06-28 Thread ABRAHAM, KISHON VIJAY
Hi, On Thu, Jun 28, 2012 at 8:41 PM, Shubhrajyoti D shubhrajy...@ti.com wrote: Use INIT_COMPLETION instead of init_completion in transfer. Reviewed-by: Felipe Balbi ba...@ti.com Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- - Add Felipe's reviewed-by tag  

RE: [PATCHv11 3/6] i2c: omap: Do not initialise the completion everytime

2012-06-28 Thread Zhang, Shijie
: Friday, June 29, 2012 12:03 AM To: Shubhrajyoti D Cc: linux-omap@vger.kernel.org; linux-...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; ben-li...@fluff.org; t...@atomide.com; w.s...@pengutronix.de Subject: Re: [PATCHv11 3/6] i2c: omap: Do not initialise the completion everytime Hi