From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967112AbbDXV6j (ORCPT ); Fri, 24 Apr 2015 17:58:39 -0400 Received: from mga03.intel.com ([134.134.136.65]:22258 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965837AbbDXV6h (ORCPT ); Fri, 24 Apr 2015 17:58:37 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,643,1422950400"; d="scan'208";a="715253579" Date: Fri, 24 Apr 2015 14:58:35 -0700 From: Jacob Pan To: Dasaratharaman Chandramouli Cc: Zhang Rui , Eduardo Valentin , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Jacob Pan Jun , Nikhil Rao Subject: Re: [PATCH] intel powerclamp: support Knights Landing Message-ID: <20150424145835.53888d75@ultegra> In-Reply-To: <1429896814.16073.4.camel@localhost> References: <1429309866-63063-1-git-send-email-dasaratharaman.chandramouli@intel.com> <1429896814.16073.4.camel@localhost> Organization: OTC X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 24 Apr 2015 10:33:34 -0700 Dasaratharaman Chandramouli 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 > > Signed-off-by: Dasaratharaman Chandramouli > > --- > > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Pan Subject: Re: [PATCH] intel powerclamp: support Knights Landing Date: Fri, 24 Apr 2015 14:58:35 -0700 Message-ID: <20150424145835.53888d75@ultegra> References: <1429309866-63063-1-git-send-email-dasaratharaman.chandramouli@intel.com> <1429896814.16073.4.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mga03.intel.com ([134.134.136.65]:22258 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965837AbbDXV6h (ORCPT ); Fri, 24 Apr 2015 17:58:37 -0400 In-Reply-To: <1429896814.16073.4.camel@localhost> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Dasaratharaman Chandramouli Cc: Zhang Rui , Eduardo Valentin , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Jacob Pan Jun , Nikhil Rao On Fri, 24 Apr 2015 10:33:34 -0700 Dasaratharaman Chandramouli 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 > > Signed-off-by: Dasaratharaman Chandramouli > > --- > > 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