RE: [PATCH 1/4] ARM: OMAP: Rename twl4030* driver files to enable re-use

2009-07-20 Thread Shilimkar, Santosh
@vger.kernel.org; sa...@openedhand.com; w...@iguana.be; timo.t.kokko...@nokia.com; ben-li...@fluff.org; l...@slimlogic.co.uk; broo...@opensource.wolfsonmicro.com; Shilimkar, Santosh; Nayak, Rajendra Subject: Re: [PATCH 1/4] ARM: OMAP: Rename twl4030* driver files to enable re-use Hi

RE: [PATCH 1/4] ARM: OMAP: Rename twl4030* driver files to enable re-use

2009-07-20 Thread Shilimkar, Santosh
-Original Message- From: Felipe Balbi [mailto:m...@felipebalbi.com] Sent: Tuesday, July 21, 2009 10:55 AM To: Shilimkar, Santosh Cc: m...@felipebalbi.com; Krishnamoorthy, Balaji T; linux-ker...@vger.kernel.org; t...@atomide.com; khil...@deeprootsystems.com; davi...@pacbell.net

RE: [RFC][PATCH v2 4/4] OMAP4: PMIC: Update TWL mfd driver to create twl6030 regulators

2009-08-04 Thread Shilimkar, Santosh
-Original Message- From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] Sent: Tuesday, August 04, 2009 7:13 PM To: Shilimkar, Santosh Cc: Premi, Sanjeev; Tony Lindgren; Krishnamoorthy, Balaji T; linux- o...@vger.kernel.org; khil...@deeprootsystems.com; davi...@pacbell.net

RE: [RESUBMIT][PATCH-v2][RFC] OMAP4: I2C Support for OMAP4430

2009-12-28 Thread Shilimkar, Santosh
Ben, -Original Message- From: linux-arm-kernel-boun...@lists.infradead.org [mailto:linux-arm-kernel- boun...@lists.infradead.org] On Behalf Of Syed, Rafiuddin Sent: Tuesday, December 15, 2009 5:49 PM To: Ben Dooks Cc: linux-arm-ker...@lists.infradead.org; linux-o...@vger.kernel.org;

RE: [PATCH] omap: i2c: Add i2c support on omap4 platform

2010-02-22 Thread Shilimkar, Santosh
Ben, Did you happen to look at this ? -Original Message- From: Shilimkar, Santosh Sent: Friday, February 19, 2010 10:03 PM To: ben-li...@fluff.org Cc: linux-o...@vger.kernel.org; linux-i2c@vger.kernel.org; Shilimkar, Santosh; Syed, Rafiuddin; Cory Maccarrone Subject: [PATCH

RE: [PATCH] omap: i2c: Add i2c support on omap4 platform

2010-02-27 Thread Shilimkar, Santosh
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Sunday, February 28, 2010 2:11 AM To: Shilimkar, Santosh Cc: ben-li...@fluff.org; linux-o...@vger.kernel.org; linux-i2c@vger.kernel.org; Syed, Rafiuddin; Cory Maccarrone; a...@linux-foundation.org Subject: Re

RE: [PATCH] omap: i2c: Add i2c support on omap4 platform

2010-03-07 Thread Shilimkar, Santosh
-Original Message- From: Ben Dooks [mailto:ben-li...@fluff.org] Sent: Monday, March 08, 2010 3:48 AM To: Shilimkar, Santosh Cc: ben-li...@fluff.org; linux-o...@vger.kernel.org; linux-i2c@vger.kernel.org; Syed, Rafiuddin; Cory Maccarrone Subject: Re: [PATCH] omap: i2c: Add i2c

Re: [PATCH 02/17] i2c: omap: decrease indentation level on data handling

2012-06-14 Thread Shilimkar, Santosh
On Thu, Jun 14, 2012 at 3:50 PM, Felipe Balbi ba...@ti.com wrote: trivial patch, no functional changes. Signed-off-by: Felipe Balbi ba...@ti.com ---  drivers/i2c/busses/i2c-omap.c |   63 -  1 file changed, 31 insertions(+), 32 deletions(-) diff

Re: [PATCH 03/17] i2c: omap: add blank lines

2012-06-14 Thread Shilimkar, Santosh
On Thu, Jun 14, 2012 at 3:50 PM, Felipe Balbi ba...@ti.com wrote: trivial patch to aid readability. No functional changes. Signed-off-by: Felipe Balbi ba...@ti.com --- Not sure if it is needed but may be spliting the series into clean up and functional update like logic changes etc may be

Re: [PATCH 04/17] i2c: omap: simplify omap_i2c_ack_stat()

2012-06-14 Thread Shilimkar, Santosh
On Thu, Jun 14, 2012 at 3:50 PM, Felipe Balbi ba...@ti.com wrote: stat BIT(1) is the same as BIT(1), so let's simplify things a bit by removing stat from all omap_i2c_ack_stat() calls. Signed-off-by: Felipe Balbi ba...@ti.com --- Indeed. Looks good to me. Reviewed-by : Santosh Shilimkar

Re: [PATCH 09/17] i2c: omap: ack IRQ in parts

2012-06-14 Thread Shilimkar, Santosh
On Thu, Jun 14, 2012 at 3:50 PM, Felipe Balbi ba...@ti.com wrote: According to flow diagrams on OMAP TRMs, we should ACK the IRQ as they happen. Signed-off-by: Felipe Balbi ba...@ti.com ---  drivers/i2c/busses/i2c-omap.c |   29 +  1 file changed, 17

Re: [PATCH 15/17] i2c: omap: always return IRQ_HANDLED

2012-06-14 Thread Shilimkar, Santosh
On Thu, Jun 14, 2012 at 3:50 PM, Felipe Balbi ba...@ti.com wrote: otherwise we could get our IRQ line disabled due to many spurious IRQs. Signed-off-by: Felipe Balbi ba...@ti.com ---  drivers/i2c/busses/i2c-omap.c |    2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 15/17] i2c: omap: always return IRQ_HANDLED

2012-06-14 Thread Shilimkar, Santosh
On Thu, Jun 14, 2012 at 4:53 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Thu, Jun 14, 2012 at 04:48:56PM +0530, Shilimkar, Santosh wrote: On Thu, Jun 14, 2012 at 3:50 PM, Felipe Balbi ba...@ti.com wrote: otherwise we could get our IRQ line disabled due to many spurious IRQs

RE: [PATCH 0/2] i2c: davinci: Couple of patches to make i2c usable on Keystone SOCs

2013-08-11 Thread Shilimkar, Santosh
(Sorry for top posting ..) No dependency so feel free to pick and merge them appropriately. Regards, Santosh From: Wolfram Sang [w...@the-dreams.de] Sent: Sunday, August 11, 2013 5:53 AM To: Shilimkar, Santosh Cc: Nori, Sekhar; linux-i2c@vger.kernel.org