Re: [PATCH v2] Runtime detection of Si features

2009-09-23 Thread Tony Lindgren
* Premi, Sanjeev [090923 06:41]: > > -Original Message- > > From: Tony Lindgren [mailto:t...@atomide.com] > > Sent: Wednesday, September 23, 2009 1:39 AM > > To: Premi, Sanjeev > > Cc: linux-omap@vger.kernel.org > > Subject: Re: [PATCH v2] Runtime

RE: [PATCH v2] Runtime detection of Si features

2009-09-23 Thread Premi, Sanjeev
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Wednesday, September 23, 2009 1:39 AM > To: Premi, Sanjeev > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH v2] Runtime detection of Si features [snip]---[snip]---[snip] > > di

Re: [PATCH v2] Runtime detection of Si features

2009-09-22 Thread Tony Lindgren
* Sanjeev Premi [090817 04:51]: > The OMAP35x family has multiple variants differing > in the HW features. This patch detects these features > at runtime and prints information during the boot. > > Since most of the code seemed repetitive, macros > have been used for readability. > > Signed-off-

RE: [PATCH v2] Runtime detection of Si features

2009-08-25 Thread Premi, Sanjeev
> -Original Message- > From: Premi, Sanjeev > Sent: Monday, August 17, 2009 5:21 PM > To: linux-omap@vger.kernel.org > Cc: Premi, Sanjeev > Subject: [PATCH v2] Runtime detection of Si features > > The OMAP35x family has multiple variants differing > in the HW f

[PATCH v2] Runtime detection of Si features

2009-08-17 Thread Sanjeev Premi
The OMAP35x family has multiple variants differing in the HW features. This patch detects these features at runtime and prints information during the boot. Since most of the code seemed repetitive, macros have been used for readability. Signed-off-by: Sanjeev Premi --- arch/arm/mach-omap2/id.c