public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Tero Kristo <tero.kristo@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH 02/04] PM debug: do not print out status for meta powerdomains (dpll*)
Date: Wed, 29 Oct 2008 11:15:29 -0700	[thread overview]
Message-ID: <87vdvb8dz2.fsf@deeprootsystems.com> (raw)
In-Reply-To: <1225279884-30668-3-git-send-email-tero.kristo@nokia.com> (Tero Kristo's message of "Wed\, 29 Oct 2008 13\:31\:22 +0200")

Tero Kristo <tero.kristo@nokia.com> writes:

> Signed-off-by: Tero Kristo <tero.kristo@nokia.com>
> ---
>  arch/arm/mach-omap2/pm-debug.c |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c
> index c903c55..d21af83 100644
> --- a/arch/arm/mach-omap2/pm-debug.c
> +++ b/arch/arm/mach-omap2/pm-debug.c
> @@ -197,7 +197,8 @@ static int clkdm_dbg_show_counter(struct clockdomain *clkdm, void *user)
>  	struct seq_file *s = (struct seq_file *)user;
>  
>  	if (strcmp(clkdm->name, "emu_clkdm") == 0 ||
> -		strcmp(clkdm->name, "wkup_clkdm") == 0)
> +		strcmp(clkdm->name, "wkup_clkdm") == 0 ||
> +		strncmp(clkdm->name, "dpll", 4) == 0)
>  		return 0;
>  
>  	seq_printf(s, "%s->%s (%d)", clkdm->name,
> @@ -214,7 +215,8 @@ static int pwrdm_dbg_show_counter(struct powerdomain *pwrdm, void *user)
>  	int i;
>  
>  	if (strcmp(pwrdm->name, "emu_pwrdm") == 0 ||
> -		strcmp(pwrdm->name, "wkup_pwrdm") == 0)
> +		strcmp(pwrdm->name, "wkup_pwrdm") == 0 ||
> +		strncmp(pwrdm->name, "dpll", 4) == 0)
>  		return 0;
>  
>  	if (pwrdm->state != pwrdm_read_pwrst(pwrdm))
> -- 
> 1.5.4.3
>

Thanks, pulling into next PM branch.

Kevin

  parent reply	other threads:[~2008-10-29 18:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-29 11:31 [PATCH 00/04] PM OMAP3: Misc patches Tero Kristo
2008-10-29 11:31 ` [PATCH 01/04] Fix cpuidle off-modes to be controlled via sysfs Tero Kristo
2008-10-29 11:31   ` [PATCH 02/04] PM debug: do not print out status for meta powerdomains (dpll*) Tero Kristo
2008-10-29 11:31     ` [PATCH 03/04] PM counters: fix initialization race condition Tero Kristo
2008-10-29 11:31       ` [PATCH 04/04] PM debug: Add PRCM register dump support Tero Kristo
2008-10-29 18:18         ` Kevin Hilman
2008-10-29 18:16       ` [PATCH 03/04] PM counters: fix initialization race condition Kevin Hilman
2008-10-29 18:15     ` Kevin Hilman [this message]
2008-10-29 18:13   ` [PATCH 01/04] Fix cpuidle off-modes to be controlled via sysfs Kevin Hilman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vdvb8dz2.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=tero.kristo@nokia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox