Skip to content

Commit 69650ca

Browse files
committed
platform/x86:intel/pmc: Rename core_ssram to ssram_telemetry
JIRA: https://issues.redhat.com/browse/RHEL-110838 commit e9f9cf3 Author: Xi Pardee <xi.pardee@linux.intel.com> Date: Wed Apr 9 12:10:44 2025 -0700 platform/x86:intel/pmc: Rename core_ssram to ssram_telemetry Rename core_ssram.c to ssram_telemetry.c. This patch is a preparation step to introduce a new SSRAM Telemetry driver for the SSRAM device. Signed-off-by: Xi Pardee <xi.pardee@linux.intel.com> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Link: https://lore.kernel.org/r/20250409191056.15434-3-xi.pardee@linux.intel.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Steve Best <sbest@redhat.com>
1 parent fad42ac commit 69650ca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/platform/x86/intel/pmc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Intel x86 Platform-Specific Drivers
44
#
55

6-
intel_pmc_core-y := core.o core_ssram.o spt.o cnp.o \
6+
intel_pmc_core-y := core.o ssram_telemetry.o spt.o cnp.o \
77
icl.o tgl.o adl.o mtl.o arl.o lnl.o ptl.o
88
obj-$(CONFIG_INTEL_PMC_CORE) += intel_pmc_core.o
99
intel_pmc_core_pltdrv-y := pltdrv.o

0 commit comments

Comments
 (0)