Re: [PATCH v2 02/11] platform/x86:intel/pmc: Rename core_ssram to ssram_telemetry
From: Ilpo Järvinen
Date: Thu Aug 29 2024 - 06:51:00 EST
On Wed, 28 Aug 2024, Xi Pardee wrote:
> 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@xxxxxxxxxxxxxxx>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
--
i.
> ---
> drivers/platform/x86/intel/pmc/Makefile | 2 +-
> .../platform/x86/intel/pmc/{core_ssram.c => ssram_telemetry.c} | 0
> 2 files changed, 1 insertion(+), 1 deletion(-)
> rename drivers/platform/x86/intel/pmc/{core_ssram.c => ssram_telemetry.c} (100%)
>
> diff --git a/drivers/platform/x86/intel/pmc/Makefile b/drivers/platform/x86/intel/pmc/Makefile
> index 389e5419dadf..4dd9fa93f873 100644
> --- a/drivers/platform/x86/intel/pmc/Makefile
> +++ b/drivers/platform/x86/intel/pmc/Makefile
> @@ -3,7 +3,7 @@
> # Intel x86 Platform-Specific Drivers
> #
>
> -intel_pmc_core-y := core.o core_ssram.o spt.o cnp.o \
> +intel_pmc_core-y := core.o ssram_telemetry.o spt.o cnp.o \
> icl.o tgl.o adl.o mtl.o arl.o lnl.o
> obj-$(CONFIG_INTEL_PMC_CORE) += intel_pmc_core.o
> intel_pmc_core_pltdrv-y := pltdrv.o
> diff --git a/drivers/platform/x86/intel/pmc/core_ssram.c b/drivers/platform/x86/intel/pmc/ssram_telemetry.c
> similarity index 100%
> rename from drivers/platform/x86/intel/pmc/core_ssram.c
> rename to drivers/platform/x86/intel/pmc/ssram_telemetry.c
>