All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Kalle Jokiniemi <kalle.jokiniemi@digia.com>
Cc: tony@atomide.com, paul@pwsan.com, linux-omap@vger.kernel.org,
	nm@ti.com, r-woodruff2@ti.com,
	Kalle Jokiniemi <ext-kalle.jokiniemi@nokia.com>
Subject: Re: [PATCH] PM: Disable usb host HW save and restore
Date: Thu, 14 May 2009 10:10:21 -0700	[thread overview]
Message-ID: <87zldftxtu.fsf@deeprootsystems.com> (raw)
In-Reply-To: <1240484331-18722-1-git-send-email-kalle.jokiniemi@digia.com> (Kalle Jokiniemi's message of "Thu\, 23 Apr 2009 13\:58\:51 +0300")

Kalle Jokiniemi <kalle.jokiniemi@digia.com> writes:

> The hardware SAVEANDRESTORE mechanism seems to leave
> USB HOST power domain permanently into active state
> after one transition from off to active state.
> Disabling for now.
>
> Signed-off-by: Kalle Jokiniemi <ext-kalle.jokiniemi@nokia.com>

Thanks, pushing to PM branch.

Paul, will you incoporate this into your upstream queue as well?

Thanks,

Kevin

> ---
>  arch/arm/mach-omap2/powerdomains34xx.h |    8 +++++++-
>  1 files changed, 7 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/powerdomains34xx.h b/arch/arm/mach-omap2/powerdomains34xx.h
> index 4dcf94b..aa557b2 100644
> --- a/arch/arm/mach-omap2/powerdomains34xx.h
> +++ b/arch/arm/mach-omap2/powerdomains34xx.h
> @@ -338,7 +338,13 @@ static struct powerdomain usbhost_pwrdm = {
>  	.sleepdep_srcs	  = dss_per_usbhost_sleepdeps,
>  	.pwrsts		  = PWRSTS_OFF_RET_ON,
>  	.pwrsts_logic_ret = PWRDM_POWER_RET,
> -	.flags		  = PWRDM_HAS_HDWR_SAR, /* for USBHOST ctrlr only */
> +	/*
> +	 * REVISIT: Enabling usb host save and restore mechanism seems to
> +	 * leave the usb host domain permanently in ACTIVE mode after
> +	 * changing the usb host power domain state from OFF to active once.
> +	 * Disabling for now.
> +	 */
> +	/*.flags	  = PWRDM_HAS_HDWR_SAR,*/ /* for USBHOST ctrlr only */
>  	.banks		  = 1,
>  	.pwrsts_mem_ret	  = {
>  		[0] = PWRDM_POWER_RET, /* MEMRETSTATE */
> -- 
> 1.5.4.3

  reply	other threads:[~2009-05-14 17:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-23 10:58 [PATCH] PM: Disable usb host HW save and restore Kalle Jokiniemi
2009-05-14 17:10 ` Kevin Hilman [this message]
2009-05-14 17:40   ` Woodruff, Richard
2009-05-15  6:44     ` Kalle Jokiniemi
2009-05-15 11:47       ` Woodruff, Richard
2009-05-15 13:52         ` Kalle Jokiniemi
2009-06-05 13:06 ` Nayak, Rajendra

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=87zldftxtu.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=ext-kalle.jokiniemi@nokia.com \
    --cc=kalle.jokiniemi@digia.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=paul@pwsan.com \
    --cc=r-woodruff2@ti.com \
    --cc=tony@atomide.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.