Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpufreq: mvebu: fix integer to pointer cast | Ben Dooks | 2016-06-13 | 1 | -1/+1 |
| | | | | | | | | | | | Fix the use of 0 instead of NULL to clk_get() call. This stops the following warning: drivers/cpufreq/mvebu-cpufreq.c:73:40: warning: Using plain integer as NULL pointer Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||||
* | cpufreq: mvebu: Move cpufreq code into drivers/cpufreq/ | Viresh Kumar | 2016-04-28 | 1 | -0/+107 |
Move cpufreq bits for mvebu into drivers/cpufreq/ directory, that's where they really belong to. Compiled tested only. 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> |