From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965559AbcJYKsI (ORCPT ); Tue, 25 Oct 2016 06:48:08 -0400 Received: from mga06.intel.com ([134.134.136.31]:38657 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753152AbcJYKsG (ORCPT ); Tue, 25 Oct 2016 06:48:06 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,545,1473145200"; d="scan'208";a="23738862" From: "Luc, Piotr" To: "srinivas.pandruvada@linux.intel.com" , "lenb@kernel.org" , "viresh.kumar@linaro.org" , "rjw@rjwysocki.net" CC: "linux-kernel@vger.kernel.org" , "linux-pm@vger.kernel.org" , "x86@kernel.org" Subject: Re: [RESEND PATCH 06/11] cpufreq: intel_pstate: Add Knights Mill CPUID Thread-Topic: [RESEND PATCH 06/11] cpufreq: intel_pstate: Add Knights Mill CPUID Thread-Index: AQHSJXqAjYn8DEW6K0awFI7H9SdBrKC4/VoA Date: Tue, 25 Oct 2016 10:48:02 +0000 Message-ID: <1477392172.9496.2.camel@intel.com> References: <20161013153105.2517-1-piotr.luc@intel.com> <20161013153105.2517-7-piotr.luc@intel.com> <1476381119.114531.61.camel@linux.intel.com> In-Reply-To: <1476381119.114531.61.camel@linux.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.237.138.164] Content-Type: text/plain; charset="utf-8" Content-ID: MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u9PAmCUw021317 Hi Could you tell me what more do I need to do to get the patch accepted? The mentioned path 03/11 is already merged in 4.9.rc2. Thanks Piotr On Thu, 2016-10-13 at 10:51 -0700, Srinivas Pandruvada wrote: > On Thu, 2016-10-13 at 17:31 +0200, 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 > > Acked-by: Srinivas Pandruvada > > > > > --- > > This patch depends on [PATCH 03/11] x86/cpu/intel: Add Knights > > Mill  > > to Intel family > > > >  drivers/cpufreq/intel_pstate.c | 1 + > >  1 file changed, 1 insertion(+) > > > > diff --git a/drivers/cpufreq/intel_pstate.c