lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8c9ae29f-cde8-1fb7-bea3-c1b0a4b31c63@linux.intel.com>
Date: Thu, 29 Aug 2024 13:50:37 +0300 (EEST)
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: Xi Pardee <xi.pardee@...ux.intel.com>
cc: irenic.rajneesh@...il.com, david.e.box@...ux.intel.com, 
    Hans de Goede <hdegoede@...hat.com>, platform-driver-x86@...r.kernel.org, 
    LKML <linux-kernel@...r.kernel.org>, linux-pm@...r.kernel.org
Subject: Re: [PATCH v2 02/11] platform/x86:intel/pmc: Rename core_ssram to
 ssram_telemetry

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@...ux.intel.com>

Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>

-- 
 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
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ