1. 28 Sep, 2007 2 commits
    • Paul Walmsley's avatar
      omap2 clock: split out OMAP2/3 common defines, clksel rates · 926865d2
      Paul Walmsley authored
      This patch is a collection of minor clock code changes in preparation for
      the OMAP3 clock merge.  Specifically:
      
      * Since general-purpose timer and GFX module L3 clksel rates are common to
        OMAP2/3, hoist those into asm/arch/clock.h.
      
      * Since the CM_FCLKEN define is common to OMAP2/3, remove the OMAP24XX_
        prefix.
      
      * Designate the clock transaction code in clock.c as being OMAP2-specific.
      
      * Fix a potential null pointer dereference that could occur when debugging
        is enabled in omap2_init_clksel_parent().  Clocks with no initially-defined
        parent (as is possible for clksel clocks) will trigger an oops due to a
        buggy conditional.
      
      * Clean up omap2_wait_clock_ready().
      
      * Remove unused struct dpll_params auto_idle* fields.
      Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      926865d2
    • Paul Walmsley's avatar
      omap2 arch: fix CONTROL_DEVCONF addresses for OMAP3430 · e34c5653
      Paul Walmsley authored
      OMAP3430 has two CONTROL_DEVCONF addresses, CONTROL_DEVCONF0 and
      CONTROL_DEVCONF1; define them both.  Also, the existing address for
      CONTROL_DEVCONF0 was incorrect; fix it.
      Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      e34c5653
  2. 20 Sep, 2007 1 commit
  3. 19 Sep, 2007 37 commits