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

    Tomasz Figa
     

09 Aug, 2013

1 commit


26 Jul, 2013

1 commit


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

    Arnd Bergmann
     

04 Apr, 2013

1 commit


25 Mar, 2013

1 commit