1. 02 2月, 2015 4 次提交
  2. 17 1月, 2015 1 次提交
  3. 15 1月, 2015 2 次提交
  4. 02 12月, 2014 1 次提交
  5. 27 11月, 2014 2 次提交
  6. 04 11月, 2014 1 次提交
  7. 22 9月, 2014 1 次提交
  8. 03 9月, 2014 1 次提交
  9. 02 9月, 2014 1 次提交
  10. 25 8月, 2014 8 次提交
  11. 20 8月, 2014 1 次提交
  12. 15 7月, 2014 1 次提交
  13. 22 3月, 2014 1 次提交
  14. 11 12月, 2013 2 次提交
  15. 02 12月, 2013 2 次提交
    • B
      ARM: at91: add Kconfig options for common clk support · c8a8c630
      Boris BREZILLON 提交于
      This patch adds the following Kconfig options to prepare the transition to
      common clk framework:
      
      - AT91_USE_OLD_CLK: this option is selected by every SoC which does not
        support new at91 clks based on common clk framework (SoC which does not
        define the clock tree in its device tree).
        This options is also selected when the user choose non dt boards support
        (new at91 clks can only be registered from a device tree definition).
      
      - COMMON_CLK_AT91: this option cannot be selected directly. Instead it is
        enabled if these 3 conditions are met:
         * at least one of the selected SoCs have a PMC (Power Management
           Controller) Unit
         * device tree support is enabled
         * the old at91 clk implementation is disabled (every selected SoC define
           its clks in its device tree and non dt boards support is disabled)
      
      - OLD_CLK_AT91: this option cannot be selected directly. Instead it is
        enabled if these 2 conditions are met:
         * at least one of the selected SoCs have a PMC (Power Management
           Controller) Unit
         * at least one of the selected SoCs does not define its clks in its
           device tree or non dt-boards support is enabled
      
      This patch selects AT91_USE_OLD_CLK in all currently supported SoCs. These
      selects will be removed after clk definitions are properly added in each
      soc's device tree.
      It also selects AT91_USE_OLD_CLK in all non-dt boards support.
      
      AT91_PMC_UNIT references are replaced by OLD_CLK_AT91, because PMC Unit is
      enabled for both old and common clk implementations, and old clk
      implementation should not be compiled if COMMON_CLK is enabled.
      
      To avoid future link errors, a new stub is created for at91_dt_clock_init
      function if OLD_CLK_AT91 is disabled.
      
      A new check is added in dt init functions (setup.c) to prepare for SoCs
      supporting new clk implementation. These SoCs won't setup the
      register_clocks callback (clk registration is done using of_clk_init).
      Signed-off-by: NBoris BREZILLON <b.brezillon@overkiz.com>
      Acked-by: NMike Turquette <mturquette@linaro.org>
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      c8a8c630
    • B
      ARM: at91: move at91_pmc.h to include/linux/clk/at91_pmc.h · 2edb90ae
      Boris BREZILLON 提交于
      This patch moves at91_pmc.h header from machine specific directory
      (arch/arm/mach-at91/include/mach/at91_pmc.h) to clk include directory
      (include/linux/clk/at91_pmc.h).
      We need this to avoid reference to machine specific headers in clk
      drivers.
      Signed-off-by: NBoris BREZILLON <b.brezillon@overkiz.com>
      Acked-by: NFelipe Balbi <balbi@ti.com>
      Acked-by: NMike Turquette <mturquette@linaro.org>
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      2edb90ae
  16. 17 10月, 2013 1 次提交
  17. 21 6月, 2013 1 次提交
  18. 18 6月, 2013 1 次提交
  19. 09 4月, 2013 1 次提交
  20. 08 4月, 2013 1 次提交
  21. 26 3月, 2013 2 次提交
  22. 23 1月, 2013 1 次提交
  23. 19 11月, 2012 1 次提交
  24. 06 11月, 2012 1 次提交
  25. 25 10月, 2012 1 次提交