All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keerthy <a0393675@ti.com>
To: tony@atomide.com
Cc: t-kristo@ti.com, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux@arm.linux.org.uk
Subject: Re: [PATCH] ARM: OMAP: DRA7: hwmod: Make gpmc software supervised as the smart idle is broken
Date: Tue, 20 Jan 2015 11:53:37 +0530	[thread overview]
Message-ID: <54BDF469.3030907@ti.com> (raw)
In-Reply-To: <1421139085-27183-1-git-send-email-j-keerthy@ti.com>

Hi Tony,

On Tuesday 13 January 2015 02:21 PM, Keerthy wrote:
> This patch fixes: 'omap_hwmod: gpmc: _wait_target_disable failed'
> error during suspend.
>
> This is because smart idle is broken.
> Tested in dra7-evm D1 board.

Ping on this.

> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
>   arch/arm/mach-omap2/omap_hwmod_7xx_data.c |    3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
> index 9cdd8b8..29e55fe 100644
> --- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
> +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
> @@ -826,7 +826,8 @@ static struct omap_hwmod dra7xx_gpmc_hwmod = {
>   	.name		= "gpmc",
>   	.class		= &dra7xx_gpmc_hwmod_class,
>   	.clkdm_name	= "l3main1_clkdm",
> -	.flags		= HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET,
> +	.flags		= (HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET |
> +			   HWMOD_SWSUP_SIDLE),
>   	.main_clk	= "l3_iclk_div",
>   	.prcm = {
>   		.omap4 = {

Regards,
Keerthy

WARNING: multiple messages have this Message-ID (diff)
From: Keerthy <a0393675@ti.com>
To: <tony@atomide.com>
Cc: <t-kristo@ti.com>, <linux-omap@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <linux@arm.linux.org.uk>
Subject: Re: [PATCH] ARM: OMAP: DRA7: hwmod: Make gpmc software supervised as the smart idle is broken
Date: Tue, 20 Jan 2015 11:53:37 +0530	[thread overview]
Message-ID: <54BDF469.3030907@ti.com> (raw)
In-Reply-To: <1421139085-27183-1-git-send-email-j-keerthy@ti.com>

Hi Tony,

On Tuesday 13 January 2015 02:21 PM, Keerthy wrote:
> This patch fixes: 'omap_hwmod: gpmc: _wait_target_disable failed'
> error during suspend.
>
> This is because smart idle is broken.
> Tested in dra7-evm D1 board.

Ping on this.

> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
>   arch/arm/mach-omap2/omap_hwmod_7xx_data.c |    3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
> index 9cdd8b8..29e55fe 100644
> --- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
> +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
> @@ -826,7 +826,8 @@ static struct omap_hwmod dra7xx_gpmc_hwmod = {
>   	.name		= "gpmc",
>   	.class		= &dra7xx_gpmc_hwmod_class,
>   	.clkdm_name	= "l3main1_clkdm",
> -	.flags		= HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET,
> +	.flags		= (HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET |
> +			   HWMOD_SWSUP_SIDLE),
>   	.main_clk	= "l3_iclk_div",
>   	.prcm = {
>   		.omap4 = {

Regards,
Keerthy

  reply	other threads:[~2015-01-20  6:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-13  8:51 [PATCH] ARM: OMAP: DRA7: hwmod: Make gpmc software supervised as the smart idle is broken Keerthy
2015-01-13  8:51 ` Keerthy
2015-01-20  6:23 ` Keerthy [this message]
2015-01-20  6:23   ` Keerthy
2015-01-20  7:23   ` Paul Walmsley

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=54BDF469.3030907@ti.com \
    --to=a0393675@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=t-kristo@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.