X86 platform drivers
 help / color / mirror / Atom feed
From: Xi Pardee <xi.pardee@linux.intel.com>
To: xi.pardee@linux.intel.com, rajvi0912@gmail.com,
	irenic.rajneesh@gmail.com, david.e.box@linux.intel.com,
	hdegoede@redhat.com, ilpo.jarvinen@linux.intel.com,
	platform-driver-x86@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org
Subject: [PATCH v2 0/3] Add Pather Lake support to intel_pmc_core
Date: Fri, 14 Feb 2025 13:44:08 -0800	[thread overview]
Message-ID: <20250214214416.10150-1-xi.pardee@linux.intel.com> (raw)

This patch series contains three patches. The first one adds Panther
Lake support to intel_pmc_core driver. The second patch removes
unnecessary declarations in header file. The third patch removes
unnecessary extern keyword of function declaration in header file.

v2->v1:
- Remove unnecessary variable declarations in header file
- Remove unnecessary extern keyword in header file

Xi Pardee (3):
  platform/x86/intel/pmc: Add Panther Lake support to intel_pmc_core
  platform/x86/intel/pmc: Remove unnecessary declarations in header
  platform/x86/intel/pmc: Remove unneeded extern keyword in header

 drivers/platform/x86/intel/pmc/Makefile |   2 +-
 drivers/platform/x86/intel/pmc/adl.c    |  34 +-
 drivers/platform/x86/intel/pmc/arl.c    |  58 +--
 drivers/platform/x86/intel/pmc/cnp.c    |   8 +-
 drivers/platform/x86/intel/pmc/core.c   |   1 +
 drivers/platform/x86/intel/pmc/core.h   | 149 +------
 drivers/platform/x86/intel/pmc/icl.c    |   6 +-
 drivers/platform/x86/intel/pmc/lnl.c    |  42 +-
 drivers/platform/x86/intel/pmc/mtl.c    |  64 +--
 drivers/platform/x86/intel/pmc/ptl.c    | 551 ++++++++++++++++++++++++
 drivers/platform/x86/intel/pmc/spt.c    |  12 +-
 drivers/platform/x86/intel/pmc/tgl.c    |  20 +-
 12 files changed, 691 insertions(+), 256 deletions(-)
 create mode 100644 drivers/platform/x86/intel/pmc/ptl.c

-- 
2.43.0


             reply	other threads:[~2025-02-14 21:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-14 21:44 Xi Pardee [this message]
2025-02-14 21:44 ` [PATCH v2 1/3] platform/x86/intel/pmc: Add Panther Lake support to intel_pmc_core Xi Pardee
2025-02-14 21:44 ` [PATCH v2 2/3] platform/x86/intel/pmc: Remove unnecessary declarations in header Xi Pardee
2025-02-14 21:44 ` [PATCH v2 3/3] platform/x86/intel/pmc: Remove unneeded extern keyword " Xi Pardee
2025-02-24 15:17 ` [PATCH v2 0/3] Add Pather Lake support to intel_pmc_core Ilpo Järvinen

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=20250214214416.10150-1-xi.pardee@linux.intel.com \
    --to=xi.pardee@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=linux-pm@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=rajvi0912@gmail.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