lkml.org 
[lkml]   [2021]   [Jul]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 10/14] peci: Add peci-cpu driver
From
Date
Iwona Winiarska wrote:

> +static const struct peci_device_id peci_cpu_device_ids[] = {
> + { /* Haswell Xeon */
> + .family = 6,
> + .model = INTEL_FAM6_HASWELL_X,
> + .data = "hsx",
> + },
> + { /* Broadwell Xeon */
> + .family = 6,
> + .model = INTEL_FAM6_BROADWELL_X,
> + .data = "bdx",
> + },
> + { /* Broadwell Xeon D */
> + .family = 6,
> + .model = INTEL_FAM6_BROADWELL_D,
> + .data = "skxd",

I think this should read "bdxd" as "skxd" does not exist in the
cputemp/dimmtemp drivers.

\
 
 \ /
  Last update: 2021-07-27 13:26    [W:0.516 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site