Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-27 | cpufreq: e_powersaver: Use IS_ENABLED() instead of checking for built-in or ↵ | Javier Martinez Canillas | |
module The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either built-in or as a module, use that macro instead of open coding the same. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | |||
2013-04-10 | cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreq | Viresh Kumar | |
This patch moves cpufreq driver of powerpc platforms/cell to drivers/cpufreq. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> |