1. 23 6月, 2016 1 次提交
  2. 08 4月, 2016 1 次提交
  3. 31 3月, 2016 1 次提交
  4. 10 12月, 2015 1 次提交
  5. 17 9月, 2015 1 次提交
  6. 25 7月, 2015 1 次提交
  7. 24 7月, 2015 1 次提交
  8. 16 7月, 2015 3 次提交
  9. 02 6月, 2015 2 次提交
  10. 01 4月, 2015 4 次提交
  11. 27 3月, 2015 4 次提交
  12. 25 3月, 2015 4 次提交
  13. 17 3月, 2015 1 次提交
  14. 31 1月, 2015 1 次提交
  15. 27 1月, 2015 2 次提交
  16. 15 1月, 2015 2 次提交
    • T
      ARM: OMAP2+: Disable omap3 PM init for ti81xx · 13efcb18
      Tony Lindgren 提交于
      We cannot use the omap3 pm support on 81xx.
      
      Cc: Brian Hutchinson <b.hutchman@gmail.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      13efcb18
    • T
      ARM: OMAP2+: Fix ti81xx class type · c27964b5
      Tony Lindgren 提交于
      Otherwise it will return true for cpu_is_omap34xx() which we don't
      want for the clocks and hwmod. It's closer to am33xx for the clocks
      and hwmod than to the omap34xx. We also want to be able to detect
      814x and 816x separately as at least the clocks are different with
      814x using a apll and 816x using a fapll for the source clocks.
      
      Note that we can also remove omap3xxx_clk_init() call as it's wrong
      and ti81xx are booting in device tree only mode.
      
      Cc: Brian Hutchinson <b.hutchman@gmail.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      c27964b5
  17. 13 12月, 2014 1 次提交
  18. 27 10月, 2014 4 次提交
  19. 29 9月, 2014 1 次提交
    • T
      clk: ti: change clock init to use generic of_clk_init · c08ee14c
      Tero Kristo 提交于
      Previously, the TI clock driver initialized all the clocks hierarchically
      under each separate clock provider node. Now, each clock that requires
      IO access will instead check their parent node to find out which IO range
      to use.
      
      This patch allows the TI clock driver to use a few new features provided
      by the generic of_clk_init, and also allows registration of clock nodes
      outside the clock hierarchy (for example, any external clocks.)
      Signed-off-by: NTero Kristo <t-kristo@ti.com>
      Cc: Mike Turquette <mturquette@linaro.org>
      Cc: Paul Walmsley <paul@pwsan.com>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
      Cc: Jyri Sarha <jsarha@ti.com>
      Cc: Stefan Assmann <sassmann@kpanic.de>
      Acked-by: NTony Lindgren <tony@atomide.com>
      c08ee14c
  20. 19 9月, 2014 1 次提交
  21. 09 9月, 2014 2 次提交
  22. 16 7月, 2014 1 次提交