Re: [PATCH 4/4] hwmon: (ibmpowernv) pretty print labels

2015-04-07 Thread Cedric Le Goater
Hello Guenter, On 04/07/2015 09:22 PM, Guenter Roeck wrote: > Hi Cedric, > > On Tue, Apr 07, 2015 at 08:03:46PM +0200, Cedric Le Goater wrote: >> >> on a P7 : >> >> # ppc64_cpu --info >> Core 0:0*1*2*3* >> Core 1:4*5*6*7* >> Core 2:

Re: [PATCH 4/4] hwmon: (ibmpowernv) pretty print labels

2015-04-07 Thread Guenter Roeck
Hi Cedric, On Tue, Apr 07, 2015 at 08:03:46PM +0200, Cedric Le Goater wrote: > > on a P7 : > > # ppc64_cpu --info > Core 0:0*1*2*3* > Core 1:4*5*6*7* > Core 2:8*9* 10* 11* > Core 3: 12* 13* 14* 15* >

Re: [PATCH 4/4] hwmon: (ibmpowernv) pretty print labels

2015-04-07 Thread Cedric Le Goater
Hello Guenter, On 04/07/2015 06:44 PM, Guenter Roeck wrote: > On Tue, Apr 07, 2015 at 04:45:56PM +0200, Cédric Le Goater wrote: >> The new OPAL device tree adds a few properties which can be used to add >> extra information on the sensor label. >> >> In the case of a cpu core sensor, the firmware

Re: [PATCH 4/4] hwmon: (ibmpowernv) pretty print labels

2015-04-07 Thread Guenter Roeck
On Tue, Apr 07, 2015 at 04:45:56PM +0200, Cédric Le Goater wrote: > The new OPAL device tree adds a few properties which can be used to add > extra information on the sensor label. > > In the case of a cpu core sensor, the firmware exposes the physical > identifier of the core in the "ibm,pir" pr

Re: [PATCH 4/4] hwmon: (ibmpowernv) pretty print labels

2015-04-07 Thread Cedric Le Goater
On 04/03/2015 05:49 PM, Guenter Roeck wrote: > On 04/01/2015 03:15 AM, Cédric Le Goater wrote: >> The new OPAL device tree adds a few properties which can be used to add >> extra information on the sensor label. >> >> Signed-off-by: Cédric Le Goater >> --- >> drivers/hwmon/ibmpowernv.c | 22 ++

Re: [PATCH 4/4] hwmon: (ibmpowernv) pretty print labels

2015-04-03 Thread Guenter Roeck
On 04/01/2015 03:15 AM, Cédric Le Goater wrote: The new OPAL device tree adds a few properties which can be used to add extra information on the sensor label. Signed-off-by: Cédric Le Goater --- drivers/hwmon/ibmpowernv.c | 22 ++ 1 file changed, 22 insertions(+) diff