Re: [PATCH v2] OMAP3 clock: fix omap2_clk_wait_ready for OMAP3430ES2 DSS

2008-06-22 Thread Högander Jouni
Hello Paul, "ext Paul Walmsley" <[EMAIL PROTECTED]> writes: > Hi everyone, > > The previous version of this patch tried to wait for the SSI module > on OMAP3; this is now fixed; also, added some code cleanup. It should actually wait for SSI also. Read my comments below. > > - Paul > > >

Re: [PATCH 01/02] OMAP3 CPUidle driver

2008-06-22 Thread Högander Jouni
"ext Kevin Hilman" <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Högander Jouni) writes: > >> "ext Kevin Hilman" <[EMAIL PROTECTED]> writes: >> >>> "Rajendra Nayak" <[EMAIL PROTECTED]> writes: >>> > "Rajendra Nayak" <[EMAIL PROTECTED]> writes: > > > This patch adds the OMAP3 cpuidl

Re: [PATCH] ARM: OMAP3: Fix warnings in clock34xx.h

2008-06-22 Thread Paul Walmsley
On Sun, 22 Jun 2008, Dirk Behme wrote: > Fix warnings One other request while you're in there: could you please also convert the 0x0070 in: #define OMAP3430_PRM_CLKSRC_CTRL \ OMAP34XX_PRM_REGADDR(OMAP3430_GR_MOD, 0x0070) to #define OMAP3430_PRM_

Re: [PATCH] ARM: OMAP3: Fix warnings in clock34xx.h

2008-06-22 Thread Paul Walmsley
Hi Dirk, On Sun, 22 Jun 2008, Dirk Behme wrote: > Fix warnings Looks good, but one request: for consistency with the rest of the file, please use: .enable_reg = _OMAP34XX_PRM_REGADDR(OMAP3430ES2_USBHOST_MOD, PM_PWSTCTRL), in usbhost_sar_fck, rather than OMAP3430_USBHOST_MOD. - P

[PATCH v2] OMAP3 clock: fix omap2_clk_wait_ready for OMAP3430ES2 DSS

2008-06-22 Thread Paul Walmsley
Hi everyone, The previous version of this patch tried to wait for the SSI module on OMAP3; this is now fixed; also, added some code cleanup. - Paul On OMAP3430ES2, DSS has both an initiator standby CM_IDLEST bit, and a target idle CM_IDLEST bit. This is a departure from previous silicon

Re: [PATCH 19/21] ARM: OMAP: Introduce omap_globals and prcm access functions for multi-omap

2008-06-22 Thread Russell King - ARM Linux
On Tue, Jun 17, 2008 at 10:46:33AM +0300, Tony Lindgren wrote: > * Russell King - ARM Linux <[EMAIL PROTECTED]> [080614 12:09]: > > On Fri, Jun 06, 2008 at 06:30:51PM -0700, Tony Lindgren wrote: > > > @@ -51,7 +50,7 @@ u32 omap_ctrl_readl(u16 offset) > > > void omap_ctrl_writeb(u8 val, u16 offset)

Re: [PATCH 08/21] ARM: OMAP: SRAM: Move omap2 sram-fn.S to sram242x.S

2008-06-22 Thread Russell King - ARM Linux
On Tue, Jun 17, 2008 at 10:36:14AM +0300, Tony Lindgren wrote: > * Russell King - ARM Linux <[EMAIL PROTECTED]> [080614 11:06]: > > On Fri, Jun 06, 2008 at 06:30:40PM -0700, Tony Lindgren wrote: > > > This file will get split between sram242x.S and sram243x.S > > > in following patch. > > > > > >

Re: [PATCH 07/21] ARM: OMAP: SRAM: Move sram-fn.S from plat-omap to mach-omap1

2008-06-22 Thread Russell King - ARM Linux
On Tue, Jun 17, 2008 at 10:34:34AM +0300, Tony Lindgren wrote: > * Tony Lindgren <[EMAIL PROTECTED]> [080607 04:31]: > > This file is omap1 specific. > > Here's this patch updated with diff -M to show rename. Ok. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body

Re: [PATCH 06/21] ARM: OMAP: DMA: Clean-up code

2008-06-22 Thread Russell King - ARM Linux
On Tue, Jun 17, 2008 at 10:27:11AM +0300, Tony Lindgren wrote: > * Russell King - ARM Linux <[EMAIL PROTECTED]> [080614 11:13]: > > On Fri, Jun 06, 2008 at 06:30:38PM -0700, Tony Lindgren wrote: > > > @@ -431,8 +474,8 @@ struct omap_dma_channel_params { > > > > > > extern void omap_set_dma_prior

Re: [PATCH 05/21] ARM: OMAP: DMA: Remove __REG access

2008-06-22 Thread Russell King - ARM Linux
On Tue, Jun 17, 2008 at 10:22:51AM +0300, Tony Lindgren wrote: > Good catch, yes it can be static. Updated patch following. Ok. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/maj

Re: [PATCH 01/02] ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq

2008-06-22 Thread Russell King - ARM Linux
On Mon, Jun 16, 2008 at 12:59:41PM +0300, Tony Lindgren wrote: > * Russell King - ARM Linux <[EMAIL PROTECTED]> [080614 11:02]: > > On Fri, Jun 06, 2008 at 06:21:47PM -0700, Tony Lindgren wrote: > > > From: Jarkko Nikula <[EMAIL PROTECTED]> > > > > > > Channel should be marked active only when DMA

Re: [PATCH] OMAP3 clock: fix omap2_clk_wait_ready for OMAP3430ES2 DSS

2008-06-22 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 22 jun 2008, om 14:51 heeft Woodruff, Richard het volgende geschreven: PowerTOP version 1.10 (C) 2007 Intel Corporation CnAvg residency P-states (frequencies) C0 (cpu running)( 0.0%) C00.0

RE: [PATCH] OMAP3 clock: fix omap2_clk_wait_ready for OMAP3430ES2 DSS

2008-06-22 Thread Woodruff, Richard
> PowerTOP version 1.10 (C) 2007 Intel Corporation > > CnAvg residency P-states (frequencies) > C0 (cpu running)( 0.0%) > C00.0ms ( 0.0%) > C1 188.9ms (0.7%)* > C2 2036.1ms (8.0%)* > C3 23285.1ms (91.3%)* > >

[PATCH] ARM: OMAP3: Fix warnings in clock34xx.h

2008-06-22 Thread Dirk Behme
Fix warnings arch/arm/mach-omap2/clock34xx.h:178: warning: initialization makes pointer from integer without a cast arch/arm/mach-omap2/clock34xx.h:204: warning: initialization makes pointer from integer without a cast arch/arm/mach-omap2/clock34xx.h:229: warning: initialization makes pointer

Re: [PATCH] OMAP3 clock: fix omap2_clk_wait_ready for OMAP3430ES2 DSS

2008-06-22 Thread Dirk Behme
Paul Walmsley wrote: On OMAP3430ES2, DSS has both an initiator standby CM_IDLEST bit, and a target idle CM_IDLEST bit. This is a departure from previous silicon, which only had an initiator standby bit. This means we need to test the target idle bit after enabling dss1_alwon_fclk. Previous clo

DVFS, DPS and SLM on omap3

2008-06-22 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Does anyone know of patches floating around to do DVFS, DPS and SLM on omap3 with linux-omap git? regards, KOen -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Darwin) iD8DBQFIXi0NMkyGM64RGpERAp3aAJ9cwrvkq0BGdOBPrrM71JnHjecpOgCbBO7E Sk

Re: [PATCH] OMAP3 clock: fix omap2_clk_wait_ready for OMAP3430ES2 DSS

2008-06-22 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 21 jun 2008, om 19:05 heeft Paul Walmsley het volgende geschreven: On OMAP3430ES2, DSS has both an initiator standby CM_IDLEST bit, and a target idle CM_IDLEST bit. This is a departure from previous silicon, which only had an initiator standby