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; 
 linux-i2c@vger.kernel.org; ben-
 li...@fluff.org
 Subject: Re: [RESUBMIT][PATCH-v2][RFC] OMAP4: I2C Support for OMAP4430
 
 Ben,
 
 
  Thu, 20 Aug 2009 14:19:04 -0700
 
  On Tue, Aug 18, 2009 at 03:35:31PM +0530, Syed Rafiuddin wrote:
   Ben,
  
On Fri, Jul 24, 2009 at 04:40:02PM +0530, Syed Rafiuddin wrote:
Hi Ben,
   
 This patch adds OMAP4 support to the I2C driver. All I2C register
 addresses  are different
between
 OMAP1/2/3 and OMAP4. In order to not have #ifdef's at  various 
 places in
 code, as well as to
 support multi-OMAP build, Array's are  created to hold the register
 addresses.

 Signed-off-by: Syed Rafiuddin rafiuddin.s...@ti.com
 ---
   
No comment received on this patch,
Is there anything that I need to resolve?
Else can this patch get merged.
   
sorry, been busy, will look at this in the next few days.
  
   Seems like no issues with the patch since no comments received from long 
   time.
   Did you get a chance to look at the patch.Could you please merge this.
 
  I can't currently think of any neater way of doing this, so i'll
  probably merge this.
 
  I do not see this patch merged. Is there some thing that needs to be 
  resolved in this patch.
  Else can you please merge this patch.
 
 Did you get a chance to look into the patch ? If patch is fine please merge 
 this.

Haven't seen any response on this patch. Do you want a rebased version ?

Thanks!!

Regards,
Santosh
--
To unsubscribe from this list: send the line unsubscribe linux-i2c in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2009-12-07 Thread Syed Rafiuddin

 Thu, 20 Aug 2009 14:19:04 -0700

 On Tue, Aug 18, 2009 at 03:35:31PM +0530, Syed Rafiuddin wrote:
  Ben,
 
   On Fri, Jul 24, 2009 at 04:40:02PM +0530, Syed Rafiuddin wrote:
   Hi Ben,
  
This patch adds OMAP4 support to the I2C driver. All I2C register
addresses  are different
   between
OMAP1/2/3 and OMAP4. In order to not have #ifdef's at  various places 
in
code, as well as to
support multi-OMAP build, Array's are  created to hold the register
addresses.
   
Signed-off-by: Syed Rafiuddin rafiuddin.s...@ti.com
---
  
   No comment received on this patch,
   Is there anything that I need to resolve?
   Else can this patch get merged.
  
   sorry, been busy, will look at this in the next few days.
 
  Seems like no issues with the patch since no comments received from long 
  time.
  Did you get a chance to look at the patch.Could you please merge this.

 I can't currently think of any neater way of doing this, so i'll
 probably merge this.

I do not see this patch merged. Is there some thing that needs to be resolved 
in this patch.
Else can you please merge this patch.

Regards,
Syed Rafiuddin


--
To unsubscribe from this list: send the line unsubscribe linux-i2c in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2009-08-20 Thread Ben Dooks
On Tue, Aug 18, 2009 at 03:35:31PM +0530, Syed Rafiuddin wrote:
 Ben,
 
  On Fri, Jul 24, 2009 at 04:40:02PM +0530, Syed Rafiuddin wrote:
  Hi Ben,
 
   This patch adds OMAP4 support to the I2C driver. All I2C register 
   addresses  are different
  between
   OMAP1/2/3 and OMAP4. In order to not have #ifdef's at  various places in 
   code, as well as to
   support multi-OMAP build, Array's are  created to hold the register 
   addresses.
  
   Signed-off-by: Syed Rafiuddin rafiuddin.s...@ti.com
   ---
 
  No comment received on this patch,
  Is there anything that I need to resolve?
  Else can this patch get merged.
 
  sorry, been busy, will look at this in the next few days.
 
 Seems like no issues with the patch since no comments received from long time.
 Did you get a chance to look at the patch.Could you please merge this.

I can't currently think of any neater way of doing this, so i'll
probably merge this.
 
 Regards,
 Syed Rafiuddin
 
 
 --
 To unsubscribe from this list: send the line unsubscribe linux-i2c in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Ben (b...@fluff.org, http://www.fluff.org/)

  'a smiley only costs 4 bytes'
--
To unsubscribe from this list: send the line unsubscribe linux-i2c in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2009-08-18 Thread Syed Rafiuddin
Ben,

 On Fri, Jul 24, 2009 at 04:40:02PM +0530, Syed Rafiuddin wrote:
 Hi Ben,

  This patch adds OMAP4 support to the I2C driver. All I2C register 
  addresses  are different
 between
  OMAP1/2/3 and OMAP4. In order to not have #ifdef's at  various places in 
  code, as well as to
  support multi-OMAP build, Array's are  created to hold the register 
  addresses.
 
  Signed-off-by: Syed Rafiuddin rafiuddin.s...@ti.com
  ---

 No comment received on this patch,
 Is there anything that I need to resolve?
 Else can this patch get merged.

 sorry, been busy, will look at this in the next few days.

Seems like no issues with the patch since no comments received from long time.
Did you get a chance to look at the patch.Could you please merge this.

Regards,
Syed Rafiuddin


--
To unsubscribe from this list: send the line unsubscribe linux-i2c in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2009-07-29 Thread Ben Dooks
On Fri, Jul 24, 2009 at 04:40:02PM +0530, Syed Rafiuddin wrote:
 Hi Ben,
 
  This patch adds OMAP4 support to the I2C driver. All I2C register addresses 
   are different between
  OMAP1/2/3 and OMAP4. In order to not have #ifdef's at  various places in 
  code, as well as to
  support multi-OMAP build, Array's are  created to hold the register 
  addresses.
 
  Signed-off-by: Syed Rafiuddin rafiuddin.s...@ti.com
  ---
 
 No comment received on this patch,
 Is there anything that I need to resolve?
 Else can this patch get merged.

sorry, been busy, will look at this in the next few days.
 
 Regards,
 Syed Rafiuddin
 
 
 --
 To unsubscribe from this list: send the line unsubscribe linux-i2c in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Ben (b...@fluff.org, http://www.fluff.org/)

  'a smiley only costs 4 bytes'
--
To unsubscribe from this list: send the line unsubscribe linux-i2c in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html