public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] TWL patch series
@ 2009-10-01 12:05 Krishnamoorthy, Balaji T
  2009-12-09  5:39 ` Krishnamoorthy, Balaji T
  0 siblings, 1 reply; 3+ messages in thread
From: Krishnamoorthy, Balaji T @ 2009-10-01 12:05 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org
  Cc: Krishnamoorthy, Balaji T, Shilimkar, Santosh, Nayak, Rajendra,
	a.zummo@towertech.it, p_gortmaker@yahoo.com,
	sameo@linux.intel.com, tony@atomide.com

This patch series v3 incorporates comments received earlier[1].

The upcoming TWL6030 is companion chip for OMAP4 like the current TWL4030
for OMAP3. The common modules like RTC, Regulator creates opportunity
to re-use the most of the code from twl4030.

	[PATCH v3 01/04] ARM: OMAP: Rename twl4030* driver files to enable re-use
	[PATCH v3 02/04] ARM: OMAP: Rename all twl4030_i2c*.
	[PATCH v3 03/04] ARM: OMAP: Rename twl4030_ in rtc-twl.c to make it 	
				generic rtc
	[PATCH v3 04/04] ARM: OMAP: Rename twl4030_ to twl_ in twl-regulator.c to 
				make it generic reg

[1] http://marc.info/?l=linux-omap&m=124757921417187&w=2
  [PATCH 0/4] TWL patch series

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH v3 0/4] TWL patch series
  2009-10-01 12:05 [PATCH v3 0/4] TWL patch series Krishnamoorthy, Balaji T
@ 2009-12-09  5:39 ` Krishnamoorthy, Balaji T
  2009-12-09 17:40   ` Samuel Ortiz
  0 siblings, 1 reply; 3+ messages in thread
From: Krishnamoorthy, Balaji T @ 2009-12-09  5:39 UTC (permalink / raw)
  To: sameo@linux.intel.com, linux-omap@vger.kernel.org
  Cc: Shilimkar, Santosh, Nayak, Rajendra, a.zummo@towertech.it,
	p_gortmaker@yahoo.com, tony@atomide.com, Krishnamoorthy, Balaji T

Hi Samuel,

This patch is not merged. Please let me know if I am missing something
so that i can post the patches rebased on the latest 2.6.32.

Thanks and Regards,
Balaji T K

> -----Original Message-----
> From: Krishnamoorthy, Balaji T
> Sent: Thursday, October 01, 2009 5:35 PM
> To: linux-omap@vger.kernel.org
> Cc: Krishnamoorthy, Balaji T; Shilimkar, Santosh; Nayak, Rajendra;
> a.zummo@towertech.it; p_gortmaker@yahoo.com; sameo@linux.intel.com;
> tony@atomide.com
> Subject: [PATCH v3 0/4] TWL patch series
> 
> This patch series v3 incorporates comments received earlier[1].
> 
> The upcoming TWL6030 is companion chip for OMAP4 like the current TWL4030
> for OMAP3. The common modules like RTC, Regulator creates opportunity
> to re-use the most of the code from twl4030.
> 
> 	[PATCH v3 01/04] ARM: OMAP: Rename twl4030* driver files to enable re-
> use
> 	[PATCH v3 02/04] ARM: OMAP: Rename all twl4030_i2c*.
> 	[PATCH v3 03/04] ARM: OMAP: Rename twl4030_ in rtc-twl.c to make it
> 				generic rtc
> 	[PATCH v3 04/04] ARM: OMAP: Rename twl4030_ to twl_ in twl-regulator.c
> to
> 				make it generic reg
> 
> [1] http://marc.info/?l=linux-omap&m=124757921417187&w=2
>   [PATCH 0/4] TWL patch series

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v3 0/4] TWL patch series
  2009-12-09  5:39 ` Krishnamoorthy, Balaji T
@ 2009-12-09 17:40   ` Samuel Ortiz
  0 siblings, 0 replies; 3+ messages in thread
From: Samuel Ortiz @ 2009-12-09 17:40 UTC (permalink / raw)
  To: Krishnamoorthy, Balaji T
  Cc: linux-omap@vger.kernel.org, Shilimkar, Santosh, Nayak, Rajendra,
	a.zummo@towertech.it, p_gortmaker@yahoo.com, tony@atomide.com

Hi Balaji,

On Wed, Dec 09, 2009 at 11:09:33AM +0530, Krishnamoorthy, Balaji T wrote:
> Hi Samuel,
> 
> This patch is not merged. Please let me know if I am missing something
> so that i can post the patches rebased on the latest 2.6.32.
I'd appreciate if you could rebase your patches, and also address Amit's
concern on patch #3.

I'll merge these patches then.

Cheers,
Samuel.


> Thanks and Regards,
> Balaji T K
> 
> > -----Original Message-----
> > From: Krishnamoorthy, Balaji T
> > Sent: Thursday, October 01, 2009 5:35 PM
> > To: linux-omap@vger.kernel.org
> > Cc: Krishnamoorthy, Balaji T; Shilimkar, Santosh; Nayak, Rajendra;
> > a.zummo@towertech.it; p_gortmaker@yahoo.com; sameo@linux.intel.com;
> > tony@atomide.com
> > Subject: [PATCH v3 0/4] TWL patch series
> > 
> > This patch series v3 incorporates comments received earlier[1].
> > 
> > The upcoming TWL6030 is companion chip for OMAP4 like the current TWL4030
> > for OMAP3. The common modules like RTC, Regulator creates opportunity
> > to re-use the most of the code from twl4030.
> > 
> > 	[PATCH v3 01/04] ARM: OMAP: Rename twl4030* driver files to enable re-
> > use
> > 	[PATCH v3 02/04] ARM: OMAP: Rename all twl4030_i2c*.
> > 	[PATCH v3 03/04] ARM: OMAP: Rename twl4030_ in rtc-twl.c to make it
> > 				generic rtc
> > 	[PATCH v3 04/04] ARM: OMAP: Rename twl4030_ to twl_ in twl-regulator.c
> > to
> > 				make it generic reg
> > 
> > [1] http://marc.info/?l=linux-omap&m=124757921417187&w=2
> >   [PATCH 0/4] TWL patch series

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-09 17:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-01 12:05 [PATCH v3 0/4] TWL patch series Krishnamoorthy, Balaji T
2009-12-09  5:39 ` Krishnamoorthy, Balaji T
2009-12-09 17:40   ` Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox