1. 26 7月, 2014 1 次提交
  2. 30 6月, 2014 1 次提交
  3. 15 5月, 2014 1 次提交
    • R
      clk/samsung: add support for multiple clock providers · 976face4
      Rahul Sharma 提交于
      Samsung CCF helper functions do not provide support to
      register multiple Clock Providers for a given SoC. Due to
      this limitation, SoC platforms are not able to use these
      helpers for registering multiple clock providers and are
      forced to bypass this layer.
      
      This layer is modified accordingly to enable the support
      for multiple clock providers.
      
      Clock file for exynos4, exynos5250, exynos5420, exynos5440,
      S3c64xx, S3c24xx are also modified as per changed helper functions.
      Signed-off-by: NRahul Sharma <rahul.sharma@samsung.com>
      [t.figa: Modified s3c2410 clock driver as well]
      Signed-off-by: NTomasz Figa <t.figa@samsung.com>
      976face4
  4. 14 2月, 2014 1 次提交
  5. 09 1月, 2014 1 次提交
  6. 07 9月, 2013 1 次提交
  7. 09 8月, 2013 1 次提交
  8. 26 7月, 2013 1 次提交
  9. 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
  10. 04 4月, 2013 1 次提交
  11. 25 3月, 2013 1 次提交