Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1200329 > unrolled thread
| Started by | Ethan Zhao <ethan.zhao@oracle.com> |
|---|---|
| First post | 2015-08-05 02:40 +0200 |
| Last post | 2015-08-05 21:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] intel_pstate: append more Oracle OEM table id to vendor bypass list Ethan Zhao <ethan.zhao@oracle.com> - 2015-08-05 02:40 +0200
Re: [PATCH] intel_pstate: append more Oracle OEM table id to vendor bypass list Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-05 07:20 +0200
Re: [PATCH] intel_pstate: append more Oracle OEM table id to vendor bypass list Kristen Carlson Accardi <kristen@linux.intel.com> - 2015-08-05 21:50 +0200
| From | Ethan Zhao <ethan.zhao@oracle.com> |
|---|---|
| Date | 2015-08-05 02:40 +0200 |
| Subject | [PATCH] intel_pstate: append more Oracle OEM table id to vendor bypass list |
| Message-ID | <pTUUs-1Rq-83@gated-at.bofh.it> |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Date | 2015-08-05 07:20 +0200 |
| Subject | Re: [PATCH] intel_pstate: append more Oracle OEM table id to vendor bypass list |
| Message-ID | <pTZho-8oz-13@gated-at.bofh.it> |
| In reply to | #1200329 |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Kristen Carlson Accardi <kristen@linux.intel.com> |
|---|---|
| Date | 2015-08-05 21:50 +0200 |
| Subject | Re: [PATCH] intel_pstate: append more Oracle OEM table id to vendor bypass list |
| Message-ID | <pUcRj-2D9-11@gated-at.bofh.it> |
| In reply to | #1200329 |
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>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web