1. 09 2月, 2009 14 次提交
  2. 02 2月, 2009 1 次提交
  3. 11 12月, 2008 2 次提交
  4. 06 9月, 2008 1 次提交
  5. 19 8月, 2008 2 次提交
    • P
      ARM: OMAP2: Clockdomain: Integrate OMAP3 clocks with clockdomain code · 333943ba
      Paul Walmsley 提交于
      This patch integrates the OMAP3 clock tree with the clockdomain code.
      This patch:
      
      - marks OMAP34xx clocks with their corresponding clockdomain.
      
      - adds code to convert the clockdomain name to a clockdomain pointer in the
        struct clk during clk_register().
      
      - modifies OMAP2 clock usecounting to call into the clockdomain code
        when clocks are enabled or disabled.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      
      
      
      333943ba
    • P
      ARM: OMAP2: Powerdomain: Add base OMAP2/3 powerdomain code · ad67ef68
      Paul Walmsley 提交于
      This patch creates an interface to the powerdomain registers in the
      PRM/CM modules on OMAP2/3.  This interface is intended to be used by
      PM code, e.g., pm.c; not by device drivers directly.
      
      Each powerdomain will be defined in later patches as static
      structures.  Also defined are dependencies between powerdomains,
      used for adding and removing PM_WKDEP and CM_SLEEPDEP bits.  The
      powerdomain structures are linked into a list at boot by
      pwrdm_register(), similar to the OMAP clock code.
      
      The patch adds a Kconfig option, CONFIG_OMAP_DEBUG_POWERDOMAIN, which
      when enabled will emit verbose debug messages via pr_debug().
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      
      
      
      ad67ef68
  6. 07 8月, 2008 1 次提交
  7. 03 7月, 2008 1 次提交
    • P
      ARM: OMAP2: Clock: Add OMAP3 DPLL autoidle functions · 542313cc
      Paul Walmsley 提交于
      This patch adds support for DPLL autoidle control to the OMAP3 clock
      framework.  These functions will be used by the noncore DPLL enable
      and disable code - this is because, according to the CDP code, the
      DPLL autoidle status must be saved and restored across DPLL
      lock/bypass/off transitions.
      
      N.B.: the CORE DPLL (DPLL3) has three autoidle mode options, rather
      than just two.  This code currently does not support the third option,
      low-power bypass autoidle.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      542313cc
  8. 15 4月, 2008 2 次提交