Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpufreq: e_powersaver: Use IS_ENABLED() instead of checking for built-in or ↵ | Javier Martinez Canillas | 2016-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | 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> | ||||
* | cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreq | Viresh Kumar | 2013-04-10 | 1 | -0/+24 |
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> |