Re: [PATCH 4/6] cpufreq: governor: Move abstract gov_tunables code to a seperate file
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2016-03-03 06:03:34
Also in:
linux-acpi, lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2016-03-03 06:03:34
Also in:
linux-acpi, lkml
On 02-03-16, 03:10, Rafael J. Wysocki wrote:
From: Rafael J. Wysocki <redacted> Move abstract code related to struct gov_tunables to a separate (new) file so it can be shared with (future) goverernors that won't share more code with "ondemand" and "conservative". No intentional functional changes. Signed-off-by: Rafael J. Wysocki <redacted> --- drivers/cpufreq/Kconfig | 4 + drivers/cpufreq/Makefile | 1 drivers/cpufreq/cpufreq_governor.c | 82 --------------------------- drivers/cpufreq/cpufreq_governor.h | 6 ++ drivers/cpufreq/cpufreq_governor_tunables.c | 84 ++++++++++++++++++++++++++++
These aren't governor tunables, isn't it? Tunables were the fields that could be tuned, but this is something else. -- viresh