Re: [PATCH] [PATCH] twl4030: Add some error checking to twl4030 init

2009-06-03 Thread Amit Kucheria
Bump.. This patch was acked by David Brownell earlier in the thread. Regards, Amit On Wed, May 06, 2009 at 03:03:38PM +0300, Amit Kucheria wrote: Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 (Removed the unrelated string changes based

Re: [PATCH] [PATCH] twl4030: Add some error checking to twl4030 init

2009-06-03 Thread Tony Lindgren
* Amit Kucheria amit.kuche...@verdurent.com [090603 01:51]: Bump.. This patch was acked by David Brownell earlier in the thread. OK, I add it, but will reset all the twl stuff to mainline after 2.6.30. These patches need to get submitted to mainline, all the other twl code is there already.

[APPLIED] [PATCH] [PATCH] twl4030: Add some error checking to twl4030 init

2009-06-03 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Initial commit ID (Likely to change): 944f94235969c15b3012aa4dc832ed3e2f08e4da PatchWorks http://patchwork.kernel.org/patch/22012/ Git (Likely to change, and takes a while to get mirrored)

[PATCH] [PATCH] twl4030: Add some error checking to twl4030 init

2009-05-06 Thread Amit Kucheria
Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 (Removed the unrelated string changes based on David Brownell's comment) Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/twl4030-power.c | 52

Re: [PATCH] twl4030: Add some error checking to twl4030 init

2009-04-23 Thread David Brownell
On Monday 20 April 2009, Amit Kucheria wrote: Whitespace-fixed version and passed through checkpatch.pl Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com ---

Re: [PATCH] twl4030: Add some error checking to twl4030 init

2009-04-22 Thread Peter 'p2' De Schrijver
Hi, Whitespace-fixed version and passed through checkpatch.pl Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Acked-by: Peter De Schrijver peter.de-schrij...@nokia.com -- goa

[PATCH] twl4030: Add some error checking to twl4030 init

2009-04-20 Thread Amit Kucheria
Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/twl4030-core.c |2 +- drivers/mfd/twl4030-power.c | 52 +++--- 2 files changed,

RE: [PATCH] twl4030: Add some error checking to twl4030 init

2009-04-20 Thread Premi, Sanjeev
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Amit Kucheria Sent: Monday, April 20, 2009 6:20 PM To: linux-omap@vger.kernel.org Subject: [PATCH] twl4030: Add some error checking to twl4030 init Check for return

[PATCH] twl4030: Add some error checking to twl4030 init

2009-04-20 Thread Amit Kucheria
Whitespace-fixed version and passed through checkpatch.pl Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/twl4030-core.c |2 +- drivers/mfd/twl4030-power.c | 49