Re: How to introduce omap_features (was Re: [PATCH RESEND] update omap3 features bitmap and API to generic names)

2010-05-11 Thread Venkatraman S
t;> Cc: linux-omap@vger.kernel.org; >>>>> linux-arm-ker...@lists.infradead.org; Tony Lindgren; >>>>> Chikkature Rajashekar, Madhusudhan >>>>> Subject: Re: [PATCH RESEND] update omap3 features bitmap and >>>>> API to generic names >>

Re: How to introduce omap_features (was Re: [PATCH RESEND] update omap3 features bitmap and API to generic names)

2010-05-11 Thread Nishanth Menon
, 2010 5:02 AM To: S, Venkatraman Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Tony Lindgren; Chikkature Rajashekar, Madhusudhan Subject: Re: [PATCH RESEND] update omap3 features bitmap and API to generic names On Mon, May 10, 2010 at 2:55 PM, Venkatraman S wrote

Re: How to introduce omap_features (was Re: [PATCH RESEND] update omap3 features bitmap and API to generic names)

2010-05-11 Thread Venkatraman S
ay, May 11, 2010 5:02 AM >>> To: S, Venkatraman >>> Cc: linux-omap@vger.kernel.org; >>> linux-arm-ker...@lists.infradead.org; Tony Lindgren; >>> Chikkature Rajashekar, Madhusudhan >>> Subject: Re: [PATCH RESEND] update omap3 features bit

How to introduce omap_features (was Re: [PATCH RESEND] update omap3 features bitmap and API to generic names)

2010-05-11 Thread Nishanth Menon
...@lists.infradead.org; Tony Lindgren; Chikkature Rajashekar, Madhusudhan Subject: Re: [PATCH RESEND] update omap3 features bitmap and API to generic names On Mon, May 10, 2010 at 2:55 PM, Venkatraman S wrote: OMAP3 features bitmap is used a method to check for SoC specific features. This patch renames

RE: [PATCH RESEND] update omap3 features bitmap and API to generic names

2010-05-10 Thread S, Venkatraman
ndgren; > Chikkature Rajashekar, Madhusudhan > Subject: Re: [PATCH RESEND] update omap3 features bitmap and > API to generic names > > On Mon, May 10, 2010 at 2:55 PM, Venkatraman S > wrote: > >        OMAP3 features bitmap is used a method to check for SoC > > specifi

Re: [PATCH RESEND] update omap3 features bitmap and API to generic names

2010-05-10 Thread Nishanth Menon
On Mon, May 10, 2010 at 2:55 PM, Venkatraman S wrote: >        OMAP3 features bitmap is used a method to check > for SoC specific features. This patch renames the global variables > and the accessor functions to use a generic name from omap3_* to > omap_* > > Signed-off-by: Venkatraman S > CC: Ni

[PATCH RESEND] update omap3 features bitmap and API to generic names

2010-05-10 Thread Venkatraman S
OMAP3 features bitmap is used a method to check for SoC specific features. This patch renames the global variables and the accessor functions to use a generic name from omap3_* to omap_* Signed-off-by: Venkatraman S CC: Nishant Menon CC: Tony Lindgren CC: Madhusudhan Chikkature --- *