summaryrefslogtreecommitdiff
path: root/sound/soc/mediatek
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-02-14 15:10:06 +0100
committerDavid S. Miller <davem@davemloft.net>2017-02-14 15:03:21 -0500
commita06d4d672f76ef01d1fac38e2cefc22b7aaa7476 (patch)
treef82b41069c60a24e85f87ef9e2403d532f262572 /sound/soc/mediatek
parent6f2e3f7d9785dacb358b48b44950182b5c13e4bc (diff)
net: hip04: Omit private ndo_get_stats function
hip04_get_stats() just returns dev->stats so we can leave it out altogether and let dev_get_stats() do the job. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/soc/mediatek')
0 files changed, 0 insertions, 0 deletions
correct BIOS configuration. There are several ways to address this problem. First, Linux can also run in legacy P-state mode on this system. As intel_pstate is how Linux enables HWP, booting with "intel_pstate=disable" will run in acpi-cpufreq/ondemand legacy p-state mode. Or second, the "performance" governor can be used with intel_pstate, which will modify HWP.EPP to 0. Or third, starting in 4.10, the /sys/devices/system/cpu/cpufreq/policy*/energy_performance_preference attribute in can be updated from "balance_power" to "performance". Or fourth, apply this patch, which fixes the erroneous setting of MSR_IA32_POWER_CTL BIT_EE on this model, allowing the default configuration to function as designed. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Reviewed-by: Len Brown <len.brown@intel.com> Cc: 4.6+ <stable@vger.kernel.org> # 4.6+ Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'sound/usb/power.h')