1. 21 5月, 2010 1 次提交
    • P
      OMAP3 PRCM: convert OMAP3 PRCM macros to the _SHIFT/_MASK suffixes · 2bc4ef71
      Paul Walmsley 提交于
      Fix all of the remaining OMAP3 PRCM register shift/bitmask macros that
      did not use the _SHIFT/_MASK suffixes to use them.  This makes the use
      of these macros consistent.  It is intended to reduce error, as code
      can be inspected visually by reviewers to ensure that bitshifts and
      bitmasks are used in the appropriate places.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Cc: Kevin Hilman <khilman@deeprootsystems.com>
      2bc4ef71
  2. 25 2月, 2010 6 次提交
  3. 29 5月, 2009 1 次提交
  4. 09 2月, 2009 5 次提交
  5. 19 8月, 2008 1 次提交
  6. 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
  7. 10 5月, 2008 1 次提交
  8. 15 4月, 2008 2 次提交