All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Tiger Lake PMC core driver fixes
@ 2020-10-06 22:46 David E. Box
  2020-10-06 22:47 ` [PATCH 1/3] platform/x86: pmc_core: Use descriptive names for LPM registers David E. Box
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: David E. Box @ 2020-10-06 22:46 UTC (permalink / raw)
  To: dvhart, andy, gayatri.kammela
  Cc: David E. Box, platform-driver-x86, linux-kernel

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-07 21:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-06 22:46 [PATCH 0/3] Tiger Lake PMC core driver fixes David E. Box
2020-10-06 22:47 ` [PATCH 1/3] platform/x86: pmc_core: Use descriptive names for LPM registers David E. Box
2020-10-06 22:47 ` [PATCH 2/3] platform/x86: intel_pmc_core: Fix TigerLake power gating status map David E. Box
2020-10-06 22:47 ` [PATCH 3/3] platform/x86: intel_pmc_core: Fix the slp_s0 counter displayed value David E. Box
2020-10-07 12:12 ` [PATCH 0/3] Tiger Lake PMC core driver fixes Andy Shevchenko
2020-10-07 21:12 ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.