On 9 August 2013 21:20, Tomasz Figa <t.figa@xxxxxxxxxxx> wrote: > On Friday 09 of August 2013 14:04:55 Bartlomiej Zolnierkiewicz wrote: >> * remove superfluous pr_debug() call from exynos_cpufreq_init() >> (init errors are always logged anyway) >> * add dummy per-SoC type init functions to exynos-cpufreq.h >> * make per-SoC type cpufreq config options selectable >> * make CONFIG_ARM_EXYNOS_CPUFREQ config option invisible to user and >> automatically enable it when needed >> >> This patch fixes following issues: >> * EXYNOS per-SoC type cpufreq support (i.e. exynos4210-cpufreq.c) being >> always built if given SoC support was enabled (i.e. CPU_EXYNOS4210), >> even if common EXYNOS cpufreq support was disabled >> * inability to select cpufreq for each SoC type separately (it could >> be only enabled/disabled for all SoCs for which support was enabled) >> * EXYNOS5440 cpufreq support was always enabled when EXYNOS5440 >> support was enabled and couldn't be disabled >> >> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx> >> Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> >> --- >> drivers/cpufreq/Kconfig.arm | 36 >> ++++++++++++++++++++++++------------ drivers/cpufreq/exynos-cpufreq.c | >> 1 - >> drivers/cpufreq/exynos-cpufreq.h | 21 +++++++++++++++++++++ >> 3 files changed, 45 insertions(+), 13 deletions(-) > Reviewed-by: Tomasz Figa <t.figa@xxxxxxxxxxx> Applied. Thanks!! -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html