Re: [PATCH v2 01/10] hwmon: (fam15h_power) Refactor attributes for dynamically added

2015-10-25 Thread Huang Rui
On Sun, Oct 25, 2015 at 07:14:27PM -0700, Guenter Roeck wrote: > On Mon, Oct 26, 2015 at 09:58:45AM +0800, Huang Rui wrote: > > On Fri, Oct 23, 2015 at 06:42:20AM -0700, Guenter Roeck wrote: > > > On 10/19/2015 07:28 PM, Huang Rui wrote: > > > >Attributes depend on the CPU model the driver gets

Re: [PATCH v2 01/10] hwmon: (fam15h_power) Refactor attributes for dynamically added

2015-10-25 Thread Guenter Roeck
On Mon, Oct 26, 2015 at 09:58:45AM +0800, Huang Rui wrote: > On Fri, Oct 23, 2015 at 06:42:20AM -0700, Guenter Roeck wrote: > > On 10/19/2015 07:28 PM, Huang Rui wrote: > > >Attributes depend on the CPU model the driver gets loaded on. > > >Therefore, add those attributes dynamically at init time.

Re: [PATCH v2 01/10] hwmon: (fam15h_power) Refactor attributes for dynamically added

2015-10-25 Thread Huang Rui
On Fri, Oct 23, 2015 at 06:42:20AM -0700, Guenter Roeck wrote: > On 10/19/2015 07:28 PM, Huang Rui wrote: > >Attributes depend on the CPU model the driver gets loaded on. > >Therefore, add those attributes dynamically at init time. This is more > >flexible to control the different attributes on

Re: [PATCH v2 01/10] hwmon: (fam15h_power) Refactor attributes for dynamically added

2015-10-25 Thread Huang Rui
On Sun, Oct 25, 2015 at 07:14:27PM -0700, Guenter Roeck wrote: > On Mon, Oct 26, 2015 at 09:58:45AM +0800, Huang Rui wrote: > > On Fri, Oct 23, 2015 at 06:42:20AM -0700, Guenter Roeck wrote: > > > On 10/19/2015 07:28 PM, Huang Rui wrote: > > > >Attributes depend on the CPU model the driver gets

Re: [PATCH v2 01/10] hwmon: (fam15h_power) Refactor attributes for dynamically added

2015-10-25 Thread Huang Rui
On Fri, Oct 23, 2015 at 06:42:20AM -0700, Guenter Roeck wrote: > On 10/19/2015 07:28 PM, Huang Rui wrote: > >Attributes depend on the CPU model the driver gets loaded on. > >Therefore, add those attributes dynamically at init time. This is more > >flexible to control the different attributes on

Re: [PATCH v2 01/10] hwmon: (fam15h_power) Refactor attributes for dynamically added

2015-10-25 Thread Guenter Roeck
On Mon, Oct 26, 2015 at 09:58:45AM +0800, Huang Rui wrote: > On Fri, Oct 23, 2015 at 06:42:20AM -0700, Guenter Roeck wrote: > > On 10/19/2015 07:28 PM, Huang Rui wrote: > > >Attributes depend on the CPU model the driver gets loaded on. > > >Therefore, add those attributes dynamically at init time.

Re: [PATCH v2 01/10] hwmon: (fam15h_power) Refactor attributes for dynamically added

2015-10-23 Thread Guenter Roeck
On 10/19/2015 07:28 PM, Huang Rui wrote: Attributes depend on the CPU model the driver gets loaded on. Therefore, add those attributes dynamically at init time. This is more flexible to control the different attributes on different platforms. Suggestedy-by: Borislav Petkov Signed-off-by: Huang

Re: [PATCH v2 01/10] hwmon: (fam15h_power) Refactor attributes for dynamically added

2015-10-23 Thread Guenter Roeck
On 10/19/2015 07:28 PM, Huang Rui wrote: Attributes depend on the CPU model the driver gets loaded on. Therefore, add those attributes dynamically at init time. This is more flexible to control the different attributes on different platforms. Suggestedy-by: Borislav Petkov

[PATCH v2 01/10] hwmon: (fam15h_power) Refactor attributes for dynamically added

2015-10-19 Thread Huang Rui
Attributes depend on the CPU model the driver gets loaded on. Therefore, add those attributes dynamically at init time. This is more flexible to control the different attributes on different platforms. Suggestedy-by: Borislav Petkov Signed-off-by: Huang Rui Cc: Guenter Roeck Cc: Peter Zijlstra

[PATCH v2 01/10] hwmon: (fam15h_power) Refactor attributes for dynamically added

2015-10-19 Thread Huang Rui
Attributes depend on the CPU model the driver gets loaded on. Therefore, add those attributes dynamically at init time. This is more flexible to control the different attributes on different platforms. Suggestedy-by: Borislav Petkov Signed-off-by: Huang Rui