Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753000AbcDKEFK (ORCPT ); Mon, 11 Apr 2016 00:05:10 -0400 Received: from mga03.intel.com ([134.134.136.65]:21777 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752102AbcDKEFH convert rfc822-to-8bit (ORCPT ); Mon, 11 Apr 2016 00:05:07 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,462,1455004800"; d="scan'208";a="684154182" From: "Chakravarty, Souvik K" To: "Zha, Qipeng" , Darren Hart , Aubrey Li CC: "platform-driver-x86@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources Thread-Topic: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources Thread-Index: AQHRixbpa4AHAQVTL063s+8tHXyaq5+CM6GAgAGG8gCAAH2h0A== Date: Mon, 11 Apr 2016 04:04:55 +0000 Message-ID: <5F7315E704FA0841B5DFCE90329B2BB42CAC7024@BGSMSX102.gar.corp.intel.com> References: <1459452489-46827-1-git-send-email-aubrey.li@linux.intel.com> <20160410024513.GA18689@dvhart-mobl5.amr.corp.intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmM2YjQ0OTktOGMwOC00YjhiLWFkZmEtNWJmY2ZhMjc2ZTk2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjdZQmhqMkVrNTRXV2tCb2xZU1pRT3JsY2tjbFcwRm9HRFA3SUVMYnAzXC9rPSJ9 x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1151 Lines: 31 > -----Original Message----- > From: Zha, Qipeng > Sent: Monday, April 11, 2016 7:34 AM > To: Darren Hart ; Aubrey Li > ; Chakravarty, Souvik K > > Cc: platform-driver-x86@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: RE: [PATCH] platform:x86 decouple telemetry driver from the > optional IPC resources > > >> Currently the optional IPC resources prevent telemetry driver from > >> probing if these resources are not in ACPI table. This patch > >> decouples telemetry driver from these optional resources, so that > >> telemetry driver has dependency only on the necessary ACPI resources. > >> > >> Signed-off-by: Aubrey Li > > >Given the impact to their recent contributions, I'm looking for reviews from > Qipeng and Souvik before I merge this. > > >Qipeng, as the listed maintainer for these two files, I particularly need to > hear from you. > > >Thanks, > > Hi Darren, I think this is a reasonable solution for such issue. > Thanks Aubrey for this fixing patch. We went over this internally once. So OK from my POV.