platform/x86: Add Intel Telemetry Core Driver
authorSouvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
Tue, 12 Jan 2016 10:30:33 +0000 (16:00 +0530)
committerDarren Hart <dvhart@linux.intel.com>
Wed, 20 Jan 2016 01:35:50 +0000 (17:35 -0800)
commit378f956e3f93b7862d89f93411953758491b42cc
tree627bec1b5e96c1101ba514b8c200786cd097f819
parent3fae75740faff4c6a66be7131838fda3ae92e280
platform/x86: Add Intel Telemetry Core Driver

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.

Signed-off-by: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
MAINTAINERS
arch/x86/include/asm/intel_telemetry.h [new file with mode: 0644]
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/intel_telemetry_core.c [new file with mode: 0644]