public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] intel_pstate: append more Oracle OEM table id to vendor bypass list
@ 2015-08-05  0:28 Ethan Zhao
  2015-08-05  5:10 ` Viresh Kumar
  2015-08-05 19:47 ` Kristen Carlson Accardi
  0 siblings, 2 replies; 3+ messages in thread
From: Ethan Zhao @ 2015-08-05  0:28 UTC (permalink / raw)
  To: kristen, rjw, viresh.kumar; +Cc: linux-pm, linux-kernel, Ethan Zhao

Append more Oracle X86 servers that have their own power management,

SUN FIRE X4275 M3
SUN FIRE X4170 M3
and
SUN FIRE X6-2

Signed-off-by: Ethan Zhao <ethan.zhao@oracle.com>
---
 drivers/cpufreq/intel_pstate.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index c45d274..c57b011 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -1156,6 +1156,10 @@ static struct hw_vendor_info vendor_info[] = {
 	{1, "ORACLE", "X4270M3 ", PPC},
 	{1, "ORACLE", "X4270M2 ", PPC},
 	{1, "ORACLE", "X4170M2 ", PPC},
+	{1, "ORACLE", "X4170 M3", PPC},
+	{1, "ORACLE", "X4275 M3", PPC},
+	{1, "ORACLE", "X6-2    ", PPC},
+	{1, "ORACLE", "Sudbury ", PPC},
 	{0, "", ""},
 };
 
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] intel_pstate: append more Oracle OEM table id to vendor bypass list
  2015-08-05  0:28 [PATCH] intel_pstate: append more Oracle OEM table id to vendor bypass list Ethan Zhao
@ 2015-08-05  5:10 ` Viresh Kumar
  2015-08-05 19:47 ` Kristen Carlson Accardi
  1 sibling, 0 replies; 3+ messages in thread
From: Viresh Kumar @ 2015-08-05  5:10 UTC (permalink / raw)
  To: Ethan Zhao; +Cc: kristen, rjw, linux-pm, linux-kernel

On 05-08-15, 09:28, Ethan Zhao wrote:
> Append more Oracle X86 servers that have their own power management,
> 
> SUN FIRE X4275 M3
> SUN FIRE X4170 M3
> and
> SUN FIRE X6-2
> 
> Signed-off-by: Ethan Zhao <ethan.zhao@oracle.com>
> ---
>  drivers/cpufreq/intel_pstate.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
> index c45d274..c57b011 100644
> --- a/drivers/cpufreq/intel_pstate.c
> +++ b/drivers/cpufreq/intel_pstate.c
> @@ -1156,6 +1156,10 @@ static struct hw_vendor_info vendor_info[] = {
>  	{1, "ORACLE", "X4270M3 ", PPC},
>  	{1, "ORACLE", "X4270M2 ", PPC},
>  	{1, "ORACLE", "X4170M2 ", PPC},
> +	{1, "ORACLE", "X4170 M3", PPC},
> +	{1, "ORACLE", "X4275 M3", PPC},
> +	{1, "ORACLE", "X6-2    ", PPC},
> +	{1, "ORACLE", "Sudbury ", PPC},
>  	{0, "", ""},
>  };

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] intel_pstate: append more Oracle OEM table id to vendor bypass list
  2015-08-05  0:28 [PATCH] intel_pstate: append more Oracle OEM table id to vendor bypass list Ethan Zhao
  2015-08-05  5:10 ` Viresh Kumar
@ 2015-08-05 19:47 ` Kristen Carlson Accardi
  1 sibling, 0 replies; 3+ messages in thread
From: Kristen Carlson Accardi @ 2015-08-05 19:47 UTC (permalink / raw)
  To: Ethan Zhao; +Cc: rjw, viresh.kumar, linux-pm, linux-kernel

On Wed,  5 Aug 2015 09:28:50 +0900
Ethan Zhao <ethan.zhao@oracle.com> wrote:

> Append more Oracle X86 servers that have their own power management,
> 
> SUN FIRE X4275 M3
> SUN FIRE X4170 M3
> and
> SUN FIRE X6-2
> 
> Signed-off-by: Ethan Zhao <ethan.zhao@oracle.com>
> ---
>  drivers/cpufreq/intel_pstate.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
> index c45d274..c57b011 100644
> --- a/drivers/cpufreq/intel_pstate.c
> +++ b/drivers/cpufreq/intel_pstate.c
> @@ -1156,6 +1156,10 @@ static struct hw_vendor_info vendor_info[] = {
>  	{1, "ORACLE", "X4270M3 ", PPC},
>  	{1, "ORACLE", "X4270M2 ", PPC},
>  	{1, "ORACLE", "X4170M2 ", PPC},
> +	{1, "ORACLE", "X4170 M3", PPC},
> +	{1, "ORACLE", "X4275 M3", PPC},
> +	{1, "ORACLE", "X6-2    ", PPC},
> +	{1, "ORACLE", "Sudbury ", PPC},
>  	{0, "", ""},
>  };
>  

Acked-by:  Kristen Carlson Accardi <kristen@linux.intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-05 19:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05  0:28 [PATCH] intel_pstate: append more Oracle OEM table id to vendor bypass list Ethan Zhao
2015-08-05  5:10 ` Viresh Kumar
2015-08-05 19:47 ` Kristen Carlson Accardi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox