An error occurred fetching the project authors.
  1. 06 Sep, 2013 7 commits
  2. 08 Aug, 2013 2 commits
  3. 02 Aug, 2013 2 commits
  4. 31 Jul, 2013 1 commit
  5. 25 Jul, 2013 2 commits
  6. 22 Jun, 2013 1 commit
    • Tushar Behera's avatar
      clk: exynos4: Fix clock aliases for cpufreq related clocks · 82ba93b2
      Tushar Behera authored
      cpufreq driver for EXYNOS4 based SoCs are not platform drivers, hence
      we cannot currently pass the clock names through a device tree node.
      Instead, we need to make them available through a global alias.
      
      Clock alias modifications for EXYNOS4 specific clocks are as below.
      
      Alias for clock 'arm_clk' is 'armclk'.
      Alias for clock 'mout_apll' is 'mout_apll'.
      Alias for clock 'mout_core' is 'moutcore'.
      
      For EXYNOS4210, alias for clock 'sclk_mpll' is 'mout_mpll'.
      For EXYNOS4412, alias for clock 'mout_mpll_user_c' is 'mout_mpll'.
      
      Some of the clock aliases are newly defined and some are fixed up.
      
      While at it, also modify the debug messages to print the clock
      values appropriately.
      Signed-off-by: default avatarTushar Behera <tushar.behera@linaro.org>
      Reviewed-by: default avatarTomasz Figa <t.figa@samsung.com>
      Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
      82ba93b2
  7. 11 Jun, 2013 1 commit
  8. 29 May, 2013 1 commit
  9. 19 Apr, 2013 1 commit
    • Arnd Bergmann's avatar
      clk: exynos: prepare for multiplatform · 25e56eba
      Arnd Bergmann authored
      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: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Mike Turquette <mturquette@linaro.org>
      25e56eba
  10. 08 Apr, 2013 1 commit
  11. 04 Apr, 2013 20 commits
  12. 25 Mar, 2013 1 commit