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

From: Luc, Piotr
Date: Tue Oct 25 2016 - 06:36:40 EST


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@xxxxxxxxx>
> Reviewed-by: Dave Hansen <dave.hansen@xxxxxxxxx>
> Cc: linux-pm@xxxxxxxxxxxxxxx
> Cc: Len Brown <lenb@xxxxxxxxxx>
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> ---
> 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)
> ,
> Â {}