OSDN Git Service

platform/x86: intel_telemetry: Improve S0ix logs
authorChakravarty, Souvik K <souvik.k.chakravarty@intel.com>
Fri, 24 Nov 2017 13:34:43 +0000 (19:04 +0530)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 27 Nov 2017 11:39:11 +0000 (13:39 +0200)
commitffd623d4c5315a9767a5ee183159baf7295219a6
tree742704e8574605155f79b3c185deeb2c9497dac9
parent0946a05fd220a24e7f3843011ef696578d02aa29
platform/x86: intel_telemetry: Improve S0ix logs

Suspend with shallow wakes is not a useful parameter since the phenomena
does not exist on deployed devices and is only a parameter of use during
device power-on phase. The field always reads zero. Additionally there
are other easier methods to detect it, e.g., if the S0ix counter
increments by more than one during suspend. Hence the field is superfluous
and can be removed.

This patch also slightly renames the S0ix total field for better
viewability.

Signed-off-by: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/intel_telemetry_debugfs.c