Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030654AbbDXRVj (ORCPT ); Fri, 24 Apr 2015 13:21:39 -0400 Received: from mga03.intel.com ([134.134.136.65]:7399 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754303AbbDXRVf (ORCPT ); Fri, 24 Apr 2015 13:21:35 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,641,1422950400"; d="scan'208";a="485240325" Subject: Re: [PATCH] intel powerclamp: support Knights Landing From: Dasaratharaman Chandramouli To: Zhang Rui , jacob.jun.pan@linux.intel.com Cc: Eduardo Valentin , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Jacob Pan Jun , Nikhil Rao In-Reply-To: <1429309866-63063-1-git-send-email-dasaratharaman.chandramouli@intel.com> References: <1429309866-63063-1-git-send-email-dasaratharaman.chandramouli@intel.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 24 Apr 2015 10:33:34 -0700 Message-ID: <1429896814.16073.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-30.el6) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1142 Lines: 31 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 > --- > 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); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/