intel_pstate: append more Oracle OEM table id to vendor bypass list
authorEthan Zhao <ethan.zhao@oracle.com>
Wed, 5 Aug 2015 00:28:50 +0000 (09:28 +0900)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 7 Aug 2015 01:29:54 +0000 (03:29 +0200)
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>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Kristen Carlson Accardi <kristen@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c

index f05f063..31d0548 100644 (file)
@@ -1174,6 +1174,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, "", ""},
 };