]> 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)
commit4e1bfd8abee50ac85b6296784284bf601efc35cd
tree742704e8574605155f79b3c185deeb2c9497dac9
parent41b94aec86cd71a782f58ade63cee37a9f5c300b
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