On 28 November 2013 18:12, Lukasz Majewski <[email protected]> wrote: > To make the driver multiplatform-friendly, unconditional initialization > in an initcall is replaced with a platform driver probed only if > respective platform device is registered. > > Tested at: Exynos4210 (TRATS) and Exynos4412 (TRATS2) > > Signed-off-by: Lukasz Majewski <[email protected]> > Signed-off-by: Tomasz Figa <[email protected]> > Signed-off-by: Kyungmin Park <[email protected]> > > --- > Changes for v3: > - Rename exynos_cpufreq_init() to exynos_cpufreq_probe() > > Changes for v2: > - Proper definition of exynos_cpufreq_init() function to squash warnings > > arch/arm/mach-exynos/common.c | 5 +++++ > arch/arm/mach-exynos/common.h | 1 + > arch/arm/mach-exynos/mach-exynos4-dt.c | 1 + > arch/arm/mach-exynos/mach-exynos5-dt.c | 1 + > drivers/cpufreq/exynos-cpufreq.c | 13 +++++++++++-- > 5 files changed, 19 insertions(+), 2 deletions(-)
Acked-by: Viresh Kumar <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

