07 Sep, 2013
1 commit
-
There is no need to use clkdev inside the clock driver to retrieve the
clocks for internal use. Instead __clk_lookup() helper can be used to
look up clocks by their platform name.This patch modifies the behavior of _get_rate() helper to look up clocks
by platform name and adjusts all users of it to pass platform names
instead of clkdev aliases.Signed-off-by: Tomasz Figa
Signed-off-by: Kyungmin Park
Reviewed-by: Sylwester Nawrocki
Signed-off-by: Mike Turquette
09 Aug, 2013
1 commit
-
__initdata should be placed between the variable name and equal
sign for the variable to be placed in the intended section.Signed-off-by: Sachin Kamat
Signed-off-by: Mike Turquette
26 Jul, 2013
1 commit
-
Symbols referenced only in this file are made static.
Signed-off-by: Sachin Kamat
Acked-by: Kukjin Kim
Reviewed-by: Tomasz Figa
Signed-off-by: Mike Turquette
20 Apr, 2013
1 commit
-
The new common clock drivers for exynos are using compile
time constants and soc_is_exynos* macros to provide backwards
compatibility for pre-DT systems, which is not possible with
multiplatform kernels. This moves all the necessary
information back into platform code and removes the mach/*
header inclusions.Signed-off-by: Arnd Bergmann
Cc: Mike Turquette
04 Apr, 2013
1 commit
-
This patch extends suspend/resume support for SoC-specific registers to
handle differences in register sets on particular SoCs.Signed-off-by: Tomasz Figa
Signed-off-by: Kyungmin Park
Reviewed-by: Thomas Abraham
Acked-by: Mike Turquette
Signed-off-by: Kukjin Kim
25 Mar, 2013
1 commit
-
The Exynos5440 clocks are statically listed and registered using the
Samsung specific common clock helper functions.Signed-off-by: Thomas Abraham
Acked-by: Mike Turquette
Signed-off-by: Kukjin Kim