This patch set adds several critical fixes for intel_pmc_core driver. Patch 1: Uses descriptive register names for the TigerLake low power mode registers. Not critical, but was requested in review of Patch 2. Patch 2: Fixes the register mapping to the correct IPs in the power gating status register for TigerLake. Patch 3: Fixes the slps0 residency multiplier to use the correct, platform specific values. David E. Box (1): platform/x86: pmc_core: Use descriptive names for LPM registers Gayatri Kammela (2): platform/x86: intel_pmc_core: Fix TigerLake power gating status map platform/x86: intel_pmc_core: Fix the slp_s0 counter displayed value drivers/platform/x86/intel_pmc_core.c | 82 ++++++++++++++------------- drivers/platform/x86/intel_pmc_core.h | 5 +- 2 files changed, 47 insertions(+), 40 deletions(-) -- 2.20.1