1. 15 5月, 2014 3 次提交
  2. 14 2月, 2014 4 次提交
  3. 09 1月, 2014 1 次提交
  4. 31 12月, 2013 1 次提交
  5. 21 12月, 2013 1 次提交
  6. 07 9月, 2013 10 次提交
  7. 14 8月, 2013 1 次提交
  8. 09 8月, 2013 2 次提交
  9. 03 8月, 2013 2 次提交
  10. 31 7月, 2013 1 次提交
  11. 26 7月, 2013 2 次提交
  12. 23 6月, 2013 1 次提交
    • T
      clk: exynos4: Fix clock aliases for cpufreq related clocks · 82ba93b2
      Tushar Behera 提交于
      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: NTushar Behera <tushar.behera@linaro.org>
      Reviewed-by: NTomasz Figa <t.figa@samsung.com>
      Signed-off-by: NMike Turquette <mturquette@linaro.org>
      82ba93b2
  13. 12 6月, 2013 1 次提交
  14. 30 5月, 2013 1 次提交
  15. 20 4月, 2013 1 次提交
    • A
      clk: exynos: prepare for multiplatform · 25e56eba
      Arnd Bergmann 提交于
      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: NArnd Bergmann <arnd@arndb.de>
      Cc: Mike Turquette <mturquette@linaro.org>
      25e56eba
  16. 08 4月, 2013 1 次提交
  17. 04 4月, 2013 7 次提交