All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sekhar Nori <nsekhar@ti.com>
To: Russ Dill <Russ.Dill@ti.com>
Cc: mans@mansr.com, "Emilio López" <emilio@elopez.com.ar>,
	"Shawn Guo" <shawn.guo@linaro.org>,
	"Grant Likely" <grant.likely@secretlab.ca>,
	"Philipp Zabel" <p.zabel@pengutronix.de>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"Linux ARM Kernel List" <linux-arm-kernel@lists.infradead.org>
Subject: Re: [RFC 0/4] Create infrastructure for running C code from SRAM.
Date: Fri, 6 Sep 2013 16:32:18 +0530	[thread overview]
Message-ID: <5229B63A.2040501@ti.com> (raw)
In-Reply-To: <CA+Bv8XaHonrpeNZ6tRCyqpMK1bzgpDTqvLyrsLWEyMY_ky6apQ@mail.gmail.com>

On Thursday 05 September 2013 03:17 AM, Russ Dill wrote:
> On Wed, Sep 4, 2013 at 12:52 PM, Emilio López <emilio@elopez.com.ar> wrote:

>> I'm interested in this, as I'll need something like it for suspend/resume on
>> sunxi. Unfortunately, I only got the cover letter on my email, and the web
>> lakml archives don't seem to have the rest either. After a bit of searching
>> on Google I found a copy on linux-omap[1], but it'd be great if I didn't
>> have to hunt for the patches :)
> 
> The mails to arm-kernel are "awaiting moderation".

That is because you have RFC in the subject line instead of PATCH RFC

Thanks,
Sekhar

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: nsekhar@ti.com (Sekhar Nori)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC 0/4] Create infrastructure for running C code from SRAM.
Date: Fri, 6 Sep 2013 16:32:18 +0530	[thread overview]
Message-ID: <5229B63A.2040501@ti.com> (raw)
In-Reply-To: <CA+Bv8XaHonrpeNZ6tRCyqpMK1bzgpDTqvLyrsLWEyMY_ky6apQ@mail.gmail.com>

On Thursday 05 September 2013 03:17 AM, Russ Dill wrote:
> On Wed, Sep 4, 2013 at 12:52 PM, Emilio L?pez <emilio@elopez.com.ar> wrote:

>> I'm interested in this, as I'll need something like it for suspend/resume on
>> sunxi. Unfortunately, I only got the cover letter on my email, and the web
>> lakml archives don't seem to have the rest either. After a bit of searching
>> on Google I found a copy on linux-omap[1], but it'd be great if I didn't
>> have to hunt for the patches :)
> 
> The mails to arm-kernel are "awaiting moderation".

That is because you have RFC in the subject line instead of PATCH RFC

Thanks,
Sekhar

  reply	other threads:[~2013-09-06 11:02 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-03 16:44 [RFC 0/4] Create infrastructure for running C code from SRAM Russ Dill
2013-09-03 16:44 ` Russ Dill
2013-09-03 16:44 ` [RFC 1/4] Misc: SRAM: Create helpers for loading C code into SRAM Russ Dill
2013-09-03 16:44 ` [RFC 2/4] ARM: SRAM: Add macro for generating SRAM resume trampoline Russ Dill
2013-09-03 16:44 ` [RFC 3/4] Misc: SRAM: Hack for allowing executable code in SRAM Russ Dill
2013-09-04 18:06   ` Tony Lindgren
2013-09-04 18:06     ` Tony Lindgren
2013-09-06 20:50     ` Russ Dill
2013-09-06 20:50       ` Russ Dill
2013-09-03 16:44 ` [RFC 4/4] ARM: AM33XX: Move suspend/resume assembly to C Russ Dill
2013-09-04 19:52 ` [RFC 0/4] Create infrastructure for running C code from SRAM Emilio López
2013-09-04 19:52   ` Emilio López
2013-09-04 21:47   ` Russ Dill
2013-09-04 21:47     ` Russ Dill
2013-09-06 11:02     ` Sekhar Nori [this message]
2013-09-06 11:02       ` Sekhar Nori
2013-09-06 11:14     ` Russell King - ARM Linux
2013-09-06 11:14       ` Russell King - ARM Linux
2013-09-06 16:40       ` Dave Martin
2013-09-06 16:40         ` Dave Martin
2013-09-06 18:50         ` Russ Dill
2013-09-06 18:50           ` Russ Dill
2013-09-07  8:57         ` Russell King - ARM Linux
2013-09-07  8:57           ` Russell King - ARM Linux
2013-09-06 18:40       ` Russ Dill
2013-09-06 18:40         ` Russ Dill
2013-09-06 11:12 ` Russell King - ARM Linux
2013-09-06 11:12   ` Russell King - ARM Linux
2013-09-06 16:19   ` Dave Martin
2013-09-06 16:19     ` Dave Martin
2013-09-06 19:42     ` Russ Dill
2013-09-06 19:42       ` Russ Dill
2013-09-06 19:32   ` Russ Dill
2013-09-06 19:32     ` Russ Dill
2013-09-07 16:21     ` Ard Biesheuvel
2013-09-07 16:21       ` Ard Biesheuvel
2013-09-09 23:10       ` Russ Dill
2013-09-09 23:10         ` Russ Dill

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=5229B63A.2040501@ti.com \
    --to=nsekhar@ti.com \
    --cc=Russ.Dill@ti.com \
    --cc=emilio@elopez.com.ar \
    --cc=grant.likely@secretlab.ca \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mans@mansr.com \
    --cc=p.zabel@pengutronix.de \
    --cc=shawn.guo@linaro.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.