Re: [PATCH] platform:x86 Remove Monitor MWAIT feature dependency

2016-06-28 Thread Darren Hart
On Thu, Jun 23, 2016 at 02:59:58PM +0800, ong.hock...@intel.com wrote: > From: "Yu, Ong Hock" > > Telemetry capability does not depend on Monitor MWAIT feature. Thank you Ong Hock, queued to testing for 4.8. > > Signed-off-by: Yu, Ong Hock > --- > drivers/platform/x86/intel_telemetry_debugfs.

RE: [PATCH] platform:x86 Remove Monitor MWAIT feature dependency

2016-06-28 Thread Chakravarty, Souvik K
> -Original Message- > From: Darren Hart [mailto:dvh...@infradead.org] > Sent: Wednesday, June 29, 2016 1:54 AM > To: Yu, Ong Hock > Cc: Chakravarty, Souvik K ; platform-driver- > x...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] platform:x86

Re: [PATCH] platform:x86 Remove Monitor MWAIT feature dependency

2016-06-28 Thread Darren Hart
On Thu, Jun 23, 2016 at 02:59:58PM +0800, ong.hock...@intel.com wrote: > From: "Yu, Ong Hock" > > Telemetry capability does not depend on Monitor MWAIT feature. > > Signed-off-by: Yu, Ong Hock Souvik, any objection? > --- > drivers/platform/x86/intel_telemetry_debugfs.c | 2 +- > drivers/pla

[PATCH] platform:x86 Remove Monitor MWAIT feature dependency

2016-06-23 Thread ong . hock . yu
From: "Yu, Ong Hock" Telemetry capability does not depend on Monitor MWAIT feature. Signed-off-by: Yu, Ong Hock --- drivers/platform/x86/intel_telemetry_debugfs.c | 2 +- drivers/platform/x86/intel_telemetry_pltdrv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drive

[PATCH] platform:x86: Remove Monitor MWAIT feature dependency

2016-06-23 Thread ong . hock . yu
From: "Yu, Ong Hock" This patch is to remove the MWAIT feature dependency from the driver. Telemetry capability does not depend on this feature. Please include me in the mailing list as I did not subscripe to open list. Yu, Ong Hock (1): platform:x86 Remove Monitor MWAIT feature dependency