Merge branch 'omap-clock-upstream' of git://git.pwsan.com/linux-2.6 into for-next
authorTony Lindgren <tony@atomide.com>
Tue, 26 May 2009 21:41:35 +0000 (14:41 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 26 May 2009 21:41:35 +0000 (14:41 -0700)
1  2 
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/clock24xx.c
arch/arm/mach-omap2/clock34xx.c
arch/arm/plat-omap/sram.c

Simple merge
Simple merge
Simple merge
@@@ -343,14 -365,17 +352,15 @@@ static inline int omap243x_sram_init(vo
  static u32 (*_omap3_sram_configure_core_dpll)(u32 sdrc_rfr_ctrl,
                                              u32 sdrc_actim_ctrla,
                                              u32 sdrc_actim_ctrlb,
-                                             u32 m2);
+                                             u32 m2, u32 unlock_dll);
  u32 omap3_configure_core_dpll(u32 sdrc_rfr_ctrl, u32 sdrc_actim_ctrla,
-                             u32 sdrc_actim_ctrlb, u32 m2)
+                             u32 sdrc_actim_ctrlb, u32 m2, u32 unlock_dll)
  {
 -      if (!_omap3_sram_configure_core_dpll)
 -              omap_sram_error();
 -
 +      BUG_ON(!_omap3_sram_configure_core_dpll);
        return _omap3_sram_configure_core_dpll(sdrc_rfr_ctrl,
                                               sdrc_actim_ctrla,
-                                              sdrc_actim_ctrlb, m2);
+                                              sdrc_actim_ctrlb, m2,
+                                              unlock_dll);
  }
  
  /* REVISIT: Should this be same as omap34xx_sram_init() after off-idle? */