]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: intel_telemetry: report debugfs failure
authorRajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
Sat, 6 Oct 2018 06:51:13 +0000 (12:21 +0530)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 19 Oct 2018 16:23:34 +0000 (19:23 +0300)
commit4a2f38807ee1e8214df88262942aea7a22da0007
tree1ce31cdc108f55df7839d382bbda8785f3bbb7b5
parent15991abd205b4a13ee4c1b147f97a3b28aa074d9
platform/x86: intel_telemetry: report debugfs failure

On some Goldmont based systems such as ASRock J3455M the BIOS may not
enable the IPC1 device that provides access to the PMC and PUNIT. In
such scenarios, the IOSS and PSS resources from the platform device can
not be obtained and result in a invalid telemetry_plt_config which is an
internal data structure that holds platform config and is maintained by
the telemetry platform driver.

This is also applicable to the platforms where the BIOS supports IPC1
device under debug configurations but IPC1 is disabled by user or the
policy.

This change allows user to know the reason for not seeing entries under
/sys/kernel/debug/telemetry/* when there is no apparent failure at boot.

Cc: Matt Turner <matt.turner@intel.com>
Cc: Len Brown <len.brown@intel.com>
Cc: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
Cc: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@intel.com>
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=198779
Acked-by: Matt Turner <matt.turner@intel.com>
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/intel_telemetry_debugfs.c