mbox series

[0/8] PM/ACPI - New Intel CPU #defines

Message ID 20240528184720.56259-1-tony.luck@intel.com
Headers show
Series PM/ACPI - New Intel CPU #defines | expand

Message

Luck, Tony May 28, 2024, 6:47 p.m. UTC
These patches were previously posted in a patch bomb[1] across
all subsystems. The core pieces of that patch bomb are now
upstream, so here are just the PM/ACPI bits (previously
Acked by Rafael).

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

[1] https://lore.kernel.org/all/ZlYVqSlx8GLwTJEr@agluck-desk3.sc.intel.com/

Tony Luck (8):
  cpufreq: Switch to new Intel CPU model defines
  intel_idle: Switch to new Intel CPU model defines
  powercap: intel_rapl: Switch to new Intel CPU model defines
  ASoC: Intel: Switch to new Intel CPU model defines
  thermal: intel: intel_tcc_cooling: Switch to new Intel CPU model
    defines
  ACPI: LPSS: Switch to new Intel CPU model defines
  cpufreq: intel_pstate: Switch to new Intel CPU model defines
  powercap: intel_rapl: Switch to new Intel CPU model defines

 include/linux/platform_data/x86/soc.h         |  12 +-
 drivers/acpi/x86/lpss.c                       |   4 +-
 drivers/cpufreq/intel_pstate.c                |  90 +++++++------
 drivers/cpufreq/speedstep-centrino.c          |   8 +-
 drivers/idle/intel_idle.c                     | 116 ++++++++---------
 drivers/powercap/intel_rapl_common.c          | 120 +++++++++---------
 drivers/powercap/intel_rapl_msr.c             |  16 +--
 drivers/thermal/intel/intel_soc_dts_thermal.c |   2 +-
 drivers/thermal/intel/intel_tcc_cooling.c     |  30 ++---
 9 files changed, 198 insertions(+), 200 deletions(-)


base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0

Comments

Rafael J. Wysocki June 7, 2024, 6:48 p.m. UTC | #1
On Tue, May 28, 2024 at 8:47 PM Tony Luck <tony.luck@intel.com> wrote:
>
> These patches were previously posted in a patch bomb[1] across
> all subsystems. The core pieces of that patch bomb are now
> upstream, so here are just the PM/ACPI bits (previously
> Acked by Rafael).
>
> Signed-off-by: Tony Luck <tony.luck@intel.com>
>
> [1] https://lore.kernel.org/all/ZlYVqSlx8GLwTJEr@agluck-desk3.sc.intel.com/
>
> Tony Luck (8):
>   cpufreq: Switch to new Intel CPU model defines
>   intel_idle: Switch to new Intel CPU model defines
>   powercap: intel_rapl: Switch to new Intel CPU model defines
>   ASoC: Intel: Switch to new Intel CPU model defines
>   thermal: intel: intel_tcc_cooling: Switch to new Intel CPU model
>     defines
>   ACPI: LPSS: Switch to new Intel CPU model defines
>   cpufreq: intel_pstate: Switch to new Intel CPU model defines
>   powercap: intel_rapl: Switch to new Intel CPU model defines
>
>  include/linux/platform_data/x86/soc.h         |  12 +-
>  drivers/acpi/x86/lpss.c                       |   4 +-
>  drivers/cpufreq/intel_pstate.c                |  90 +++++++------
>  drivers/cpufreq/speedstep-centrino.c          |   8 +-
>  drivers/idle/intel_idle.c                     | 116 ++++++++---------
>  drivers/powercap/intel_rapl_common.c          | 120 +++++++++---------
>  drivers/powercap/intel_rapl_msr.c             |  16 +--
>  drivers/thermal/intel/intel_soc_dts_thermal.c |   2 +-
>  drivers/thermal/intel/intel_tcc_cooling.c     |  30 ++---
>  9 files changed, 198 insertions(+), 200 deletions(-)

All patches in the series have been applied as 6.11 material, thank you!