Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Xi Pardee and committed by
Ilpo Järvinen
e9f9cf3f 78a7491d

+1 -1
+1 -1
drivers/platform/x86/intel/pmc/Makefile
··· 3 3 # Intel x86 Platform-Specific Drivers 4 4 # 5 5 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 \ 7 7 icl.o tgl.o adl.o mtl.o arl.o lnl.o ptl.o 8 8 obj-$(CONFIG_INTEL_PMC_CORE) += intel_pmc_core.o 9 9 intel_pmc_core_pltdrv-y := pltdrv.o
drivers/platform/x86/intel/pmc/core_ssram.c drivers/platform/x86/intel/pmc/ssram_telemetry.c