All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dirk Brandewie <dirk.brandewie@gmail.com>
To: Nell Hardcastle <nell@spicious.com>
Cc: cpufreq@vger.kernel.org, linux-pm@vger.kernel.org,
	dirk.j.brandewie@intel.com, dirk.brandewie@gmail.com
Subject: Re: [PATCH V2] intel_pstate: Add Haswell CPU models
Date: Mon, 09 Sep 2013 09:39:27 -0700	[thread overview]
Message-ID: <522DF9BF.3060900@gmail.com> (raw)
In-Reply-To: <51D0B831.3000707@spicious.com>

On 06/30/2013 03:58 PM, Nell Hardcastle wrote:
> Enable the intel_pstate driver for Haswell CPUs. One missing Ivy Bridge
> model (0x3E) is also included. Models referenced from
> tools/power/x86/turbostat/turbostat.c:has_nehalem_turbo_ratio_limit
>

Acked-by: Dirk Brandewie <dirk.j.brandewie@intel.com>

> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> Signed-off-by: Nell Hardcastle <nell@spicious.com>
> ---
>   drivers/cpufreq/intel_pstate.c | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
> index 07f2840..dbd1032 100644
> --- a/drivers/cpufreq/intel_pstate.c
> +++ b/drivers/cpufreq/intel_pstate.c
> @@ -522,6 +522,11 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
>   	ICPU(0x2a, default_policy),
>   	ICPU(0x2d, default_policy),
>   	ICPU(0x3a, default_policy),
> +	ICPU(0x3c, default_policy),
> +	ICPU(0x3e, default_policy),
> +	ICPU(0x3f, default_policy),
> +	ICPU(0x45, default_policy),
> +	ICPU(0x46, default_policy),
>   	{}
>   };
>   MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);
>


      reply	other threads:[~2013-09-09 16:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-30 22:58 [PATCH V2] intel_pstate: Add Haswell CPU models Nell Hardcastle
2013-09-09 16:39 ` Dirk Brandewie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=522DF9BF.3060900@gmail.com \
    --to=dirk.brandewie@gmail.com \
    --cc=cpufreq@vger.kernel.org \
    --cc=dirk.j.brandewie@intel.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=nell@spicious.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.