public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-omap@vger.kernel.org,
	"Högander Jouni" <jouni.hogander@nokia.com>,
	"Stoppa Igor (Nokia-D/Helsinki)" <Igor.Stoppa@nokia.com>,
	"Kevin Hilman" <khilman@deeprootsystems.com>,
	"Sawant, Anand" <sawant@ti.com>,
	"Poussa Sakari" <sakari.poussa@nokia.com>
Subject: Re: [PATCH] OMAP3 powerdomains: remove RET from SGX power states list
Date: Wed, 5 Nov 2008 19:33:28 -0800	[thread overview]
Message-ID: <20081106033327.GQ21736@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.00.0811051152150.15612@utopia.booyaka.com>

* Paul Walmsley <paul@pwsan.com> [081105 11:39]:
> 
> The SGX device on OMAP3 does not support retention, so remove RET from the 
> list of possible SGX power states.  Problem debugged by Richard Woodruff 
> <r-woodruff2@ti.com>.

Pushing.

Tony

> Signed-off-by: Richard Woodruff <r-woodruff2@ti.com>
> Signed-off-by: Paul Walmsley <paul@pwsan.com>
> 
> diff --git a/arch/arm/mach-omap2/powerdomains34xx.h b/arch/arm/mach-omap2/powerdomains34xx.h
> index 446a1ed..edfad42 100644
> --- a/arch/arm/mach-omap2/powerdomains34xx.h
> +++ b/arch/arm/mach-omap2/powerdomains34xx.h
> @@ -255,6 +255,11 @@ static struct powerdomain dss_pwrdm = {
>  	},
>  };
>  
> +/*
> + * Although the 34XX TRM Rev K Table 4-371 notes that retention is a
> + * possible SGX powerstate, the SGX device itself does not support
> + * retention.
> + */
>  static struct powerdomain sgx_pwrdm = {
>  	.name		  = "sgx_pwrdm",
>  	.prcm_offs	  = OMAP3430ES2_SGX_MOD,
> @@ -262,7 +267,7 @@ static struct powerdomain sgx_pwrdm = {
>  	.wkdep_srcs	  = gfx_sgx_wkdeps,
>  	.sleepdep_srcs	  = cam_gfx_sleepdeps,
>  	/* XXX This is accurate for 3430 SGX, but what about GFX? */
> -	.pwrsts		  = PWRSTS_OFF_RET_ON,
> +	.pwrsts		  = PWRSTS_OFF_ON,
>  	.pwrsts_logic_ret = PWRDM_POWER_RET,
>  	.banks		  = 1,
>  	.pwrsts_mem_ret	  = {
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2008-11-06  3:33 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-05 19:39 [PATCH] OMAP3 powerdomains: remove RET from SGX power states list Paul Walmsley
2008-11-06  3:33 ` Tony Lindgren [this message]
2008-11-06 11:08   ` Paul Walmsley
2008-11-06 17:01     ` Tony Lindgren
2008-11-07 15:01     ` Högander Jouni
2008-11-10 14:45       ` Paul Walmsley
2008-11-11  7:55         ` Högander Jouni
2008-11-11 22:00           ` Kevin Hilman
2008-11-12  8:20             ` Högander Jouni
2008-11-14  8:38             ` [PATCH] OMAP3: PM: Check in set_pwrdm_state that target state is supported by pwrdm Jouni Hogander
2008-11-14 17:37               ` Paul Walmsley
2008-11-15  3:27                 ` Paul Walmsley
2008-11-17  8:18                   ` [PATCH] OMAP3: PM: Check in set_pwrdm_state that target state is supported by pwrdm v2 Jouni Hogander
2008-11-18 18:27                     ` Paul Walmsley
2008-11-18 23:55                       ` Kevin Hilman
2008-11-19 18:04                         ` Tony Lindgren
2008-11-12 19:07           ` [PATCH] OMAP3 powerdomains: remove RET from SGX power states list Paul Walmsley
2008-11-19 21:54             ` Steve Sakoman
2008-11-19 22:08               ` 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=20081106033327.GQ21736@atomide.com \
    --to=tony@atomide.com \
    --cc=Igor.Stoppa@nokia.com \
    --cc=jouni.hogander@nokia.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=sakari.poussa@nokia.com \
    --cc=sawant@ti.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