Skip to content

Commit 5719638

Browse files
committed
Merge branch 'powercap'
Merge additional power capping changes for 6.3-rc1: - Remove MODULE_LICENSE from non-modular power capping code (Nick Alcock). - Add Add Power Limit4 support for Meteor Lake SoC to the Intel RAPL power capping driver (Sumeet Pawnikar). * powercap: powercap: remove MODULE_LICENSE in non-modules powercap: RAPL: Add Power Limit4 support for Meteor Lake SoC
2 parents f435236 + d25d01b commit 5719638

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

drivers/powercap/intel_rapl_msr.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ static const struct x86_cpu_id pl4_support_ids[] = {
143143
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_ALDERLAKE_N, X86_FEATURE_ANY },
144144
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_RAPTORLAKE, X86_FEATURE_ANY },
145145
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_RAPTORLAKE_P, X86_FEATURE_ANY },
146+
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_METEORLAKE, X86_FEATURE_ANY },
147+
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_METEORLAKE_L, X86_FEATURE_ANY },
146148
{}
147149
};
148150

drivers/powercap/powercap_sys.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,4 +679,3 @@ fs_initcall(powercap_init);
679679

680680
MODULE_DESCRIPTION("PowerCap sysfs Driver");
681681
MODULE_AUTHOR("Srinivas Pandruvada <[email protected]>");
682-
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)