diff options
author | Peter Zijlstra <peterz@infradead.org> | 2018-08-07 13:17:27 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-10-02 04:14:32 -0400 |
commit | f2c4db1bd80720cd8cb2a5aa220d9bc9f374f04e (patch) | |
tree | fa931e8f14b17460f81d3d5b5e85964027fa3e77 /drivers | |
parent | af3bdb991a5cb57c189d34aadbd3aa88995e0d9f (diff) |
x86/cpu: Sanitize FAM6_ATOM naming
Going primarily by:
https://en.wikipedia.org/wiki/List_of_Intel_Atom_microprocessors
with additional information gleaned from other related pages; notably:
- Bonnell shrink was called Saltwell
- Moorefield is the Merriefield refresh which makes it Airmont
The general naming scheme is: FAM6_ATOM_UARCH_SOCTYPE
for i in `git grep -l FAM6_ATOM` ; do
sed -i -e 's/ATOM_PINEVIEW/ATOM_BONNELL/g' \
-e 's/ATOM_LINCROFT/ATOM_BONNELL_MID/' \
-e 's/ATOM_PENWELL/ATOM_SALTWELL_MID/g' \
-e 's/ATOM_CLOVERVIEW/ATOM_SALTWELL_TABLET/g' \
-e 's/ATOM_CEDARVIEW/ATOM_SALTWELL/g' \
-e 's/ATOM_SILVERMONT1/ATOM_SILVERMONT/g' \
-e 's/ATOM_SILVERMONT2/ATOM_SILVERMONT_X/g' \
-e 's/ATOM_MERRIFIELD/ATOM_SILVERMONT_MID/g' \
-e 's/ATOM_MOOREFIELD/ATOM_AIRMONT_MID/g' \
-e 's/ATOM_DENVERTON/ATOM_GOLDMONT_X/g' \
-e 's/ATOM_GEMINI_LAKE/ATOM_GOLDMONT_PLUS/g' ${i}
done
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vince Weaver <vincent.weaver@maine.edu>
Cc: dave.hansen@linux.intel.com
Cc: len.brown@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/acpi_lpss.c | 2 | ||||
-rw-r--r-- | drivers/acpi/x86/utils.c | 2 | ||||
-rw-r--r-- | drivers/cpufreq/intel_pstate.c | 4 | ||||
-rw-r--r-- | drivers/edac/pnd2_edac.c | 2 | ||||
-rw-r--r-- | drivers/idle/intel_idle.c | 18 | ||||
-rw-r--r-- | drivers/mmc/host/sdhci-acpi.c | 2 | ||||
-rw-r--r-- | drivers/pci/pci-mid.c | 4 | ||||
-rw-r--r-- | drivers/platform/x86/intel_int0002_vgpio.c | 2 | ||||
-rw-r--r-- | drivers/platform/x86/intel_mid_powerbtn.c | 4 | ||||
-rw-r--r-- | drivers/platform/x86/intel_telemetry_debugfs.c | 2 | ||||
-rw-r--r-- | drivers/platform/x86/intel_telemetry_pltdrv.c | 2 | ||||
-rw-r--r-- | drivers/powercap/intel_rapl.c | 10 | ||||
-rw-r--r-- | drivers/thermal/intel_soc_dts_thermal.c | 2 |
13 files changed, 28 insertions, 28 deletions
diff --git a/drivers/acpi/acpi_lpss.c b/drivers/acpi/acpi_lpss.c index bf64cfa30feb..9efa3a588620 100644 --- a/drivers/acpi/acpi_lpss.c +++ b/drivers/acpi/acpi_lpss.c | |||
@@ -292,7 +292,7 @@ static const struct lpss_device_desc bsw_spi_dev_desc = { | |||
292 | #define ICPU(model) { X86_VENDOR_INTEL, 6, model, X86_FEATURE_ANY, } | 292 | #define ICPU(model) { X86_VENDOR_INTEL, 6, model, X86_FEATURE_ANY, } |
293 | 293 | ||
294 | static const struct x86_cpu_id lpss_cpu_ids[] = { | 294 | static const struct x86_cpu_id lpss_cpu_ids[] = { |
295 | ICPU(INTEL_FAM6_ATOM_SILVERMONT1), /* Valleyview, Bay Trail */ | 295 | ICPU(INTEL_FAM6_ATOM_SILVERMONT), /* Valleyview, Bay Trail */ |
296 | ICPU(INTEL_FAM6_ATOM_AIRMONT), /* Braswell, Cherry Trail */ | 296 | ICPU(INTEL_FAM6_ATOM_AIRMONT), /* Braswell, Cherry Trail */ |
297 | {} | 297 | {} |
298 | }; | 298 | }; |
diff --git a/drivers/acpi/x86/utils.c b/drivers/acpi/x86/utils.c index 06c31ec3cc70..9a8e286dd86f 100644 --- a/drivers/acpi/x86/utils.c +++ b/drivers/acpi/x86/utils.c | |||
@@ -54,7 +54,7 @@ static const struct always_present_id always_present_ids[] = { | |||
54 | * Bay / Cherry Trail PWM directly poked by GPU driver in win10, | 54 | * Bay / Cherry Trail PWM directly poked by GPU driver in win10, |
55 | * but Linux uses a separate PWM driver, harmless if not used. | 55 | * but Linux uses a separate PWM driver, harmless if not used. |
56 | */ | 56 | */ |
57 | ENTRY("80860F09", "1", ICPU(INTEL_FAM6_ATOM_SILVERMONT1), {}), | 57 | ENTRY("80860F09", "1", ICPU(INTEL_FAM6_ATOM_SILVERMONT), {}), |
58 | ENTRY("80862288", "1", ICPU(INTEL_FAM6_ATOM_AIRMONT), {}), | 58 | ENTRY("80862288", "1", ICPU(INTEL_FAM6_ATOM_AIRMONT), {}), |
59 | /* | 59 | /* |
60 | * The INT0002 device is necessary to clear wakeup interrupt sources | 60 | * The INT0002 device is necessary to clear wakeup interrupt sources |
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c index b6a1aadaff9f..75140dd07037 100644 --- a/drivers/cpufreq/intel_pstate.c +++ b/drivers/cpufreq/intel_pstate.c | |||
@@ -1778,7 +1778,7 @@ static const struct pstate_funcs knl_funcs = { | |||
1778 | static const struct x86_cpu_id intel_pstate_cpu_ids[] = { | 1778 | static const struct x86_cpu_id intel_pstate_cpu_ids[] = { |
1779 | ICPU(INTEL_FAM6_SANDYBRIDGE, core_funcs), | 1779 | ICPU(INTEL_FAM6_SANDYBRIDGE, core_funcs), |
1780 | ICPU(INTEL_FAM6_SANDYBRIDGE_X, core_funcs), | 1780 | ICPU(INTEL_FAM6_SANDYBRIDGE_X, core_funcs), |
1781 | ICPU(INTEL_FAM6_ATOM_SILVERMONT1, silvermont_funcs), | 1781 | ICPU(INTEL_FAM6_ATOM_SILVERMONT, silvermont_funcs), |
1782 | ICPU(INTEL_FAM6_IVYBRIDGE, core_funcs), | 1782 | ICPU(INTEL_FAM6_IVYBRIDGE, core_funcs), |
1783 | ICPU(INTEL_FAM6_HASWELL_CORE, core_funcs), | 1783 | ICPU(INTEL_FAM6_HASWELL_CORE, core_funcs), |
1784 | ICPU(INTEL_FAM6_BROADWELL_CORE, core_funcs), | 1784 | ICPU(INTEL_FAM6_BROADWELL_CORE, core_funcs), |
@@ -1795,7 +1795,7 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = { | |||
1795 | ICPU(INTEL_FAM6_XEON_PHI_KNL, knl_funcs), | 1795 | ICPU(INTEL_FAM6_XEON_PHI_KNL, knl_funcs), |
1796 | ICPU(INTEL_FAM6_XEON_PHI_KNM, knl_funcs), | 1796 | ICPU(INTEL_FAM6_XEON_PHI_KNM, knl_funcs), |
1797 | ICPU(INTEL_FAM6_ATOM_GOLDMONT, core_funcs), | 1797 | ICPU(INTEL_FAM6_ATOM_GOLDMONT, core_funcs), |
1798 | ICPU(INTEL_FAM6_ATOM_GEMINI_LAKE, core_funcs), | 1798 | ICPU(INTEL_FAM6_ATOM_GOLDMONT_PLUS, core_funcs), |
1799 | ICPU(INTEL_FAM6_SKYLAKE_X, core_funcs), | 1799 | ICPU(INTEL_FAM6_SKYLAKE_X, core_funcs), |
1800 | {} | 1800 | {} |
1801 | }; | 1801 | }; |
diff --git a/drivers/edac/pnd2_edac.c b/drivers/edac/pnd2_edac.c index df28b65358d2..903a4f1fadcc 100644 --- a/drivers/edac/pnd2_edac.c +++ b/drivers/edac/pnd2_edac.c | |||
@@ -1541,7 +1541,7 @@ static struct dunit_ops dnv_ops = { | |||
1541 | 1541 | ||
1542 | static const struct x86_cpu_id pnd2_cpuids[] = { | 1542 | static const struct x86_cpu_id pnd2_cpuids[] = { |
1543 | { X86_VENDOR_INTEL, 6, INTEL_FAM6_ATOM_GOLDMONT, 0, (kernel_ulong_t)&apl_ops }, | 1543 | { X86_VENDOR_INTEL, 6, INTEL_FAM6_ATOM_GOLDMONT, 0, (kernel_ulong_t)&apl_ops }, |
1544 | { X86_VENDOR_INTEL, 6, INTEL_FAM6_ATOM_DENVERTON, 0, (kernel_ulong_t)&dnv_ops }, | 1544 | { X86_VENDOR_INTEL, 6, INTEL_FAM6_ATOM_GOLDMONT_X, 0, (kernel_ulong_t)&dnv_ops }, |
1545 | { } | 1545 | { } |
1546 | }; | 1546 | }; |
1547 | MODULE_DEVICE_TABLE(x86cpu, pnd2_cpuids); | 1547 | MODULE_DEVICE_TABLE(x86cpu, pnd2_cpuids); |
diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index b2ccce5fb071..c4bb67ed8da3 100644 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c | |||
@@ -1076,14 +1076,14 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = { | |||
1076 | ICPU(INTEL_FAM6_WESTMERE, idle_cpu_nehalem), | 1076 | ICPU(INTEL_FAM6_WESTMERE, idle_cpu_nehalem), |
1077 | ICPU(INTEL_FAM6_WESTMERE_EP, idle_cpu_nehalem), | 1077 | ICPU(INTEL_FAM6_WESTMERE_EP, idle_cpu_nehalem), |
1078 | ICPU(INTEL_FAM6_NEHALEM_EX, idle_cpu_nehalem), | 1078 | ICPU(INTEL_FAM6_NEHALEM_EX, idle_cpu_nehalem), |
1079 | ICPU(INTEL_FAM6_ATOM_PINEVIEW, idle_cpu_atom), | 1079 | ICPU(INTEL_FAM6_ATOM_BONNELL, idle_cpu_atom), |
1080 | ICPU(INTEL_FAM6_ATOM_LINCROFT, idle_cpu_lincroft), | 1080 | ICPU(INTEL_FAM6_ATOM_BONNELL_MID, idle_cpu_lincroft), |
1081 | ICPU(INTEL_FAM6_WESTMERE_EX, idle_cpu_nehalem), | 1081 | ICPU(INTEL_FAM6_WESTMERE_EX, idle_cpu_nehalem), |
1082 | ICPU(INTEL_FAM6_SANDYBRIDGE, idle_cpu_snb), | 1082 | ICPU(INTEL_FAM6_SANDYBRIDGE, idle_cpu_snb), |
1083 | ICPU(INTEL_FAM6_SANDYBRIDGE_X, idle_cpu_snb), | 1083 | ICPU(INTEL_FAM6_SANDYBRIDGE_X, idle_cpu_snb), |
1084 | ICPU(INTEL_FAM6_ATOM_CEDARVIEW, idle_cpu_atom), | 1084 | ICPU(INTEL_FAM6_ATOM_SALTWELL, idle_cpu_atom), |
1085 | ICPU(INTEL_FAM6_ATOM_SILVERMONT1, idle_cpu_byt), | 1085 | ICPU(INTEL_FAM6_ATOM_SILVERMONT, idle_cpu_byt), |
1086 | ICPU(INTEL_FAM6_ATOM_MERRIFIELD, idle_cpu_tangier), | 1086 | ICPU(INTEL_FAM6_ATOM_SILVERMONT_MID, idle_cpu_tangier), |
1087 | ICPU(INTEL_FAM6_ATOM_AIRMONT, idle_cpu_cht), | 1087 | ICPU(INTEL_FAM6_ATOM_AIRMONT, idle_cpu_cht), |
1088 | ICPU(INTEL_FAM6_IVYBRIDGE, idle_cpu_ivb), | 1088 | ICPU(INTEL_FAM6_IVYBRIDGE, idle_cpu_ivb), |
1089 | ICPU(INTEL_FAM6_IVYBRIDGE_X, idle_cpu_ivt), | 1089 | ICPU(INTEL_FAM6_IVYBRIDGE_X, idle_cpu_ivt), |
@@ -1091,7 +1091,7 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = { | |||
1091 | ICPU(INTEL_FAM6_HASWELL_X, idle_cpu_hsw), | 1091 | ICPU(INTEL_FAM6_HASWELL_X, idle_cpu_hsw), |
1092 | ICPU(INTEL_FAM6_HASWELL_ULT, idle_cpu_hsw), | 1092 | ICPU(INTEL_FAM6_HASWELL_ULT, idle_cpu_hsw), |
1093 | ICPU(INTEL_FAM6_HASWELL_GT3E, idle_cpu_hsw), | 1093 | ICPU(INTEL_FAM6_HASWELL_GT3E, idle_cpu_hsw), |
1094 | ICPU(INTEL_FAM6_ATOM_SILVERMONT2, idle_cpu_avn), | 1094 | ICPU(INTEL_FAM6_ATOM_SILVERMONT_X, idle_cpu_avn), |
1095 | ICPU(INTEL_FAM6_BROADWELL_CORE, idle_cpu_bdw), | 1095 | ICPU(INTEL_FAM6_BROADWELL_CORE, idle_cpu_bdw), |
1096 | ICPU(INTEL_FAM6_BROADWELL_GT3E, idle_cpu_bdw), | 1096 | ICPU(INTEL_FAM6_BROADWELL_GT3E, idle_cpu_bdw), |
1097 | ICPU(INTEL_FAM6_BROADWELL_X, idle_cpu_bdw), | 1097 | ICPU(INTEL_FAM6_BROADWELL_X, idle_cpu_bdw), |
@@ -1104,8 +1104,8 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = { | |||
1104 | ICPU(INTEL_FAM6_XEON_PHI_KNL, idle_cpu_knl), | 1104 | ICPU(INTEL_FAM6_XEON_PHI_KNL, idle_cpu_knl), |
1105 | ICPU(INTEL_FAM6_XEON_PHI_KNM, idle_cpu_knl), | 1105 | ICPU(INTEL_FAM6_XEON_PHI_KNM, idle_cpu_knl), |
1106 | ICPU(INTEL_FAM6_ATOM_GOLDMONT, idle_cpu_bxt), | 1106 | ICPU(INTEL_FAM6_ATOM_GOLDMONT, idle_cpu_bxt), |
1107 | ICPU(INTEL_FAM6_ATOM_GEMINI_LAKE, idle_cpu_bxt), | 1107 | ICPU(INTEL_FAM6_ATOM_GOLDMONT_PLUS, idle_cpu_bxt), |
1108 | ICPU(INTEL_FAM6_ATOM_DENVERTON, idle_cpu_dnv), | 1108 | ICPU(INTEL_FAM6_ATOM_GOLDMONT_X, idle_cpu_dnv), |
1109 | {} | 1109 | {} |
1110 | }; | 1110 | }; |
1111 | 1111 | ||
@@ -1322,7 +1322,7 @@ static void intel_idle_state_table_update(void) | |||
1322 | ivt_idle_state_table_update(); | 1322 | ivt_idle_state_table_update(); |
1323 | break; | 1323 | break; |
1324 | case INTEL_FAM6_ATOM_GOLDMONT: | 1324 | case INTEL_FAM6_ATOM_GOLDMONT: |
1325 | case INTEL_FAM6_ATOM_GEMINI_LAKE: | 1325 | case INTEL_FAM6_ATOM_GOLDMONT_PLUS: |
1326 | bxt_idle_state_table_update(); | 1326 | bxt_idle_state_table_update(); |
1327 | break; | 1327 | break; |
1328 | case INTEL_FAM6_SKYLAKE_DESKTOP: | 1328 | case INTEL_FAM6_SKYLAKE_DESKTOP: |
diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c index 32321bd596d8..cca6cde1b7e8 100644 --- a/drivers/mmc/host/sdhci-acpi.c +++ b/drivers/mmc/host/sdhci-acpi.c | |||
@@ -246,7 +246,7 @@ static const struct sdhci_acpi_chip sdhci_acpi_chip_int = { | |||
246 | static bool sdhci_acpi_byt(void) | 246 | static bool sdhci_acpi_byt(void) |
247 | { | 247 | { |
248 | static const struct x86_cpu_id byt[] = { | 248 | static const struct x86_cpu_id byt[] = { |
249 | { X86_VENDOR_INTEL, 6, INTEL_FAM6_ATOM_SILVERMONT1 }, | 249 | { X86_VENDOR_INTEL, 6, INTEL_FAM6_ATOM_SILVERMONT }, |
250 | {} | 250 | {} |
251 | }; | 251 | }; |
252 | 252 | ||
diff --git a/drivers/pci/pci-mid.c b/drivers/pci/pci-mid.c index 314e135014dc..30fbe2ea6eab 100644 --- a/drivers/pci/pci-mid.c +++ b/drivers/pci/pci-mid.c | |||
@@ -62,8 +62,8 @@ static const struct pci_platform_pm_ops mid_pci_platform_pm = { | |||
62 | * arch/x86/platform/intel-mid/pwr.c. | 62 | * arch/x86/platform/intel-mid/pwr.c. |
63 | */ | 63 | */ |
64 | static const struct x86_cpu_id lpss_cpu_ids[] = { | 64 | static const struct x86_cpu_id lpss_cpu_ids[] = { |
65 | ICPU(INTEL_FAM6_ATOM_PENWELL), | 65 | ICPU(INTEL_FAM6_ATOM_SALTWELL_MID), |
66 | ICPU(INTEL_FAM6_ATOM_MERRIFIELD), | 66 | ICPU(INTEL_FAM6_ATOM_SILVERMONT_MID), |
67 | {} | 67 | {} |
68 | }; | 68 | }; |
69 | 69 | ||
diff --git a/drivers/platform/x86/intel_int0002_vgpio.c b/drivers/platform/x86/intel_int0002_vgpio.c index a473dc51b18d..e89ad4964dc1 100644 --- a/drivers/platform/x86/intel_int0002_vgpio.c +++ b/drivers/platform/x86/intel_int0002_vgpio.c | |||
@@ -60,7 +60,7 @@ static const struct x86_cpu_id int0002_cpu_ids[] = { | |||
60 | /* | 60 | /* |
61 | * Limit ourselves to Cherry Trail for now, until testing shows we | 61 | * Limit ourselves to Cherry Trail for now, until testing shows we |
62 | * need to handle the INT0002 device on Baytrail too. | 62 | * need to handle the INT0002 device on Baytrail too. |
63 | * ICPU(INTEL_FAM6_ATOM_SILVERMONT1), * Valleyview, Bay Trail * | 63 | * ICPU(INTEL_FAM6_ATOM_SILVERMONT), * Valleyview, Bay Trail * |
64 | */ | 64 | */ |
65 | ICPU(INTEL_FAM6_ATOM_AIRMONT), /* Braswell, Cherry Trail */ | 65 | ICPU(INTEL_FAM6_ATOM_AIRMONT), /* Braswell, Cherry Trail */ |
66 | {} | 66 | {} |
diff --git a/drivers/platform/x86/intel_mid_powerbtn.c b/drivers/platform/x86/intel_mid_powerbtn.c index d79fbf924b13..5ad44204a9c3 100644 --- a/drivers/platform/x86/intel_mid_powerbtn.c +++ b/drivers/platform/x86/intel_mid_powerbtn.c | |||
@@ -125,8 +125,8 @@ static const struct mid_pb_ddata mrfld_ddata = { | |||
125 | { X86_VENDOR_INTEL, 6, model, X86_FEATURE_ANY, (kernel_ulong_t)&ddata } | 125 | { X86_VENDOR_INTEL, 6, model, X86_FEATURE_ANY, (kernel_ulong_t)&ddata } |
126 | 126 | ||
127 | static const struct x86_cpu_id mid_pb_cpu_ids[] = { | 127 | static const struct x86_cpu_id mid_pb_cpu_ids[] = { |
128 | ICPU(INTEL_FAM6_ATOM_PENWELL, mfld_ddata), | 128 | ICPU(INTEL_FAM6_ATOM_SALTWELL_MID, mfld_ddata), |
129 | ICPU(INTEL_FAM6_ATOM_MERRIFIELD, mrfld_ddata), | 129 | ICPU(INTEL_FAM6_ATOM_SILVERMONT_MID, mrfld_ddata), |
130 | {} | 130 | {} |
131 | }; | 131 | }; |
132 | 132 | ||
diff --git a/drivers/platform/x86/intel_telemetry_debugfs.c b/drivers/platform/x86/intel_telemetry_debugfs.c index ffd0474b0531..cee08f236292 100644 --- a/drivers/platform/x86/intel_telemetry_debugfs.c +++ b/drivers/platform/x86/intel_telemetry_debugfs.c | |||
@@ -320,7 +320,7 @@ static struct telemetry_debugfs_conf telem_apl_debugfs_conf = { | |||
320 | 320 | ||
321 | static const struct x86_cpu_id telemetry_debugfs_cpu_ids[] = { | 321 | static const struct x86_cpu_id telemetry_debugfs_cpu_ids[] = { |
322 | TELEM_DEBUGFS_CPU(INTEL_FAM6_ATOM_GOLDMONT, telem_apl_debugfs_conf), | 322 | TELEM_DEBUGFS_CPU(INTEL_FAM6_ATOM_GOLDMONT, telem_apl_debugfs_conf), |
323 | TELEM_DEBUGFS_CPU(INTEL_FAM6_ATOM_GEMINI_LAKE, telem_apl_debugfs_conf), | 323 | TELEM_DEBUGFS_CPU(INTEL_FAM6_ATOM_GOLDMONT_PLUS, telem_apl_debugfs_conf), |
324 | {} | 324 | {} |
325 | }; | 325 | }; |
326 | 326 | ||
diff --git a/drivers/platform/x86/intel_telemetry_pltdrv.c b/drivers/platform/x86/intel_telemetry_pltdrv.c index 2f889d6c270e..fcc6bee51a42 100644 --- a/drivers/platform/x86/intel_telemetry_pltdrv.c +++ b/drivers/platform/x86/intel_telemetry_pltdrv.c | |||
@@ -192,7 +192,7 @@ static struct telemetry_plt_config telem_glk_config = { | |||
192 | 192 | ||
193 | static const struct x86_cpu_id telemetry_cpu_ids[] = { | 193 | static const struct x86_cpu_id telemetry_cpu_ids[] = { |
194 | TELEM_CPU(INTEL_FAM6_ATOM_GOLDMONT, telem_apl_config), | 194 | TELEM_CPU(INTEL_FAM6_ATOM_GOLDMONT, telem_apl_config), |
195 | TELEM_CPU(INTEL_FAM6_ATOM_GEMINI_LAKE, telem_glk_config), | 195 | TELEM_CPU(INTEL_FAM6_ATOM_GOLDMONT_PLUS, telem_glk_config), |
196 | {} | 196 | {} |
197 | }; | 197 | }; |
198 | 198 | ||
diff --git a/drivers/powercap/intel_rapl.c b/drivers/powercap/intel_rapl.c index 295d8dcba48c..8cbfcce57a06 100644 --- a/drivers/powercap/intel_rapl.c +++ b/drivers/powercap/intel_rapl.c | |||
@@ -1164,13 +1164,13 @@ static const struct x86_cpu_id rapl_ids[] __initconst = { | |||
1164 | RAPL_CPU(INTEL_FAM6_KABYLAKE_DESKTOP, rapl_defaults_core), | 1164 | RAPL_CPU(INTEL_FAM6_KABYLAKE_DESKTOP, rapl_defaults_core), |
1165 | RAPL_CPU(INTEL_FAM6_CANNONLAKE_MOBILE, rapl_defaults_core), | 1165 | RAPL_CPU(INTEL_FAM6_CANNONLAKE_MOBILE, rapl_defaults_core), |
1166 | 1166 | ||
1167 | RAPL_CPU(INTEL_FAM6_ATOM_SILVERMONT1, rapl_defaults_byt), | 1167 | RAPL_CPU(INTEL_FAM6_ATOM_SILVERMONT, rapl_defaults_byt), |
1168 | RAPL_CPU(INTEL_FAM6_ATOM_AIRMONT, rapl_defaults_cht), | 1168 | RAPL_CPU(INTEL_FAM6_ATOM_AIRMONT, rapl_defaults_cht), |
1169 | RAPL_CPU(INTEL_FAM6_ATOM_MERRIFIELD, rapl_defaults_tng), | 1169 | RAPL_CPU(INTEL_FAM6_ATOM_SILVERMONT_MID, rapl_defaults_tng), |
1170 | RAPL_CPU(INTEL_FAM6_ATOM_MOOREFIELD, rapl_defaults_ann), | 1170 | RAPL_CPU(INTEL_FAM6_ATOM_AIRMONT_MID, rapl_defaults_ann), |
1171 | RAPL_CPU(INTEL_FAM6_ATOM_GOLDMONT, rapl_defaults_core), | 1171 | RAPL_CPU(INTEL_FAM6_ATOM_GOLDMONT, rapl_defaults_core), |
1172 | RAPL_CPU(INTEL_FAM6_ATOM_GEMINI_LAKE, rapl_defaults_core), | 1172 | RAPL_CPU(INTEL_FAM6_ATOM_GOLDMONT_PLUS, rapl_defaults_core), |
1173 | RAPL_CPU(INTEL_FAM6_ATOM_DENVERTON, rapl_defaults_core), | 1173 | RAPL_CPU(INTEL_FAM6_ATOM_GOLDMONT_X, rapl_defaults_core), |
1174 | 1174 | ||
1175 | RAPL_CPU(INTEL_FAM6_XEON_PHI_KNL, rapl_defaults_hsw_server), | 1175 | RAPL_CPU(INTEL_FAM6_XEON_PHI_KNL, rapl_defaults_hsw_server), |
1176 | RAPL_CPU(INTEL_FAM6_XEON_PHI_KNM, rapl_defaults_hsw_server), | 1176 | RAPL_CPU(INTEL_FAM6_XEON_PHI_KNM, rapl_defaults_hsw_server), |
diff --git a/drivers/thermal/intel_soc_dts_thermal.c b/drivers/thermal/intel_soc_dts_thermal.c index 1e47511a6bd5..d748527d7a38 100644 --- a/drivers/thermal/intel_soc_dts_thermal.c +++ b/drivers/thermal/intel_soc_dts_thermal.c | |||
@@ -45,7 +45,7 @@ static irqreturn_t soc_irq_thread_fn(int irq, void *dev_data) | |||
45 | } | 45 | } |
46 | 46 | ||
47 | static const struct x86_cpu_id soc_thermal_ids[] = { | 47 | static const struct x86_cpu_id soc_thermal_ids[] = { |
48 | { X86_VENDOR_INTEL, 6, INTEL_FAM6_ATOM_SILVERMONT1, 0, | 48 | { X86_VENDOR_INTEL, 6, INTEL_FAM6_ATOM_SILVERMONT, 0, |
49 | BYT_SOC_DTS_APIC_IRQ}, | 49 | BYT_SOC_DTS_APIC_IRQ}, |
50 | {} | 50 | {} |
51 | }; | 51 | }; |