[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <516FB8AC.6070102@linaro.org>
Date: Thu, 18 Apr 2013 11:11:08 +0200
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: Len Brown <lenb@...nel.org>
CC: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
Len Brown <len.brown@...el.com>
Subject: Re: [PATCH 1/2] intel_idle: additional Haswell CPU-id
On 04/18/2013 12:42 AM, Len Brown wrote:
> From: Len Brown <len.brown@...el.com>
>
> There is an additional HSW CPU-id, 0x46,
> which has C-states exactly like CPU-id 0x45.
>
> Signed-off-by: Len Brown <len.brown@...el.com>
> ---
> 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 5d66750..1a38dd7 100644
> --- a/drivers/idle/intel_idle.c
> +++ b/drivers/idle/intel_idle.c
> @@ -465,6 +465,7 @@ static const struct x86_cpu_id intel_idle_ids[] = {
> ICPU(0x3c, idle_cpu_hsw),
> ICPU(0x3f, idle_cpu_hsw),
> ICPU(0x45, idle_cpu_hsw),
> + ICPU(0x46, idle_cpu_hsw),
> {}
> };
> MODULE_DEVICE_TABLE(x86cpu, intel_idle_ids);
Hi Len,
I jump on the opportunity to remind you, we are waiting for your
ack/nack for the patch:
http://permalink.gmane.org/gmane.linux.ports.tegra/10422
Thanks
-- Daniel
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists