mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Suman Anna <s-anna@ti.com>
To: Jassi Brar <jaswinder.singh@linaro.org>, Mark Brown <broonie@kernel.org>
Cc: Devicetree List <devicetree@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>,
	"ks.giri@samsung.com" <ks.giri@samsung.com>,
	Arnd Bergmann <arnd@arndb.de>,
	"ijc+devicetree@hellion.org.uk" <ijc+devicetree@hellion.org.uk>,
	Mark Rutland <mark.rutland@arm.com>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Courtney Cavin <courtney.cavin@sonymobile.com>,
	Matt Porter <mporter@linaro.org>,
	Craig McGeachie <slapdau@yahoo.com.au>,
	LeyFoon Tan <lftan.linux@gmail.com>,
	Loic Pallardy <loic.pallardy@st.com>,
	Ashwin Chaugule <ashwin.chaugule@linaro.org>,
	Bjorn Andersson <bjorn@kryo.se>,
	Patch Tracking <patches@linaro.org>,
	Mollie Wu <mollie.wu@linaro.org>,
	Tetsuya Takinishi <t.takinishi@jp.fujitsu.com>,
	Kevin Hilman <khilman@linaro.org>,
	Lee Jones <lee.jones@linaro.org>,
	Andy Green <andy.green@linaro.org>,
	Tony Lindgren <tony@atomide.com>
Subject: Re: [PATCHv10 0/4] Common Mailbox Framework
Date: Tue, 9 Sep 2014 11:23:54 -0500	[thread overview]
Message-ID: <540F299A.6030906@ti.com> (raw)
In-Reply-To: <CAJe_ZhcmEUDD3+xC2mBFnBm7uiMhibtHhBOMxVBhy700BTvYsA@mail.gmail.com>

Jassi,

On 08/02/2014 02:48 AM, Jassi Brar wrote:
> On 1 August 2014 23:56, Mark Brown <broonie@kernel.org> wrote:
>> On Fri, Aug 01, 2014 at 05:59:54PM +0530, Jassi Brar wrote:
>>> Hello,
>>>  Here's v10. Not much different from v9. The code and the generic
>>> bindings looked good enough to relevant gods, but the patchset still
>>> needs some formal loving in the form of Acked-by's.
>>>
>>> Changes since v9:
>>>  o Purely cosmetic changes - added headers and used BIT()
>>
>> Given that this code is now getting very stable can I suggest setting up
>> a git tree and making sure it's included in -next?  Just send Stephen a
>> mail with a pointer to the relevant tree and branch and ask him to add it.
>>
>> I'd say it's probably worth merging at this point though since it's not
>> been in -next yet and the merge window is likely to open this weekend it
>> might be a bit much to try to merge it this window.
>>
> Thanks, sounds good. Will do.

Is there anything pending on this series to make it into 3.18?

This is one of the dependencies for our AM335/AM437 PM suspend support,
so it would be great to see this in 3.18, so that we can target 3.19 for
the PM series.

regards
Suman



  reply	other threads:[~2014-09-09 16:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-01 12:29 Jassi Brar
2014-08-01 12:30 ` [PATCHv10 1/4] mailbox: rename pl320-ipc specific mailbox.h Jassi Brar
2014-08-01 18:27   ` Mark Brown
2014-08-01 12:31 ` [PATCHv10 2/4] mailbox: Introduce framework for mailbox Jassi Brar
2014-08-01 18:37   ` Mark Brown
2014-08-02  7:50     ` Jassi Brar
2014-09-22 18:01   ` Ashwin Chaugule
2014-09-22 18:15     ` Sudeep Holla
2014-09-22 18:33       ` Sudeep Holla
2014-09-24 16:14         ` Ashwin Chaugule
2014-09-26  0:57           ` Jassi Brar
2014-09-26 15:43             ` Ashwin Chaugule
2014-08-01 12:32 ` [PATCHv10 3/4] doc: add documentation for mailbox framework Jassi Brar
2014-08-01 12:32 ` [PATCHv10 4/4] dt: mailbox: add generic bindings Jassi Brar
2014-08-01 18:43   ` Mark Brown
2014-08-02  7:47     ` Jassi Brar
2014-08-04 14:40       ` Mark Brown
2014-08-01 18:26 ` [PATCHv10 0/4] Common Mailbox Framework Mark Brown
2014-08-02  7:48   ` Jassi Brar
2014-09-09 16:23     ` Suman Anna [this message]
2014-09-09 16:57       ` Mark Brown

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=540F299A.6030906@ti.com \
    --to=s-anna@ti.com \
    --cc=andy.green@linaro.org \
    --cc=arnd@arndb.de \
    --cc=ashwin.chaugule@linaro.org \
    --cc=bjorn@kryo.se \
    --cc=broonie@kernel.org \
    --cc=courtney.cavin@sonymobile.com \
    --cc=devicetree@vger.kernel.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=jaswinder.singh@linaro.org \
    --cc=khilman@linaro.org \
    --cc=ks.giri@samsung.com \
    --cc=lee.jones@linaro.org \
    --cc=lftan.linux@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=loic.pallardy@st.com \
    --cc=mark.rutland@arm.com \
    --cc=mollie.wu@linaro.org \
    --cc=mporter@linaro.org \
    --cc=patches@linaro.org \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=slapdau@yahoo.com.au \
    --cc=t.takinishi@jp.fujitsu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome