1. 22 Oct, 2013 2 commits
    • Nishanth Menon's avatar
      ARM: OMAP2+: add missing lateinit hook for calling pm late init · 765e7a06
      Nishanth Menon authored
      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: default avatarNishanth Menon <nm@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      765e7a06
    • Nishanth Menon's avatar
      ARM: OMAP3+: do not register non-dt OPP tables for device tree boot · 92d51856
      Nishanth Menon authored
      OMAP3+ supports both device tree and non-device tree boot.
      Device tree bindings for OMAP3+ is supposed to be added via dts following:
      Documentation/devicetree/bindings/power/opp.txt
      
      Since we now have device tree entries for OMAP3+ cpu OPPs,
      The current code wrongly adds duplicate OPPs. So, dont register OPPs
      when booting using device tree.
      Signed-off-by: default avatarNishanth Menon <nm@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      92d51856
  2. 18 Oct, 2013 6 commits
  3. 14 Oct, 2013 4 commits
  4. 13 Oct, 2013 17 commits
  5. 12 Oct, 2013 10 commits
  6. 11 Oct, 2013 1 commit