1. 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
  2. 13 12月, 2014 1 次提交
  3. 27 10月, 2014 4 次提交
  4. 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
  5. 19 9月, 2014 1 次提交
  6. 09 9月, 2014 2 次提交
  7. 16 7月, 2014 1 次提交
  8. 02 7月, 2014 2 次提交
  9. 30 5月, 2014 2 次提交
  10. 20 5月, 2014 1 次提交
  11. 01 3月, 2014 1 次提交
  12. 14 2月, 2014 1 次提交
  13. 01 2月, 2014 1 次提交
  14. 18 1月, 2014 7 次提交
  15. 11 12月, 2013 1 次提交
  16. 22 10月, 2013 1 次提交
    • N
      ARM: OMAP2+: add missing lateinit hook for calling pm late init · 765e7a06
      Nishanth Menon 提交于
      AM335x, AM43xx, OMAP5 and DRA7 have missing late init hook. Introduce
      SoC specific hook with a call to OMAP2+ generic lateinit hook. This
      allows the generic late initializations such as cpufreq hooks to be
      active.
      
      Based on out-of-tree patches that need to be introduced in
      mainline, this introduction allows us to provide the foundation for
      further SoC specific features as they are developed.
      
      Cc: Benoit Cousson <bcousson@baylibre.com>
      Cc: Kevin Hilman <khilman@deeprootsystems.com>
      Cc: Paul Walmsley <paul@pwsan.com>
      Cc: Tony Lindgren <tony@atomide.com>
      Signed-off-by: NNishanth Menon <nm@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      765e7a06
  17. 14 10月, 2013 1 次提交
  18. 23 8月, 2013 1 次提交
  19. 13 8月, 2013 1 次提交
  20. 06 7月, 2013 1 次提交
  21. 18 6月, 2013 1 次提交
  22. 17 6月, 2013 1 次提交
  23. 12 6月, 2013 2 次提交
  24. 09 6月, 2013 1 次提交
  25. 09 4月, 2013 2 次提交