1. 22 10月, 2013 2 次提交
    • 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
    • N
      ARM: OMAP3+: do not register non-dt OPP tables for device tree boot · 92d51856
      Nishanth Menon 提交于
      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: NNishanth Menon <nm@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      92d51856
  2. 19 10月, 2013 6 次提交
  3. 15 10月, 2013 4 次提交
  4. 14 10月, 2013 10 次提交
  5. 13 10月, 2013 16 次提交
  6. 12 10月, 2013 2 次提交