From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941219AbcJXQNw (ORCPT ); Mon, 24 Oct 2016 12:13:52 -0400 Received: from mga07.intel.com ([134.134.136.100]:2328 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752030AbcJXQNs (ORCPT ); Mon, 24 Oct 2016 12:13:48 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,542,1473145200"; d="scan'208";a="23121559" From: "Luc, Piotr" To: "Brown, Len" , "rjw@rjwysocki.net" , "jacob.jun.pan@linux.intel.com" CC: "linux-kernel@vger.kernel.org" , "tglx@linutronix.de" , "linux-pm@vger.kernel.org" , "mchehab@kernel.org" , "x86@kernel.org" , "dougthompson@xmission.com" , "hpa@zytor.com" , "viresh.kumar@linaro.org" , "mingo@redhat.com" , "srinivas.pandruvada@linux.intel.com" , "bp@alien8.de" , "lenb@kernel.org" , "linux-edac@vger.kernel.org" Subject: Re: [RESEND PATCH 00/11] Add Knights Mill CPU ID Thread-Topic: [RESEND PATCH 00/11] Add Knights Mill CPU ID Thread-Index: AQHSJZvBh3d4Or0K7UWD+82Ex3IJlKC3xbqA Date: Mon, 24 Oct 2016 16:13:42 +0000 Message-ID: <1477325307.3927.28.camel@intel.com> References: <20161013153105.2517-1-piotr.luc@intel.com> <1692747.lfetUOsc0x@vostro.rjw.lan> In-Reply-To: <1692747.lfetUOsc0x@vostro.rjw.lan> 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: <8E6B024DCCAEC049A71D957D550A94C0@intel.com> 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 u9OGE009015384 On Thu, 2016-10-13 at 23:56 +0200, Rafael J. Wysocki wrote: > On Thursday, October 13, 2016 05:30:54 PM Piotr Luc wrote: > > > > Piotr Luc (11): > >   EDAC, sb_edac: Use Intel family processor macros > >   tools/power turbostat: Use Intel family processor macros > >   x86/cpu/intel: Add Knights Mill to Intel family > >   x86/intel_idle: Add Knights Mill CPUID > >   EDAC, sb_edac: Add Knights Mill CPUID > >   cpufreq: intel_pstate: Add Knights Mill CPUID > >   perf/x86/intel: Add Knights Mill CPUID > >   perf/x86/intel/rapl: Add Knights Mill CPUID > >   perf/x86/intel/uncore: Add Knights Mill CPUID > >   powercap / RAPL: Add Knights Mill CPUID > >   tools/power turbostat: enable turbostat to support Knights Mill > > (KNM) > > > >  arch/x86/events/intel/core.c          |   3 +- > >  arch/x86/events/intel/rapl.c          |   1 + > >  arch/x86/events/intel/uncore.c        |   1 + > >  arch/x86/include/asm/intel-family.h   |   1 + > >  drivers/cpufreq/intel_pstate.c        |   1 + > >  drivers/edac/sb_edac.c                |  14 +- > >  drivers/idle/intel_idle.c             |   1 + > >  drivers/powercap/intel_rapl.c         |   1 + > >  tools/power/x86/turbostat/Makefile    |   3 +- > >  tools/power/x86/turbostat/turbostat.c | 250 ++++++++++++++++++-- > > -------------- > >  10 files changed, 147 insertions(+), 129 deletions(-) > > Len, Jacob, any problems with any of the patches in this series? > > Thanks, > Rafael Hi I wonder if you could share with me what I need to do more to make the patches be accepted? Do I need to resend the ones that aren't accepted yet? Regards, Piotr