]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite9e7fefbcdd060e737509b2c2f9a1128e50e51ca
tree742704e8574605155f79b3c185deeb2c9497dac9
parent1c79a1708c9691c2333cb54507bb4508b2c92b2b
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