diff mbox

[RESEND,04/11] x86/intel_idle: Add Knights Mill CPUID

Message ID 20161013153105.2517-5-piotr.luc@intel.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Piotr Luc Oct. 13, 2016, 3:30 p.m. UTC
Add Knights Mill (KNM) to the list of CPUIDs supported by intel_idle.

Signed-off-by: Piotr Luc <piotr.luc@intel.com>
Reviewed-by: Dave Hansen <dave.hansen@intel.com>
Cc: linux-pm@vger.kernel.org
Cc: Len Brown <lenb@kernel.org>
Cc: linux-kernel@vger.kernel.org
---
This patch depends on [PATCH 03/11] x86/cpu/intel: Add Knights Mill 
to Intel family

 drivers/idle/intel_idle.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Piotr Luc Oct. 25, 2016, 10:36 a.m. UTC | #1
Hi Len,

Could you tell me what more do I need to do to get the patchset
accepted?

The mentioned path 03/11 is already merged in 4.9.rc2.

Thanks,
Piotr

On Thu, 2016-10-13 at 17:30 +0200, Piotr Luc wrote:
> Add Knights Mill (KNM) to the list of CPUIDs supported by intel_idle.

> 

> Signed-off-by: Piotr Luc <piotr.luc@intel.com>

> Reviewed-by: Dave Hansen <dave.hansen@intel.com>

> Cc: linux-pm@vger.kernel.org

> Cc: Len Brown <lenb@kernel.org>

> Cc: linux-kernel@vger.kernel.org

> ---

> This patch depends on [PATCH 03/11] x86/cpu/intel: Add Knights Mill 

> to Intel family

> 

>  drivers/idle/intel_idle.c | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c

> index 67ec58f..69047a0 100644

> --- a/drivers/idle/intel_idle.c

> +++ b/drivers/idle/intel_idle.c

> @@ -1084,6 +1084,7 @@ static const struct x86_cpu_id intel_idle_ids[]

> __initconst = {

>  	ICPU(INTEL_FAM6_KABYLAKE_DESKTOP,	idle_cpu_skl),

>  	ICPU(INTEL_FAM6_SKYLAKE_X,		idle_cpu_skx),

>  	ICPU(INTEL_FAM6_XEON_PHI_KNL,		idle_cpu_knl),

> +	ICPU(INTEL_FAM6_XEON_PHI_KNM,		idle_cpu_knl),

>  	ICPU(INTEL_FAM6_ATOM_GOLDMONT,		idle_cpu_bxt),

>  	ICPU(INTEL_FAM6_ATOM_DENVERTON,		idle_cpu_dnv)

> ,

>  	{}
Len Brown Dec. 1, 2016, 5:29 a.m. UTC | #2
Applied

Sorry, for some reason this patch was not present on linux-pm
patchwork, just on lkml patchwork, which I do not review.

thanks,
Len Brown, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Piotr Luc Dec. 1, 2016, 8:45 a.m. UTC | #3
T24gVGh1LCAyMDE2LTEyLTAxIGF0IDAwOjI5IC0wNTAwLCBMZW4gQnJvd24gd3JvdGU6DQo+IEFw
cGxpZWQNCj4gDQo+IFNvcnJ5LCBmb3Igc29tZSByZWFzb24gdGhpcyBwYXRjaCB3YXMgbm90IHBy
ZXNlbnQgb24gbGludXgtcG0NCj4gcGF0Y2h3b3JrLCBqdXN0IG9uIGxrbWwgcGF0Y2h3b3JrLCB3
aGljaCBJIGRvIG5vdCByZXZpZXcuDQo+IA0KSGkgTGVuLA0KVGhhbmtzIGZvciBtZXJnaW5nLsKg
DQoNClBpb3Ry
--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 67ec58f..69047a0 100644
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -1084,6 +1084,7 @@  static const struct x86_cpu_id intel_idle_ids[] __initconst = {
 	ICPU(INTEL_FAM6_KABYLAKE_DESKTOP,	idle_cpu_skl),
 	ICPU(INTEL_FAM6_SKYLAKE_X,		idle_cpu_skx),
 	ICPU(INTEL_FAM6_XEON_PHI_KNL,		idle_cpu_knl),
+	ICPU(INTEL_FAM6_XEON_PHI_KNM,		idle_cpu_knl),
 	ICPU(INTEL_FAM6_ATOM_GOLDMONT,		idle_cpu_bxt),
 	ICPU(INTEL_FAM6_ATOM_DENVERTON,		idle_cpu_dnv),
 	{}