From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darren Hart Subject: Re: [PATCH 1/4] platform:x86: Add Intel Telemetry Core Driver Date: Thu, 17 Sep 2015 10:54:41 -0700 Message-ID: <20150917175441.GB12959@vmdeb7> References: <5F7315E704FA0841B5DFCE90329B2BB42ACFE57A@BGSMSX102.gar.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:37548 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751059AbbIQRyn (ORCPT ); Thu, 17 Sep 2015 13:54:43 -0400 Content-Disposition: inline In-Reply-To: <5F7315E704FA0841B5DFCE90329B2BB42ACFE57A@BGSMSX102.gar.corp.intel.com> Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: "Chakravarty, Souvik K" Cc: "platform-driver-x86@vger.kernel.org" , "Kasagar, Srinidhi" , "Zha, Qipeng" On Mon, Sep 14, 2015 at 10:12:28AM +0000, Chakravarty, Souvik K wrote: > Intel PM Telemetry is a software mechanism via which various SoC > PM and performance related parameters like PM counters, firmware > trace verbosity, the status of different devices inside the SoC, etc > can be monitored and analyzed. The different samples that may be > monitored can be configured at runtime via exported APIs. > > This patch adds the telemetry core driver that implements basic > exported APIs. > > CC: Srinidhi Kasagar > > Signed-off-by: Souvik Kumar Chakravarty Hi Souvik, These all fail initial tests and application due to some strange character encoding or something. Please try to download these from the mailing list and apply them yourself to determine what's wrong and resubmit. For example: ERROR: patch seems to be corrupt (line wrapped?) #72: FILE: arch/x86/include/asm/intel_telemetry.h:11: or ERROR: spaces required around that '=' (ctx:WxV) #83: FILE: arch/x86/include/asm/intel_telemetry.h:22: + TELEM_PSS =3D 0, the 3D after every = character repeats many many times. -- Darren Hart Intel Open Source Technology Center