Re: [RFC PATCH 0/2] ARM: update cpuinfo to print CPU model name

2013-01-30 Thread Ruslan Bilovol
On Wed, Jan 30, 2013 at 1:38 AM, Nishanth Menon wrote: > On 01:08-20130130, Ruslan Bilovol wrote: >> Hi, >> >> On Tue, Jan 29, 2013 at 6:02 PM, Nishanth Menon wrote: >> > >> > On 17:54-20130129, Ruslan Bilovol wrote: >> > > Hi, >> > > >> > > The following patches update cpuinfo to print CPU >> >

Re: [RFC PATCH 0/2] ARM: update cpuinfo to print CPU model name

2013-01-29 Thread Nishanth Menon
On 01:08-20130130, Ruslan Bilovol wrote: > Hi, > > On Tue, Jan 29, 2013 at 6:02 PM, Nishanth Menon wrote: > > > > On 17:54-20130129, Ruslan Bilovol wrote: > > > Hi, > > > > > > The following patches update cpuinfo to print CPU > > > model name for ARM. First patch exactly makes needed > > > chang

Re: [RFC PATCH 0/2] ARM: update cpuinfo to print CPU model name

2013-01-29 Thread Ruslan Bilovol
Hi, On Tue, Jan 29, 2013 at 6:02 PM, Nishanth Menon wrote: > > On 17:54-20130129, Ruslan Bilovol wrote: > > Hi, > > > > The following patches update cpuinfo to print CPU > > model name for ARM. First patch exactly makes needed > > changes for ARM architecture. > > Second patch adds this ability t

Re: [RFC PATCH 0/2] ARM: update cpuinfo to print CPU model name

2013-01-29 Thread Rob Herring
On 01/29/2013 09:54 AM, Ruslan Bilovol wrote: > Hi, > > The following patches update cpuinfo to print CPU > model name for ARM. First patch exactly makes needed > changes for ARM architecture. > Second patch adds this ability to OMAP4 SoCs. > > This adds a common approach to show SoC name. > > L

Re: [RFC PATCH 0/2] ARM: update cpuinfo to print CPU model name

2013-01-29 Thread Nishanth Menon
On 17:54-20130129, Ruslan Bilovol wrote: > Hi, > > The following patches update cpuinfo to print CPU > model name for ARM. First patch exactly makes needed > changes for ARM architecture. > Second patch adds this ability to OMAP4 SoCs. > > This adds a common approach to show SoC name. > > Looks

[RFC PATCH 0/2] ARM: update cpuinfo to print CPU model name

2013-01-29 Thread Ruslan Bilovol
Hi, The following patches update cpuinfo to print CPU model name for ARM. First patch exactly makes needed changes for ARM architecture. Second patch adds this ability to OMAP4 SoCs. This adds a common approach to show SoC name. Looks like there were few attempts to do similar changes to cpuinfo