mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Rajvi Jingar <rajvi.jingar@linux.intel.com>
To: david.e.box@linux.intel.com, ilpo.jarvinen@linux.intel.com,
	irenic.rajneesh@gmail.com, linux-kernel@vger.kernel.org,
	platform-driver-x86@vger.kernel.org, hdegoede@redhat.com
Cc: xi.pardee@intel.com, Rajvi Jingar <rajvi.jingar@linux.intel.com>
Subject: [PATCH 0/8] Add multiple PMCs support in pmc core driver
Date: Tue, 13 Jun 2023 15:53:39 -0700	[thread overview]
Message-ID: <20230613225347.2720665-1-rajvi.jingar@linux.intel.com> (raw)

Newer platforms starting from Meteor Lake can have multiple PMCs.
This patch series include changes to enable pmc core driver to support
multiple PMCs for newer platforms. It adds devid and register maps to
enable IOE-P and IOE-M available on Meteor Lake platform. It also fixes
the register maps for SOC-M.

Patch includes:
platform/x86:intel/pmc: Update maps for Meteor Lake P/M platforms
platform/x86:intel/pmc: Combine core_init() and core_configure()
platform/x86:intel/pmc: Add support to handle multiple PMCs
platform/x86:intel/pmc: Enable debugfs multiple PMC support
platform/x86:intel/pmc: Discover PMC devices
platform/x86:intel/pmc: Use SSRAM to discover pwrm base address of primary PMC
platform/x86:intel/pmc: Add Meteor Lake IOE-P PMC related maps
platform/x86:intel/pmc: Add Meteor Lake IOE-M PMC related maps

 drivers/platform/x86/intel/pmc/Makefile     |   4 +-
 drivers/platform/x86/intel/pmc/adl.c        |  16 +-
 drivers/platform/x86/intel/pmc/cnp.c        |  18 +-
 drivers/platform/x86/intel/pmc/core.c       | 470 ++++++----
 drivers/platform/x86/intel/pmc/core.h       | 125 ++-
 drivers/platform/x86/intel/pmc/core_ssram.c | 133 +++
 drivers/platform/x86/intel/pmc/icl.c        |   7 +-
 drivers/platform/x86/intel/pmc/mtl.c        | 954 +++++++++++++++++++-
 drivers/platform/x86/intel/pmc/spt.c        |   7 +-
 drivers/platform/x86/intel/pmc/tgl.c        |  21 +-
 10 files changed, 1516 insertions(+), 239 deletions(-)
 create mode 100644 drivers/platform/x86/intel/pmc/core_ssram.c

-- 
2.25.1


             reply	other threads:[~2023-06-13 22:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-13 22:53 Rajvi Jingar [this message]
2023-06-13 22:53 ` [PATCH 1/8] platform/x86:intel/pmc: Update maps for Meteor Lake P/M platforms Rajvi Jingar
2023-06-13 22:53 ` [PATCH 2/8] platform/x86:intel/pmc: Combine core_init() and core_configure() Rajvi Jingar
2023-06-13 22:53 ` [PATCH 3/8] platform/x86:intel/pmc: Add support to handle multiple PMCs Rajvi Jingar
2023-06-13 22:53 ` [PATCH 4/8] platform/x86:intel/pmc: Enable debugfs multiple PMC support Rajvi Jingar
2023-06-13 22:53 ` [PATCH 5/8] platform/x86:intel/pmc: Discover PMC devices Rajvi Jingar
2023-06-13 22:53 ` [PATCH 6/8] platform/x86:intel/pmc: Use SSRAM to discover pwrm base address of primary PMC Rajvi Jingar
2023-06-13 22:53 ` [PATCH 7/8] platform/x86:intel/pmc: Add Meteor Lake IOE-P PMC related maps Rajvi Jingar
2023-06-13 22:53 ` [PATCH 8/8] platform/x86:intel/pmc: Add Meteor Lake IOE-M " Rajvi Jingar
2023-06-20 10:56 ` [PATCH 0/8] Add multiple PMCs support in pmc core driver Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230613225347.2720665-1-rajvi.jingar@linux.intel.com \
    --to=rajvi.jingar@linux.intel.com \
    --cc=david.e.box@linux.intel.com \
    --cc=hdegoede@redhat.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=irenic.rajneesh@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=xi.pardee@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®