Re: [PATCH] thermal/powerclamp: add back module device table

2016-11-21 Thread Zhang Rui
On Mon, 2016-11-21 at 08:13 +0100, Greg Kroah-Hartman wrote: > On Mon, Nov 21, 2016 at 11:43:10AM +0800, Zhang Rui wrote: > > > > On Thu, 2016-11-17 at 11:42 -0800, Jacob Pan wrote: > > > > > > On Tue, 15 Nov 2016 08:03:32 +0100 > > > Greg Kroah-Hartman wrote: > > > > > > > > > > > > > > > On

Re: [PATCH] thermal/powerclamp: add back module device table

2016-11-20 Thread Greg Kroah-Hartman
On Mon, Nov 21, 2016 at 11:43:10AM +0800, Zhang Rui wrote: > On Thu, 2016-11-17 at 11:42 -0800, Jacob Pan wrote: > > On Tue, 15 Nov 2016 08:03:32 +0100 > > Greg Kroah-Hartman wrote: > > > > > > > > On Mon, Nov 14, 2016 at 11:08:45AM -0800, Jacob Pan wrote: > > > > > > > > Commit 3105f234e0aba43

Re: [PATCH] thermal/powerclamp: add back module device table

2016-11-20 Thread Zhang Rui
On Thu, 2016-11-17 at 11:42 -0800, Jacob Pan wrote: > On Tue, 15 Nov 2016 08:03:32 +0100 > Greg Kroah-Hartman wrote: > > > > > On Mon, Nov 14, 2016 at 11:08:45AM -0800, Jacob Pan wrote: > > > > > > Commit 3105f234e0aba43e44e277c20f9b32ee8add43d4 replaced module > > > cpu id table with a cpu fea

Re: [PATCH] thermal/powerclamp: add back module device table

2016-11-17 Thread Jacob Pan
On Tue, 15 Nov 2016 08:03:32 +0100 Greg Kroah-Hartman wrote: > On Mon, Nov 14, 2016 at 11:08:45AM -0800, Jacob Pan wrote: > > Commit 3105f234e0aba43e44e277c20f9b32ee8add43d4 replaced module > > cpu id table with a cpu feature check, which is logically correct. > > But we need the module device ta

Re: [PATCH] thermal/powerclamp: add back module device table

2016-11-14 Thread Greg Kroah-Hartman
On Mon, Nov 14, 2016 at 11:08:45AM -0800, Jacob Pan wrote: > Commit 3105f234e0aba43e44e277c20f9b32ee8add43d4 replaced module > cpu id table with a cpu feature check, which is logically correct. > But we need the module device table to allow module auto loading. > > Fixes:3105f234 thermal/powerclam

[PATCH] thermal/powerclamp: add back module device table

2016-11-14 Thread Jacob Pan
Commit 3105f234e0aba43e44e277c20f9b32ee8add43d4 replaced module cpu id table with a cpu feature check, which is logically correct. But we need the module device table to allow module auto loading. Fixes:3105f234 thermal/powerclamp: correct cpu support check Signed-off-by: Jacob Pan --- drivers/t

Re: [PATCH] thermal/powerclamp: add back module device table

2016-11-14 Thread Jacob Pan
On Wed, 9 Nov 2016 16:08:35 +0100 Greg Kroah-Hartman wrote: > > drivers/thermal/intel_powerclamp.c | 9 - > > 1 file changed, 8 insertions(+), 1 deletion(-) > > No signed-off-by :( > > No Fixes: line, and no stable: line :( my bad, just resent with fixes.

Re: [PATCH] thermal/powerclamp: add back module device table

2016-11-10 Thread Greg Kroah-Hartman
On Wed, Nov 09, 2016 at 07:01:01AM -0800, Jacob Pan wrote: > Commit 3105f234e0aba43e44e277c20f9b32ee8add43d4 replaced module > cpu id table with a cpu feature check, which is logically correct. > But we need the module device table to allow module auto loading. > --- > drivers/thermal/intel_powerc

[PATCH] thermal/powerclamp: add back module device table

2016-11-09 Thread Jacob Pan
Commit 3105f234e0aba43e44e277c20f9b32ee8add43d4 replaced module cpu id table with a cpu feature check, which is logically correct. But we need the module device table to allow module auto loading. --- drivers/thermal/intel_powerclamp.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-)