1. 13 5月, 2015 1 次提交
  2. 13 12月, 2014 1 次提交
  3. 15 4月, 2013 1 次提交
  4. 27 11月, 2012 1 次提交
  5. 01 7月, 2012 1 次提交
    • K
      ARM: davinci: add runtime PM support for clock management · ce9dcb87
      Kevin Hilman 提交于
      Add runtime PM core support to davinci by using the pm_clk
      infrastructure of the PM core.
      
      When runtime PM is enabled, the davinci runtime PM implementation will
      use the pm_clk layer to enable/disable clocks on demand.  When runtime
      PM is disabled, the pm_clk core will automatically enable clocks when
      the driver is bound and disable clocks when the driver is unbound.
      
      Cc: Mark A. Greer <mgreer@animalcreek.com>
      Cc: Sekhar Nori <nsekhar@ti.com>
      Signed-off-by: NKevin Hilman <khilman@ti.com>
      [nsekhar@ti.com: pruned list of header file includes and removed some
      debug code]
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      ce9dcb87