This series adds runtime pm support to the Intel Platform Monitoring Technology (PMT) driver. This is needed by devices whose slots cannot go to D3 without power gating the PMT endpoint. To do this, this series also removes the current binary mmap support since the implementation doesn't allow for a proper intercept point to perform runtime pm. David E. Box (3): platform/x86/intel: pmt: Remove bin_attribute mmap support to runtime pm platform/x86/intel: vsec: Enable runtime D3 platform/x86/intel: vsec: Add DG2 support .../ABI/testing/sysfs-class-intel_pmt | 24 ++++++------ drivers/platform/x86/intel/pmt/class.c | 38 ++++--------------- drivers/platform/x86/intel/pmt/class.h | 3 ++ drivers/platform/x86/intel/vsec.c | 32 ++++++++++++++++ 4 files changed, 54 insertions(+), 43 deletions(-) -- 2.25.1