From: Keerthy <a0393675@ti.com>
To: Nishanth Menon <nm@ti.com>, Tony Lindgren <tony@atomide.com>
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: Re: [PATCH 0/3] ARM: OMAP2: Make suspend work again.
Date: Mon, 4 Apr 2016 11:17:24 +0530 [thread overview]
Message-ID: <5701FFEC.5020008@ti.com> (raw)
In-Reply-To: <1459551187-5992-1-git-send-email-nm@ti.com>
On Saturday 02 April 2016 04:23 AM, Nishanth Menon wrote:
> Hi,
> series of patches for fixing up attempt to suspend on X15
>
> Test: http://pastebin.ubuntu.com/15582436/
>
> Based on v4.6-rc1
>
> Also needs https://patchwork.kernel.org/patch/8724791/ if kernel
> modules are installed
Thanks for the series Nishanth.
I tested suspend/resume and used no_console_suspend and woke up using
uart on DRA7-EVM.
Tested-by: Keerthy <j-keerthy@ti.com>
>
> Nishanth Menon (3):
> ARM: OMAP: DRA7: wakeupgen: Skip SAR save for wakeupgen
> ARM: OMAP: DRA7: Provide proper class to omap2_set_globals_tap
> ARM: OMAP: Catch callers of revision information prior to it being
> populated
>
> arch/arm/mach-omap1/id.c | 1 +
> arch/arm/mach-omap2/id.c | 1 +
> arch/arm/mach-omap2/io.c | 3 ++-
> arch/arm/mach-omap2/omap-wakeupgen.c | 7 +++++++
> 4 files changed, 11 insertions(+), 1 deletion(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: a0393675@ti.com (Keerthy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: OMAP2: Make suspend work again.
Date: Mon, 4 Apr 2016 11:17:24 +0530 [thread overview]
Message-ID: <5701FFEC.5020008@ti.com> (raw)
In-Reply-To: <1459551187-5992-1-git-send-email-nm@ti.com>
On Saturday 02 April 2016 04:23 AM, Nishanth Menon wrote:
> Hi,
> series of patches for fixing up attempt to suspend on X15
>
> Test: http://pastebin.ubuntu.com/15582436/
>
> Based on v4.6-rc1
>
> Also needs https://patchwork.kernel.org/patch/8724791/ if kernel
> modules are installed
Thanks for the series Nishanth.
I tested suspend/resume and used no_console_suspend and woke up using
uart on DRA7-EVM.
Tested-by: Keerthy <j-keerthy@ti.com>
>
> Nishanth Menon (3):
> ARM: OMAP: DRA7: wakeupgen: Skip SAR save for wakeupgen
> ARM: OMAP: DRA7: Provide proper class to omap2_set_globals_tap
> ARM: OMAP: Catch callers of revision information prior to it being
> populated
>
> arch/arm/mach-omap1/id.c | 1 +
> arch/arm/mach-omap2/id.c | 1 +
> arch/arm/mach-omap2/io.c | 3 ++-
> arch/arm/mach-omap2/omap-wakeupgen.c | 7 +++++++
> 4 files changed, 11 insertions(+), 1 deletion(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: Keerthy <a0393675@ti.com>
To: Nishanth Menon <nm@ti.com>, Tony Lindgren <tony@atomide.com>
Cc: <linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-omap@vger.kernel.org>
Subject: Re: [PATCH 0/3] ARM: OMAP2: Make suspend work again.
Date: Mon, 4 Apr 2016 11:17:24 +0530 [thread overview]
Message-ID: <5701FFEC.5020008@ti.com> (raw)
In-Reply-To: <1459551187-5992-1-git-send-email-nm@ti.com>
On Saturday 02 April 2016 04:23 AM, Nishanth Menon wrote:
> Hi,
> series of patches for fixing up attempt to suspend on X15
>
> Test: http://pastebin.ubuntu.com/15582436/
>
> Based on v4.6-rc1
>
> Also needs https://patchwork.kernel.org/patch/8724791/ if kernel
> modules are installed
Thanks for the series Nishanth.
I tested suspend/resume and used no_console_suspend and woke up using
uart on DRA7-EVM.
Tested-by: Keerthy <j-keerthy@ti.com>
>
> Nishanth Menon (3):
> ARM: OMAP: DRA7: wakeupgen: Skip SAR save for wakeupgen
> ARM: OMAP: DRA7: Provide proper class to omap2_set_globals_tap
> ARM: OMAP: Catch callers of revision information prior to it being
> populated
>
> arch/arm/mach-omap1/id.c | 1 +
> arch/arm/mach-omap2/id.c | 1 +
> arch/arm/mach-omap2/io.c | 3 ++-
> arch/arm/mach-omap2/omap-wakeupgen.c | 7 +++++++
> 4 files changed, 11 insertions(+), 1 deletion(-)
>
next prev parent reply other threads:[~2016-04-04 5:47 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-01 22:53 [PATCH 0/3] ARM: OMAP2: Make suspend work again Nishanth Menon
2016-04-01 22:53 ` Nishanth Menon
2016-04-01 22:53 ` Nishanth Menon
2016-04-01 22:53 ` [PATCH 1/3] ARM: OMAP: DRA7: wakeupgen: Skip SAR save for wakeupgen Nishanth Menon
2016-04-01 22:53 ` Nishanth Menon
2016-04-01 22:53 ` Nishanth Menon
2016-04-01 22:53 ` [PATCH 2/3] ARM: OMAP: DRA7: Provide proper class to omap2_set_globals_tap Nishanth Menon
2016-04-01 22:53 ` Nishanth Menon
2016-04-01 22:53 ` Nishanth Menon
2016-04-01 22:53 ` [PATCH 3/3] ARM: OMAP: Catch callers of revision information prior to it being populated Nishanth Menon
2016-04-01 22:53 ` Nishanth Menon
2016-04-01 22:53 ` Nishanth Menon
2016-04-04 5:47 ` Keerthy [this message]
2016-04-04 5:47 ` [PATCH 0/3] ARM: OMAP2: Make suspend work again Keerthy
2016-04-04 5:47 ` Keerthy
2016-04-08 15:56 ` Tony Lindgren
2016-04-08 15:56 ` Tony Lindgren
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=5701FFEC.5020008@ti.com \
--to=a0393675@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=nm@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.