All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Philip Avinash <avinashphilip@ti.com>
Cc: khilman@ti.com, afzal@ti.com, linux@arm.linux.org.uk,
	nsekhar@ti.com, linux-kernel@vger.kernel.org,
	gururaja.hebbar@ti.com, linux-mtd@lists.infradead.org,
	linux-omap@vger.kernel.org, dwmw2@infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/4] arch: arm: gpmc: gpmc migration support
Date: Fri, 1 Feb 2013 14:05:10 -0800	[thread overview]
Message-ID: <20130201220510.GY22517@atomide.com> (raw)
In-Reply-To: <1358933176-12409-2-git-send-email-avinashphilip@ti.com>

* Philip Avinash <avinashphilip@ti.com> [130123 01:28]:
> With recent GPMC driver conversion, usage of gpmc_save/restore_context
> can done from gpmc driver itself. Hence removes the usage from pm34xx.c.
> Also removes the conditional compilation primitives ARCH_OMAP3 for
> gpmc_save/restore_context.

Hmm I think this will break GPMC for deeper idle modes. Note that we
need to save and restore the context every time hitting off-idle, not
just for suspend and resume. Or am I missing something here?

Regards,

Tony

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Philip Avinash <avinashphilip@ti.com>
Cc: khilman@ti.com, linux@arm.linux.org.uk, dwmw2@infradead.org,
	afzal@ti.com, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org,
	nsekhar@ti.com, gururaja.hebbar@ti.com
Subject: Re: [PATCH 1/4] arch: arm: gpmc: gpmc migration support
Date: Fri, 1 Feb 2013 14:05:10 -0800	[thread overview]
Message-ID: <20130201220510.GY22517@atomide.com> (raw)
In-Reply-To: <1358933176-12409-2-git-send-email-avinashphilip@ti.com>

* Philip Avinash <avinashphilip@ti.com> [130123 01:28]:
> With recent GPMC driver conversion, usage of gpmc_save/restore_context
> can done from gpmc driver itself. Hence removes the usage from pm34xx.c.
> Also removes the conditional compilation primitives ARCH_OMAP3 for
> gpmc_save/restore_context.

Hmm I think this will break GPMC for deeper idle modes. Note that we
need to save and restore the context every time hitting off-idle, not
just for suspend and resume. Or am I missing something here?

Regards,

Tony

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] arch: arm: gpmc: gpmc migration support
Date: Fri, 1 Feb 2013 14:05:10 -0800	[thread overview]
Message-ID: <20130201220510.GY22517@atomide.com> (raw)
In-Reply-To: <1358933176-12409-2-git-send-email-avinashphilip@ti.com>

* Philip Avinash <avinashphilip@ti.com> [130123 01:28]:
> With recent GPMC driver conversion, usage of gpmc_save/restore_context
> can done from gpmc driver itself. Hence removes the usage from pm34xx.c.
> Also removes the conditional compilation primitives ARCH_OMAP3 for
> gpmc_save/restore_context.

Hmm I think this will break GPMC for deeper idle modes. Note that we
need to save and restore the context every time hitting off-idle, not
just for suspend and resume. Or am I missing something here?

Regards,

Tony

  reply	other threads:[~2013-02-01 22:05 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-23  9:26 [PATCH 0/4] LOW power sleep support for OMAP nand driver Philip Avinash
2013-01-23  9:26 ` Philip Avinash
2013-01-23  9:26 ` Philip Avinash
2013-01-23  9:26 ` Philip Avinash
2013-01-23  9:26 ` [PATCH 1/4] arch: arm: gpmc: gpmc migration support Philip Avinash
2013-01-23  9:26   ` Philip Avinash
2013-01-23  9:26   ` Philip Avinash
2013-01-23  9:26   ` Philip Avinash
2013-02-01 22:05   ` Tony Lindgren [this message]
2013-02-01 22:05     ` Tony Lindgren
2013-02-01 22:05     ` Tony Lindgren
2013-02-06 11:38     ` Philip, Avinash
2013-02-06 11:38       ` Philip, Avinash
2013-02-06 11:38       ` Philip, Avinash
2013-01-23  9:45 ` [PATCH 2/4] mtd: devices: elm: Low power transition support Philip Avinash
2013-01-23  9:45   ` Philip Avinash
2013-01-23  9:45   ` Philip Avinash
2013-01-23  9:45   ` Philip Avinash
2013-01-23  9:45 ` [PATCH 3/4] arm: gpmc: " Philip Avinash
2013-01-23  9:45   ` Philip Avinash
2013-01-23  9:45   ` Philip Avinash
2013-01-23  9:45   ` Philip Avinash
2013-01-23  9:45 ` [PATCH 4/4] mtd: nand: omap2: " Philip Avinash
2013-01-23  9:45   ` Philip Avinash
2013-01-23  9:45   ` Philip Avinash
2013-01-23  9:45   ` Philip Avinash

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=20130201220510.GY22517@atomide.com \
    --to=tony@atomide.com \
    --cc=afzal@ti.com \
    --cc=avinashphilip@ti.com \
    --cc=dwmw2@infradead.org \
    --cc=gururaja.hebbar@ti.com \
    --cc=khilman@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=nsekhar@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 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.