git-clone from omapzoom.org failed.

2008-07-24 Thread stanley.miao
[EMAIL PROTECTED] ~]$ git clone http://git.omapzoom.org/repo/omapkernel Initialized empty Git repository in /folk/smiao/omapkernel/.git/ got dd06a28f41991f2f004f388fde3f7edea01c1c5b walk dd06a28f41991f2f004f388fde3f7edea01c1c5b got 6480cf6936cf32308a113adb9af0f8602b6223f0 walk 6480cf6936cf32308a113

Re: [PATCH 0/0] Power domain and clock domain patches for omap

2008-07-24 Thread David Brownell
On Monday 21 July 2008, Russell King - ARM Linux wrote: > On Wed, Jul 16, 2008 at 06:19:05PM +0300, Tony Lindgren wrote: > > I'm reposting the series to a wider audience as Russell King suspected that > > other archs may be interested in reviewing these too, or at least some > > parts of the code.

Re: OMAP3 SYS_OFF_MODE support

2008-07-24 Thread Peter 'p2' De Schrijver
On Thu, Jul 24, 2008 at 01:00:55PM +0530, ext Rangasamy, Devaraj wrote: > > > sr_configure_vc() configures following things, which is needed to scale > VDD1/VDD2 voltages while going RET/OFF during cpuidle. > > - Voltage controller config : i2c bus details,voltage range and cmd range. > - Initi

Re: [PATCH 0/3] Implement powerdomain off on state counters

2008-07-24 Thread Peter 'p2' De Schrijver
On Thu, Jul 24, 2008 at 04:00:31PM +0300, Peter 'p2' De Schrijver wrote: > This patchset implement counters to count the number of off to on state > transitions in a powerdomain. These counters will be made available to > drivers in a later patchset to allow them to make a better informed decision

[PATCH 3/3] Add hooks for counting off on power transitions

2008-07-24 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/clockdomain.c | 10 ++ arch/arm/mach-omap2/pm34xx.c |6 +- 2 files changed, 15 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/clockdomain.c b/arch/arm/mach-omap2/clockdomain

[PATCH 1/3] Power off on state counter debugging

2008-07-24 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/Makefile |2 +- arch/arm/mach-omap2/off-state-counter-debug.c | 50 + 2 files changed, 51 insertions(+), 1 deletions(-) create mode 100644 arch/arm/mach-omap2/off-sta

[PATCH 0/3] Implement powerdomain off on state counters

2008-07-24 Thread Peter 'p2' De Schrijver
This patchset implement counters to count the number of off to on state transitions in a powerdomain. These counters will be made available to drivers in a later patchset to allow them to make a better informed decision wether to restore the hardware registers or not. Peter 'p2' De Schrijver (3)

[PATCH 2/3] power off on state counter infrastructure

2008-07-24 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/powerdomain.c | 48 +- include/asm-arm/arch-omap/powerdomain.h |9 +- 2 files changed, 54 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/powerdomain.c b

RE: OMAP3 SYS_OFF_MODE support

2008-07-24 Thread Rangasamy, Devaraj
sr_configure_vc() configures following things, which is needed to scale VDD1/VDD2 voltages while going RET/OFF during cpuidle. - Voltage controller config : i2c bus details,voltage range and cmd range. - Initializing PRM_VC_CMD_VAL_0, PRM_VC_CMD_VAL_1 with ON/RET/OFF voltage levels - SYSOFF mod