mbox series

[v2,0/3] Add Pather Lake support to intel_pmc_core

Message ID 20250214214416.10150-1-xi.pardee@linux.intel.com
Headers show
Series Add Pather Lake support to intel_pmc_core | expand

Message

Xi Pardee Feb. 14, 2025, 9:44 p.m. UTC
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

Comments

Ilpo Järvinen Feb. 24, 2025, 3:17 p.m. UTC | #1
On Fri, 14 Feb 2025 13:44:08 -0800, Xi Pardee wrote:

> 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
> 
> [...]


Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/3] platform/x86/intel/pmc: Add Panther Lake support to intel_pmc_core
      commit: d31feed799c1a25750cc72113c22b1d4d744be21
[2/3] platform/x86/intel/pmc: Remove unnecessary declarations in header
      commit: 9eeeb2a7c77313530a223b58ac53f0eba1c6292c
[3/3] platform/x86/intel/pmc: Remove unneeded extern keyword in header
      commit: c5855d2022b0d33702d5da24ed8caa80a3e57c23

--
 i.