* [PATCH] intel powerclamp: support Knights Landing @ 2015-04-17 22:31 Dasaratharaman Chandramouli 2015-04-24 17:33 ` Dasaratharaman Chandramouli 0 siblings, 1 reply; 8+ messages in thread From: Dasaratharaman Chandramouli @ 2015-04-17 22:31 UTC (permalink / raw) To: Zhang Rui, Eduardo Valentin, linux-pm, linux-kernel, Jacob Pan Jun Cc: Nikhil Rao, Dasaratharaman Chandramouli This patch enables intel_powerclamp driver to run on the next-generation Intel(R) Xeon Phi Microarchitecture code named "Knights Landing" Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> --- drivers/thermal/intel_powerclamp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c index 12623bc..e34ccd5 100644 --- a/drivers/thermal/intel_powerclamp.c +++ b/drivers/thermal/intel_powerclamp.c @@ -690,6 +690,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] = { { X86_VENDOR_INTEL, 6, 0x4c}, { X86_VENDOR_INTEL, 6, 0x4d}, { X86_VENDOR_INTEL, 6, 0x56}, + { X86_VENDOR_INTEL, 6, 0x57}, {} }; MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids); -- 1.8.1.5 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] intel powerclamp: support Knights Landing 2015-04-17 22:31 [PATCH] intel powerclamp: support Knights Landing Dasaratharaman Chandramouli @ 2015-04-24 17:33 ` Dasaratharaman Chandramouli 2015-04-24 21:58 ` Jacob Pan 0 siblings, 1 reply; 8+ messages in thread From: Dasaratharaman Chandramouli @ 2015-04-24 17:33 UTC (permalink / raw) To: Zhang Rui, jacob.jun.pan Cc: Eduardo Valentin, linux-pm, linux-kernel, Jacob Pan Jun, Nikhil Rao Adding Jacob Pan On Fri, 2015-04-17 at 15:31 -0700, Dasaratharaman Chandramouli wrote: > This patch enables intel_powerclamp driver to run on the > next-generation Intel(R) Xeon Phi Microarchitecture > code named "Knights Landing" > > Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> > --- > drivers/thermal/intel_powerclamp.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c > index 12623bc..e34ccd5 100644 > --- a/drivers/thermal/intel_powerclamp.c > +++ b/drivers/thermal/intel_powerclamp.c > @@ -690,6 +690,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] = { > { X86_VENDOR_INTEL, 6, 0x4c}, > { X86_VENDOR_INTEL, 6, 0x4d}, > { X86_VENDOR_INTEL, 6, 0x56}, > + { X86_VENDOR_INTEL, 6, 0x57}, > {} > }; > MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids); ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] intel powerclamp: support Knights Landing 2015-04-24 17:33 ` Dasaratharaman Chandramouli @ 2015-04-24 21:58 ` Jacob Pan 2015-06-22 16:51 ` Chandramouli, Dasaratharaman 0 siblings, 1 reply; 8+ messages in thread From: Jacob Pan @ 2015-04-24 21:58 UTC (permalink / raw) To: Dasaratharaman Chandramouli Cc: Zhang Rui, Eduardo Valentin, linux-pm, linux-kernel, Jacob Pan Jun, Nikhil Rao On Fri, 24 Apr 2015 10:33:34 -0700 Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> wrote: > Adding Jacob Pan > > On Fri, 2015-04-17 at 15:31 -0700, Dasaratharaman Chandramouli wrote: > > This patch enables intel_powerclamp driver to run on the > > next-generation Intel(R) Xeon Phi Microarchitecture > > code named "Knights Landing" > > looks good. Acked-by: Jacob Pan <jacob.jun.pan@linux.intel.com> > > Signed-off-by: Dasaratharaman Chandramouli > > <dasaratharaman.chandramouli@intel.com> --- > > drivers/thermal/intel_powerclamp.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/thermal/intel_powerclamp.c > > b/drivers/thermal/intel_powerclamp.c index 12623bc..e34ccd5 100644 > > --- a/drivers/thermal/intel_powerclamp.c > > +++ b/drivers/thermal/intel_powerclamp.c > > @@ -690,6 +690,7 @@ static const struct x86_cpu_id > > intel_powerclamp_ids[] = { { X86_VENDOR_INTEL, 6, 0x4c}, > > { X86_VENDOR_INTEL, 6, 0x4d}, > > { X86_VENDOR_INTEL, 6, 0x56}, > > + { X86_VENDOR_INTEL, 6, 0x57}, > > {} > > }; > > MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids); > > -- Jacob Pan ^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [PATCH] intel powerclamp: support Knights Landing 2015-04-24 21:58 ` Jacob Pan @ 2015-06-22 16:51 ` Chandramouli, Dasaratharaman 2015-06-22 23:39 ` Rafael J. Wysocki 0 siblings, 1 reply; 8+ messages in thread From: Chandramouli, Dasaratharaman @ 2015-06-22 16:51 UTC (permalink / raw) To: Jacob Pan Cc: Zhang, Rui, Eduardo Valentin, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Pan, Jacob jun, Rao, Nikhil Can we make this patch available for 4.2 > -----Original Message----- > From: Jacob Pan [mailto:jacob.jun.pan@linux.intel.com] > Sent: Friday, April 24, 2015 2:59 PM > To: Chandramouli, Dasaratharaman > Cc: Zhang, Rui; Eduardo Valentin; linux-pm@vger.kernel.org; linux- > kernel@vger.kernel.org; Pan, Jacob jun; Rao, Nikhil > Subject: Re: [PATCH] intel powerclamp: support Knights Landing > > On Fri, 24 Apr 2015 10:33:34 -0700 > Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> > wrote: > > > Adding Jacob Pan > > > > On Fri, 2015-04-17 at 15:31 -0700, Dasaratharaman Chandramouli wrote: > > > This patch enables intel_powerclamp driver to run on the > > > next-generation Intel(R) Xeon Phi Microarchitecture code named > > > "Knights Landing" > > > > looks good. > > Acked-by: Jacob Pan <jacob.jun.pan@linux.intel.com> > > > > Signed-off-by: Dasaratharaman Chandramouli > > > <dasaratharaman.chandramouli@intel.com> --- > > > drivers/thermal/intel_powerclamp.c | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/drivers/thermal/intel_powerclamp.c > > > b/drivers/thermal/intel_powerclamp.c index 12623bc..e34ccd5 100644 > > > --- a/drivers/thermal/intel_powerclamp.c > > > +++ b/drivers/thermal/intel_powerclamp.c > > > @@ -690,6 +690,7 @@ static const struct x86_cpu_id > > > intel_powerclamp_ids[] = { { X86_VENDOR_INTEL, 6, 0x4c}, > > > { X86_VENDOR_INTEL, 6, 0x4d}, > > > { X86_VENDOR_INTEL, 6, 0x56}, > > > + { X86_VENDOR_INTEL, 6, 0x57}, > > > {} > > > }; > > > MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids); > > > > > > > > > -- > Jacob Pan ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] intel powerclamp: support Knights Landing 2015-06-22 16:51 ` Chandramouli, Dasaratharaman @ 2015-06-22 23:39 ` Rafael J. Wysocki 2015-06-23 18:46 ` Dasaratharaman Chandramouli 0 siblings, 1 reply; 8+ messages in thread From: Rafael J. Wysocki @ 2015-06-22 23:39 UTC (permalink / raw) To: Chandramouli, Dasaratharaman Cc: Jacob Pan, Zhang, Rui, Eduardo Valentin, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Pan, Jacob jun, Rao, Nikhil On Monday, June 22, 2015 04:51:13 PM Chandramouli, Dasaratharaman wrote: > Can we make this patch available for 4.2 It is included in the power management and ACPI pull request for 4.1-rc1 I've just sent. -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] intel powerclamp: support Knights Landing 2015-06-22 23:39 ` Rafael J. Wysocki @ 2015-06-23 18:46 ` Dasaratharaman Chandramouli 2015-06-23 19:51 ` Rafael J. Wysocki 2015-06-24 1:46 ` Zhang, Rui 0 siblings, 2 replies; 8+ messages in thread From: Dasaratharaman Chandramouli @ 2015-06-23 18:46 UTC (permalink / raw) To: Rafael J. Wysocki Cc: Jacob Pan, Zhang, Rui, Eduardo Valentin, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Pan, Jacob jun, Rao, Nikhil On Tue, 2015-06-23 at 01:39 +0200, Rafael J. Wysocki wrote: > On Monday, June 22, 2015 04:51:13 PM Chandramouli, Dasaratharaman wrote: > > Can we make this patch available for 4.2 > > It is included in the power management and ACPI pull request for 4.1-rc1 > I've just sent. I just checked the branch pm+acpi-4.2-rc1 and i don't see the Knights Landing patch for the powerclamp driver in that. Kindly verify that it was added. https://lkml.org/lkml/2015/4/17/795 > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] intel powerclamp: support Knights Landing 2015-06-23 18:46 ` Dasaratharaman Chandramouli @ 2015-06-23 19:51 ` Rafael J. Wysocki 2015-06-24 1:46 ` Zhang, Rui 1 sibling, 0 replies; 8+ messages in thread From: Rafael J. Wysocki @ 2015-06-23 19:51 UTC (permalink / raw) To: Dasaratharaman Chandramouli, Zhang, Rui Cc: Rafael J. Wysocki, Jacob Pan, Eduardo Valentin, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Pan, Jacob jun, Rao, Nikhil On Tue, Jun 23, 2015 at 8:46 PM, Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> wrote: > On Tue, 2015-06-23 at 01:39 +0200, Rafael J. Wysocki wrote: >> On Monday, June 22, 2015 04:51:13 PM Chandramouli, Dasaratharaman wrote: >> > Can we make this patch available for 4.2 >> >> It is included in the power management and ACPI pull request for 4.1-rc1 >> I've just sent. > > I just checked the branch pm+acpi-4.2-rc1 and i don't see the Knights > Landing patch for the powerclamp driver in that. Kindly verify that it > was added. > > https://lkml.org/lkml/2015/4/17/795 I was talking about the RAPL driver, sorry for the noise. The powerclamp one is the Rui's area. Rui, what's the status of this one? Rafael ^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [PATCH] intel powerclamp: support Knights Landing 2015-06-23 18:46 ` Dasaratharaman Chandramouli 2015-06-23 19:51 ` Rafael J. Wysocki @ 2015-06-24 1:46 ` Zhang, Rui 1 sibling, 0 replies; 8+ messages in thread From: Zhang, Rui @ 2015-06-24 1:46 UTC (permalink / raw) To: Chandramouli, Dasaratharaman, Rafael J. Wysocki Cc: Jacob Pan, Eduardo Valentin, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Pan, Jacob jun, Rao, Nikhil It has been in my -next branch and I will send it out for 4.2-rc1. Thanks, rui > -----Original Message----- > From: Chandramouli, Dasaratharaman > Sent: Wednesday, June 24, 2015 2:46 AM > To: Rafael J. Wysocki > Cc: Jacob Pan; Zhang, Rui; Eduardo Valentin; linux-pm@vger.kernel.org; > linux-kernel@vger.kernel.org; Pan, Jacob jun; Rao, Nikhil > Subject: Re: [PATCH] intel powerclamp: support Knights Landing > Importance: High > > On Tue, 2015-06-23 at 01:39 +0200, Rafael J. Wysocki wrote: > > On Monday, June 22, 2015 04:51:13 PM Chandramouli, Dasaratharaman > wrote: > > > Can we make this patch available for 4.2 > > > > It is included in the power management and ACPI pull request for > > 4.1-rc1 I've just sent. > > I just checked the branch pm+acpi-4.2-rc1 and i don't see the Knights Landing > patch for the powerclamp driver in that. Kindly verify that it was added. > > https://lkml.org/lkml/2015/4/17/795 > > > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-06-24 1:46 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-04-17 22:31 [PATCH] intel powerclamp: support Knights Landing Dasaratharaman Chandramouli 2015-04-24 17:33 ` Dasaratharaman Chandramouli 2015-04-24 21:58 ` Jacob Pan 2015-06-22 16:51 ` Chandramouli, Dasaratharaman 2015-06-22 23:39 ` Rafael J. Wysocki 2015-06-23 18:46 ` Dasaratharaman Chandramouli 2015-06-23 19:51 ` Rafael J. Wysocki 2015-06-24 1:46 ` Zhang, Rui
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).