All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Cc: linux-arm-kernel@lists.infradead.org, Yoshiya.Hirase@nokia.com,
	khilman@deeprootsystems.com, linux-omap@vger.kernel.org,
	teerth@ti.com, linux-pm@lists.linux-foundation.org
Subject: Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support
Date: Thu, 15 Jul 2010 07:56:11 +0200	[thread overview]
Message-ID: <201007150756.11817.marek.vasut@gmail.com> (raw)
In-Reply-To: <20100715.083931.226798141.Hiroshi.DOYU@nokia.com>

Dne Čt 15. července 2010 07:39:31 Hiroshi DOYU napsal(a):
> From: ext Marek Vasut <marek.vasut@gmail.com>
> Subject: Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support
> Date: Thu, 15 Jul 2010 06:48:50 +0200
> 
> > Dne St 30. června 2010 16:28:01 Hiroshi DOYU napsal(a):
> >> From: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
> >> 
> >> Hibernation (a.k.a: Suspend-To-Disk) support for ARM
> >> 
> >> Based on the original work from Romit and Raghu at TI. The original
> >> patch(*1) was sent to LOML by Teerth Reddy <teerth@ti.com>
> >> 
> >> *1: https://patchwork.kernel.org/patch/96442/
> >> 
> >> Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
> > 
> > Hey, can this also run on pre-v7 arms ? Or is there something I missed
> > that'd make that impossible?
> 
> What I verified is with OMAP3(Cortex A8) based board.
> 
> cp15 part has to be modified, but it might work without this part itself, I
> guess.

I see ... do I need any special support on the bootloader or userland side ?

Sorry for stupid questions :)
--
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

WARNING: multiple messages have this Message-ID (diff)
From: marek.vasut@gmail.com (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC][PATCH 1/1] ARM: Add initial hibernation support
Date: Thu, 15 Jul 2010 07:56:11 +0200	[thread overview]
Message-ID: <201007150756.11817.marek.vasut@gmail.com> (raw)
In-Reply-To: <20100715.083931.226798141.Hiroshi.DOYU@nokia.com>

Dne ?t 15. ?ervence 2010 07:39:31 Hiroshi DOYU napsal(a):
> From: ext Marek Vasut <marek.vasut@gmail.com>
> Subject: Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support
> Date: Thu, 15 Jul 2010 06:48:50 +0200
> 
> > Dne St 30. ?ervna 2010 16:28:01 Hiroshi DOYU napsal(a):
> >> From: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
> >> 
> >> Hibernation (a.k.a: Suspend-To-Disk) support for ARM
> >> 
> >> Based on the original work from Romit and Raghu at TI. The original
> >> patch(*1) was sent to LOML by Teerth Reddy <teerth@ti.com>
> >> 
> >> *1: https://patchwork.kernel.org/patch/96442/
> >> 
> >> Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
> > 
> > Hey, can this also run on pre-v7 arms ? Or is there something I missed
> > that'd make that impossible?
> 
> What I verified is with OMAP3(Cortex A8) based board.
> 
> cp15 part has to be modified, but it might work without this part itself, I
> guess.

I see ... do I need any special support on the bootloader or userland side ?

Sorry for stupid questions :)

  reply	other threads:[~2010-07-15  5:56 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-30 14:28 [RFC][PATCH 0/1] ARM: Add initial hibernation support Hiroshi DOYU
2010-06-30 14:28 ` Hiroshi DOYU
2010-06-30 14:28 ` [RFC][PATCH 1/1] " Hiroshi DOYU
2010-06-30 14:28   ` Hiroshi DOYU
2010-07-14 13:22   ` Pavel Machek
2010-07-14 13:22   ` Pavel Machek
2010-07-14 13:22     ` Pavel Machek
2010-07-15  5:34     ` Hiroshi DOYU
2010-07-15  5:34       ` Hiroshi DOYU
2010-07-15  8:41       ` Russell King - ARM Linux
2010-07-15  8:41         ` Russell King - ARM Linux
2010-07-15  9:08         ` Hiroshi DOYU
2010-07-15  9:08         ` Hiroshi DOYU
2010-07-15  9:08           ` Hiroshi DOYU
2010-07-16  7:52           ` Russell King - ARM Linux
2010-07-16  7:52           ` Russell King - ARM Linux
2010-07-16  7:52             ` Russell King - ARM Linux
2010-07-16  8:48             ` Shilimkar, Santosh
2010-07-16  8:48             ` Shilimkar, Santosh
2010-07-16  8:48               ` Shilimkar, Santosh
2010-07-16  9:18               ` Hiroshi DOYU
2010-07-16  9:18               ` Hiroshi DOYU
2010-07-16  9:18                 ` Hiroshi DOYU
2010-07-16  9:10             ` Hiroshi DOYU
2010-07-16  9:10               ` Hiroshi DOYU
2010-08-30 22:23               ` Kevin Hilman
2010-08-30 22:23                 ` Kevin Hilman
2010-08-30 22:23               ` Kevin Hilman
2010-07-16  9:10             ` Hiroshi DOYU
2010-07-15  8:41       ` Russell King - ARM Linux
2010-07-15  5:34     ` Hiroshi DOYU
2010-07-15  4:48   ` Marek Vasut
2010-07-15  4:48     ` Marek Vasut
2010-07-15  5:39     ` Hiroshi DOYU
2010-07-15  5:39       ` Hiroshi DOYU
2010-07-15  5:56       ` Marek Vasut [this message]
2010-07-15  5:56         ` Marek Vasut
2010-07-15  6:00         ` Hiroshi DOYU
2010-07-15  6:00         ` Hiroshi DOYU
2010-07-15  6:00           ` Hiroshi DOYU
2010-07-15  6:04           ` Marek Vasut
2010-07-15  6:04           ` Marek Vasut
2010-07-15  6:04             ` Marek Vasut
2010-07-17 13:51             ` Marek Vasut
2010-07-17 13:51             ` Marek Vasut
2010-07-17 13:51               ` Marek Vasut
     [not found]             ` <4CD00106.8000001@panicking.kicks-ass.org>
2010-11-02 15:09               ` Marek Vasut
2010-07-15  5:56       ` Marek Vasut
2010-07-15  5:39     ` Hiroshi DOYU
2010-07-15  4:48   ` Marek Vasut
2010-11-26  7:39   ` MyungJoo Ham
2010-11-26  7:39     ` MyungJoo Ham
2010-11-26  7:39   ` MyungJoo Ham
2010-06-30 14:28 ` Hiroshi DOYU

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=201007150756.11817.marek.vasut@gmail.com \
    --to=marek.vasut@gmail.com \
    --cc=Hiroshi.DOYU@nokia.com \
    --cc=Yoshiya.Hirase@nokia.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pm@lists.linux-foundation.org \
    --cc=teerth@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.