From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756008AbcJLTlD (ORCPT ); Wed, 12 Oct 2016 15:41:03 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:42769 "HELO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755137AbcJLTky (ORCPT ); Wed, 12 Oct 2016 15:40:54 -0400 From: "Rafael J. Wysocki" To: Piotr Luc Cc: Viresh Kumar , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Srinivas Pandruvada , Len Brown Subject: Re: [PATCH] cpufreq: intel_pstate: Add Knights Mill CPUID Date: Wed, 12 Oct 2016 21:39:24 +0200 Message-ID: <1991911.AIWBrncZ9n@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.8.0-rc2+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20161012182550.2102-1-piotr.luc@intel.com> References: <20161012182550.2102-1-piotr.luc@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, October 12, 2016 08:25:50 PM Piotr Luc wrote: > Add Knights Mill (KNM) to the list of CPUIDs supported by intel_pstate. > > Signed-off-by: Piotr Luc > Reviewed-by: Dave Hansen > Cc: Srinivas Pandruvada > Cc: Len Brown > Cc: "Rafael J. Wysocki" > Cc: Viresh Kumar > Cc: linux-pm@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > --- > Depends-on: x86/cpu/intel: Add Knights Mill to Intel family > https://lkml.kernel.org/r/20161012180520.30976-1-piotr.luc () intel ! com First, putting broken URLs into patch tags doesn't really help. Second, please send all of these patches as a series where the first patch makes the change the rest depends on. That would make them easier to handle. > > drivers/cpufreq/intel_pstate.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c > index be9eade..4240aff 100644 > --- a/drivers/cpufreq/intel_pstate.c > +++ b/drivers/cpufreq/intel_pstate.c > @@ -1367,6 +1367,7 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = { > ICPU(INTEL_FAM6_SKYLAKE_DESKTOP, core_params), > ICPU(INTEL_FAM6_BROADWELL_XEON_D, core_params), > ICPU(INTEL_FAM6_XEON_PHI_KNL, knl_params), > + ICPU(INTEL_FAM6_XEON_PHI_KNM, knl_params), > ICPU(INTEL_FAM6_ATOM_GOLDMONT, bxt_params), > {} > }; > Thanks, Rafael