mbox series

[00/11] New Intel CPU model defines for x86/platform

Message ID 20240531203706.233365-1-tony.luck@intel.com (mailing list archive)
Headers show
Series New Intel CPU model defines for x86/platform | expand

Message

Luck, Tony May 31, 2024, 8:36 p.m. UTC
These patches were part of the v6 patch bomb converting everything.
Link: https://lore.kernel.org/all/20240520224620.9480-1-tony.luck@intel.com/

This reposting as requested by maintainer to make it easier to
pick up and apply.

Changes since that post:

Combined two telemetry patches into one and fixed shorlog tag
Combined two pmc patches into one and fixed shorlog tag

The ISST patch may now be irrelevant as Srinivas has done
the conversion. I put it as the last patch to make it easy
to skip.

Signed-off-by: Tony Luck <tony.luck@intel.com>


Tony Luck (11):
  platform/x86/intel/pmc: Switch to new Intel CPU model defines
  platform/x86: intel_telemetry: Switch to new Intel CPU model defines
  x86/platform/atom: Switch to new Intel CPU model defines
  platform/x86: p2sb: Switch to new Intel CPU model defines
  platform/x86: intel_turbo_max_3: Switch to new Intel CPU model defines
  platform/x86: intel_ips: Switch to new Intel CPU model defines
  platform/x86: intel-uncore-freq: Switch to new Intel CPU model defines
  platform/x86: intel_speed_select_if: Switch to new Intel CPU model
    defines
  platform/x86: intel_scu_wdt: Switch to new Intel CPU model defines
  platform/x86/intel/ifs: Switch to new Intel CPU model defines
  platform/x86: ISST: Switch to new Intel CPU model defines

 arch/x86/platform/atom/punit_atom_debug.c     | 11 ++--
 drivers/platform/x86/intel/ifs/core.c         | 15 +++--
 drivers/platform/x86/intel/pmc/core.c         | 46 +++++++--------
 drivers/platform/x86/intel/pmc/pltdrv.c       | 16 +++---
 .../intel/speed_select_if/isst_if_common.c    |  8 +--
 .../intel/speed_select_if/isst_if_mbox_msr.c  |  2 +-
 .../platform/x86/intel/telemetry/debugfs.c    |  4 +-
 drivers/platform/x86/intel/telemetry/pltdrv.c |  4 +-
 drivers/platform/x86/intel/turbo_max_3.c      |  4 +-
 .../intel/uncore-frequency/uncore-frequency.c | 56 +++++++++----------
 drivers/platform/x86/intel_ips.c              |  3 +-
 drivers/platform/x86/intel_scu_wdt.c          |  2 +-
 drivers/platform/x86/p2sb.c                   |  2 +-
 13 files changed, 86 insertions(+), 87 deletions(-)


base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0

Comments

Ilpo Järvinen June 3, 2024, 6:51 a.m. UTC | #1
On Fri, 31 May 2024 13:36:56 -0700, Tony Luck wrote:

> These patches were part of the v6 patch bomb converting everything.
> Link: https://lore.kernel.org/all/20240520224620.9480-1-tony.luck@intel.com/
> 
> This reposting as requested by maintainer to make it easier to
> pick up and apply.
> 
> Changes since that post:
> 
> [...]


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

The list of commits applied:
[01/11] platform/x86/intel/pmc: Switch to new Intel CPU model defines
        commit: 33af65ad67495e61e5008beb1f7fbede22f85318
[02/11] platform/x86: intel_telemetry: Switch to new Intel CPU model defines
        commit: 0ff9c76fda20fbd5af079f38581db64b55832929
[03/11] x86/platform/atom: Switch to new Intel CPU model defines
        commit: 5b3eaf10e2e0a3df5c8dfd6aabc6aec435383ba0
[04/11] platform/x86: p2sb: Switch to new Intel CPU model defines
        commit: fad21268dc3141bbe63a8556fe5f771af4e11ecc
[05/11] platform/x86: intel_turbo_max_3: Switch to new Intel CPU model defines
        commit: 70a4fa3f4fc14599aae7af22d649420ab0ac7d23
[06/11] platform/x86: intel_ips: Switch to new Intel CPU model defines
        commit: 12929ac3ef8d24f8931020135786e0b8a773e7c9
[07/11] platform/x86: intel-uncore-freq: Switch to new Intel CPU model defines
        commit: 568e639a617f0a571bf7ee75488637a10d3d02af
[08/11] platform/x86: intel_speed_select_if: Switch to new Intel CPU model defines
        commit: a42f41466f986d0f607fa727242b6e0f871993ca
[09/11] platform/x86: intel_scu_wdt: Switch to new Intel CPU model defines
        commit: d30f57b7413fc02d9899effd4084512603c134a7

--
 i.