Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754329AbbFVQvU (ORCPT ); Mon, 22 Jun 2015 12:51:20 -0400 Received: from mga01.intel.com ([192.55.52.88]:59471 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753380AbbFVQvP convert rfc822-to-8bit (ORCPT ); Mon, 22 Jun 2015 12:51:15 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,660,1427785200"; d="scan'208";a="732367564" From: "Chandramouli, Dasaratharaman" To: Jacob Pan 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 Thread-Topic: [PATCH] intel powerclamp: support Knights Landing Thread-Index: AQHQftnP/55U0lrjN0KqYgrb+/aiwZ25GQ2A Date: Mon, 22 Jun 2015 16:51:13 +0000 Message-ID: <56FD0D4EC3679746A2BD9228E7E608363E2A974D@ORSMSX114.amr.corp.intel.com> References: <1429309866-63063-1-git-send-email-dasaratharaman.chandramouli@intel.com> <1429896814.16073.4.camel@localhost> <20150424145835.53888d75@ultegra> In-Reply-To: <20150424145835.53888d75@ultegra> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.140] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1735 Lines: 53 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 > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/