All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Kevin Hilman <khilman@deeprootsystems.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] OMAP2: PM: fix fault in enter_full_retention()
Date: Mon, 15 Dec 2008 16:24:14 -0800	[thread overview]
Message-ID: <20081216002413.GH19551@atomide.com> (raw)
In-Reply-To: <1228550110-6675-1-git-send-email-khilman@deeprootsystems.com>

* Kevin Hilman <khilman@deeprootsystems.com> [081205 23:55]:
> In omap24xx_cpu_suspend assembly routine, the r2 register which holds
> the address of the SDRC_POWER reg is set to zero before the value is
> written back triggering a fault due to writing to address zero.
> 
> It's hard to tell where this change was introduced since this file
> has been moved and merged.

Pushing to l-o tree, and adding to omap-fixes queue for mainline.

> While this fix prevents a crash, suspend on my n810 is broken with
> current kernels.  I never come out of suspend.

Bummer.

Tony

> 
> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
> ---
>  arch/arm/mach-omap2/sleep24xx.S |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/sleep24xx.S b/arch/arm/mach-omap2/sleep24xx.S
> index 43336b9..bf9e961 100644
> --- a/arch/arm/mach-omap2/sleep24xx.S
> +++ b/arch/arm/mach-omap2/sleep24xx.S
> @@ -93,9 +93,8 @@ ENTRY(omap24xx_cpu_suspend)
>  	orr	r4, r4, #0x40		@ enable self refresh on idle req
>  	mov	r5, #0x2000		@ set delay (DPLL relock + DLL relock)
>  	str	r4, [r2]		@ make it so
> -	mov	r2, #0
>  	nop
> -	mcr	p15, 0, r2, c7, c0, 4	@ wait for interrupt
> +	mcr	p15, 0, r3, c7, c0, 4	@ wait for interrupt
>  	nop
>  loop:
>  	subs	r5, r5, #0x1		@ awake, wait just a bit
> -- 
> 1.6.0.3
> 
> --
> 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-12-16  0:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-06  7:55 [PATCH] OMAP2: PM: fix fault in enter_full_retention() Kevin Hilman
2008-12-16  0:24 ` Tony Lindgren [this message]

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=20081216002413.GH19551@atomide.com \
    --to=tony@atomide.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-omap@vger.kernel.org \
    /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.