All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Olof Johansson <olof@lixom.net>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Loic Pallardy <loic.pallardy-ext@stericsson.com>,
	arm@kernel.org, Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Russell King <linux@arm.linux.org.uk>,
	Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>,
	Omar Ramirez Luna <omar.ramirez@copitl.com>,
	Loic PALLARDY <loic.pallardy@st.com>,
	Arnd Bergmann <arnd@arndb.de>, Ohad Ben-Cohen <ohad@wizery.com>,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	Dom Cobley <popcornmix@gmail.com>,
	Wim Van Sebroeck <wim@iguana.be>, Suman Anna <s-anna@ti.com>,
	Juan Gutierrez <jgutierrez@ti.com>,
	Felipe Contreras <felipe.contreras@nokia.com>,
	Tejun Heo <tj@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
	STEricsson_nomadik_linux <STEricsson_nomadik_linux@list.st.com>,
	Omar Ramirez Luna <omar.luna@linaro.org>
Subject: Re: [PATCH 0/9] drivers: mailbox: framework creation
Date: Thu, 20 Dec 2012 11:33:25 -0800	[thread overview]
Message-ID: <20121220193325.GH21056@atomide.com> (raw)
In-Reply-To: <CAOesGMh2uZC_9FzAxDVZqwe06OgqOrKjPgQi6wOJCt-SAmoHwg@mail.gmail.com>

* Olof Johansson <olof@lixom.net> [121220 11:22]:
> On Thu, Dec 20, 2012 at 10:28 AM, Tony Lindgren <tony@atomide.com> wrote:
> > * Linus Walleij <linus.walleij@linaro.org> [121220 10:19]:
> >> On Tue, Dec 18, 2012 at 2:10 PM, Loic Pallardy
> >> <loic.pallardy-ext@stericsson.com> wrote:
> >>
> >> > OMAP and ST-Ericsson platforms are both using mailbox to communicate
> >> > with some coprocessors.
> >> > Based on OMAP existing mailbox framework, this series proposes a
> >> > generic framework, living under drivers/mailbox.
> >>
> >> I like this patch series so you have my Acked-by.
> >>
> >> Since it's a new subsystem and affects a few ARM architectures can
> >> we merge this into the ARM SoC tree once we have consensus,
> >> so we get some rotation in linux-next that way?
> >
> > Yes good idea.
> >
> >> Olof/Arnd?
> >
> > I suggest we set up an immutable branch against
> > v3.8-rc1 when it's out with only these patches in it.
> > Then we can all merge it in as needed. Maybe Arnd or
> > Olof can set up the branch?
> 
> I haven't reviewed the patches yet, but this flow sounds reasonable to me.

OK cool.
 
> > FYI, looks like I need to merge in this branch too to
> > avoid build errors with remoteproc enabled once I flip
> > on the multiplatform support for omap2+.
> 
> While we can make the branch stable, would it make sense to make
> remoteproc for omap depend on !multiplatform during the transition, to
> reduce dependencies a little? Either way works, but it'd be nice to
> keep them independent if we can.

Yes I'll update the omap multiplat fixups patch I posted yesterday.
I noticed it only after running make randconfig for a while.

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 0/9] drivers: mailbox: framework creation
Date: Thu, 20 Dec 2012 11:33:25 -0800	[thread overview]
Message-ID: <20121220193325.GH21056@atomide.com> (raw)
In-Reply-To: <CAOesGMh2uZC_9FzAxDVZqwe06OgqOrKjPgQi6wOJCt-SAmoHwg@mail.gmail.com>

* Olof Johansson <olof@lixom.net> [121220 11:22]:
> On Thu, Dec 20, 2012 at 10:28 AM, Tony Lindgren <tony@atomide.com> wrote:
> > * Linus Walleij <linus.walleij@linaro.org> [121220 10:19]:
> >> On Tue, Dec 18, 2012 at 2:10 PM, Loic Pallardy
> >> <loic.pallardy-ext@stericsson.com> wrote:
> >>
> >> > OMAP and ST-Ericsson platforms are both using mailbox to communicate
> >> > with some coprocessors.
> >> > Based on OMAP existing mailbox framework, this series proposes a
> >> > generic framework, living under drivers/mailbox.
> >>
> >> I like this patch series so you have my Acked-by.
> >>
> >> Since it's a new subsystem and affects a few ARM architectures can
> >> we merge this into the ARM SoC tree once we have consensus,
> >> so we get some rotation in linux-next that way?
> >
> > Yes good idea.
> >
> >> Olof/Arnd?
> >
> > I suggest we set up an immutable branch against
> > v3.8-rc1 when it's out with only these patches in it.
> > Then we can all merge it in as needed. Maybe Arnd or
> > Olof can set up the branch?
> 
> I haven't reviewed the patches yet, but this flow sounds reasonable to me.

OK cool.
 
> > FYI, looks like I need to merge in this branch too to
> > avoid build errors with remoteproc enabled once I flip
> > on the multiplatform support for omap2+.
> 
> While we can make the branch stable, would it make sense to make
> remoteproc for omap depend on !multiplatform during the transition, to
> reduce dependencies a little? Either way works, but it'd be nice to
> keep them independent if we can.

Yes I'll update the omap multiplat fixups patch I posted yesterday.
I noticed it only after running make randconfig for a while.

Regards,

Tony

  reply	other threads:[~2012-12-20 19:33 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-18 13:10 [PATCH 0/9] drivers: mailbox: framework creation Loic Pallardy
2012-12-18 13:10 ` Loic Pallardy
2012-12-18 13:10 ` Loic Pallardy
2012-12-18 13:10 ` [PATCH 1/9] mailbox: OMAP: introduce mailbox framework Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 16:59   ` Tony Lindgren
2012-12-18 16:59     ` Tony Lindgren
2012-12-21  8:54     ` Loic PALLARDY
2012-12-21  8:54       ` Loic PALLARDY
2012-12-21  8:54       ` Loic PALLARDY
2012-12-21 10:49       ` Bedia, Vaibhav
2012-12-21 10:49         ` Bedia, Vaibhav
2012-12-21 10:49         ` Bedia, Vaibhav
2012-12-21 10:53         ` Loic PALLARDY
2012-12-21 10:53           ` Loic PALLARDY
2012-12-21 10:53           ` Loic PALLARDY
2013-01-09 12:11           ` Bedia, Vaibhav
2013-01-09 12:11             ` Bedia, Vaibhav
2013-01-09 12:11             ` Bedia, Vaibhav
2013-01-09 12:29             ` Loic PALLARDY
2013-01-09 12:29               ` Loic PALLARDY
2013-01-09 12:29               ` Loic PALLARDY
2013-01-09 12:34               ` Bedia, Vaibhav
2013-01-09 12:34                 ` Bedia, Vaibhav
2013-01-09 12:34                 ` Bedia, Vaibhav
2013-01-11 13:34               ` Omar Ramirez Luna
2013-01-11 13:34                 ` Omar Ramirez Luna
2013-01-11 13:34                 ` Omar Ramirez Luna
2012-12-18 13:10 ` [PATCH 2/9] mailbox: split internal header from API header Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10 ` [PATCH 3/9] mailbox: rename omap_mbox in mailbox Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-20 21:29   ` Ohad Ben-Cohen
2012-12-20 21:29     ` Ohad Ben-Cohen
2012-12-18 13:10 ` [PATCH 4/9] mailbox: create opened message type Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-21 10:28   ` Bedia, Vaibhav
2012-12-21 10:28     ` Bedia, Vaibhav
2012-12-21 10:28     ` Bedia, Vaibhav
2012-12-21 10:50     ` Loic PALLARDY
2012-12-21 10:50       ` Loic PALLARDY
2012-12-21 10:50       ` Loic PALLARDY
2012-12-18 13:10 ` [PATCH 5/9] mailbox: change protection mechanisms Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-21 10:28   ` Bedia, Vaibhav
2012-12-21 10:28     ` Bedia, Vaibhav
2012-12-21 10:28     ` Bedia, Vaibhav
2012-12-21 10:50     ` Loic PALLARDY
2012-12-21 10:50       ` Loic PALLARDY
2012-12-21 10:50       ` Loic PALLARDY
2012-12-18 13:10 ` [PATCH 6/9] mailbox: add shared memory mailbox type Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10 ` [PATCH 7/9] mailbox: add IRQF_NO_SUSPEND flag Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10 ` [PATCH 8/9] mailbox: add no_irq send message Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10 ` [PATCH 9/9] mailbox: create dbx500 mailbox driver Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-18 13:10   ` Loic Pallardy
2012-12-20 18:16 ` [PATCH 0/9] drivers: mailbox: framework creation Linus Walleij
2012-12-20 18:16   ` Linus Walleij
2012-12-20 18:28   ` Tony Lindgren
2012-12-20 18:28     ` Tony Lindgren
2012-12-20 19:19     ` Olof Johansson
2012-12-20 19:19       ` Olof Johansson
2012-12-20 19:33       ` Tony Lindgren [this message]
2012-12-20 19:33         ` Tony Lindgren
2012-12-21  7:31       ` Ohad Ben-Cohen
2012-12-21  7:31         ` Ohad Ben-Cohen
2012-12-21  7:31         ` Ohad Ben-Cohen
2012-12-21  8:52         ` Loic PALLARDY
2012-12-21  8:52           ` Loic PALLARDY
2012-12-21  8:52           ` Loic PALLARDY
2012-12-21 19:33           ` Omar Ramirez Luna
2012-12-21 19:33             ` Omar Ramirez Luna
2012-12-21 19:33             ` Omar Ramirez Luna
2012-12-24 15:17             ` Ohad Ben-Cohen
2012-12-24 15:17               ` Ohad Ben-Cohen
2012-12-24 15:17               ` Ohad Ben-Cohen

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=20121220193325.GH21056@atomide.com \
    --to=tony@atomide.com \
    --cc=STEricsson_nomadik_linux@list.st.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=felipe.contreras@nokia.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jgutierrez@ti.com \
    --cc=jkrzyszt@tis.icnet.pl \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=loic.pallardy-ext@stericsson.com \
    --cc=loic.pallardy@st.com \
    --cc=ohad@wizery.com \
    --cc=olof@lixom.net \
    --cc=omar.luna@linaro.org \
    --cc=omar.ramirez@copitl.com \
    --cc=popcornmix@gmail.com \
    --cc=s-anna@ti.com \
    --cc=tj@kernel.org \
    --cc=wim@iguana.be \
    /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.