From: lkundrak@v3.sk (Lubomir Rintel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3 v5] mailbox: Enable BCM2835 mailbox support
Date: Tue, 28 Apr 2015 11:50:25 +0200 [thread overview]
Message-ID: <1430214625.3948.28.camel@v3.sk> (raw)
In-Reply-To: <CABb+yY2u_v1uSDrBgP2DRAOrDkXETfs_zmLACm=uRFALVYFjmA@mail.gmail.com>
On Tue, 2015-04-28 at 11:13 +0530, Jassi Brar wrote:
> On Tue, Apr 28, 2015 at 3:57 AM, Eric Anholt <eric@anholt.net> wrote:
> > From: Lubomir Rintel <lkundrak@v3.sk>
> >
> > Implement BCM2835 mailbox support as a device registered with the
> > general purpose mailbox framework. Implementation based on commits
> > by
> > Lubomir Rintel [1], Suman Anna and Jassi Brar [2] on which to base
> > the
> > implementation.
> >
> > [1] http://lists.infradead.org/pipermail/linux-rpi-kernel/2013
> > -April/000528.html
> > [2] http://lists.infradead.org/pipermail/linux-rpi-kernel/2013
> > -May/000546.html
> >
> We could probably drop the history from changelog. Just talk about
> what the controller is and any specifics of the driver.
>
> > Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> > Signed-off-by: Craig McGeachie <slapdau@yahoo.com.au>
> > Signed-off-by: Suman Anna <s-anna@ti.com>
> > Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
> >
>
> How come it has my s-o-b?
A good question. Seems like I've added it, but I can't really remember
or explain that:
http://lists.infradead.org/pipermail/linux-rpi-kernel/2014
-October/001006.html
It doesn't seem like I've squashed any commit with S-o-b by Jassi Brar
or Suman Anna in. Maybe I intended to add a Cc: and pasted in a S-o-b
by accident? I'm sorry for that.
Please remove the two.
Thank you,
Lubo
WARNING: multiple messages have this Message-ID (diff)
From: Lubomir Rintel <lkundrak@v3.sk>
To: Jassi Brar <jassisinghbrar@gmail.com>
Cc: Devicetree List <devicetree@vger.kernel.org>,
Craig McGeachie <slapdau@yahoo.com.au>,
Stephen Warren <swarren@wwwdotorg.org>,
Lee Jones <lee@kernel.org>, Eric Anholt <eric@anholt.net>,
linux-rpi-kernel@lists.infradead.org,
Lee Jones <lee.jones@linaro.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 2/3 v5] mailbox: Enable BCM2835 mailbox support
Date: Tue, 28 Apr 2015 11:50:25 +0200 [thread overview]
Message-ID: <1430214625.3948.28.camel@v3.sk> (raw)
In-Reply-To: <CABb+yY2u_v1uSDrBgP2DRAOrDkXETfs_zmLACm=uRFALVYFjmA@mail.gmail.com>
On Tue, 2015-04-28 at 11:13 +0530, Jassi Brar wrote:
> On Tue, Apr 28, 2015 at 3:57 AM, Eric Anholt <eric@anholt.net> wrote:
> > From: Lubomir Rintel <lkundrak@v3.sk>
> >
> > Implement BCM2835 mailbox support as a device registered with the
> > general purpose mailbox framework. Implementation based on commits
> > by
> > Lubomir Rintel [1], Suman Anna and Jassi Brar [2] on which to base
> > the
> > implementation.
> >
> > [1] http://lists.infradead.org/pipermail/linux-rpi-kernel/2013
> > -April/000528.html
> > [2] http://lists.infradead.org/pipermail/linux-rpi-kernel/2013
> > -May/000546.html
> >
> We could probably drop the history from changelog. Just talk about
> what the controller is and any specifics of the driver.
>
> > Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> > Signed-off-by: Craig McGeachie <slapdau@yahoo.com.au>
> > Signed-off-by: Suman Anna <s-anna@ti.com>
> > Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
> >
>
> How come it has my s-o-b?
A good question. Seems like I've added it, but I can't really remember
or explain that:
http://lists.infradead.org/pipermail/linux-rpi-kernel/2014
-October/001006.html
It doesn't seem like I've squashed any commit with S-o-b by Jassi Brar
or Suman Anna in. Maybe I intended to add a Cc: and pasted in a S-o-b
by accident? I'm sorry for that.
Please remove the two.
Thank you,
Lubo
next prev parent reply other threads:[~2015-04-28 9:50 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-27 22:27 [PATCH 0/3] BCM2835 core mailbox support Eric Anholt
2015-04-27 22:27 ` Eric Anholt
2015-04-27 22:27 ` [PATCH 1/3 v4] dt/bindings: Add binding for the BCM2835 mailbox driver Eric Anholt
2015-04-27 22:27 ` Eric Anholt
2015-04-28 5:21 ` Jassi Brar
2015-04-28 5:21 ` Jassi Brar
2015-04-28 20:44 ` [PATCH 1/3 v5] " Eric Anholt
2015-04-28 20:44 ` Eric Anholt
2015-04-29 1:30 ` Stephen Warren
2015-04-29 1:30 ` Stephen Warren
2015-04-29 16:39 ` Eric Anholt
2015-04-29 16:39 ` Eric Anholt
2015-04-29 23:41 ` Stephen Warren
2015-04-29 23:41 ` Stephen Warren
2015-04-30 4:53 ` Jassi Brar
2015-04-30 4:53 ` Jassi Brar
2015-04-27 22:27 ` [PATCH 2/3 v5] mailbox: Enable BCM2835 mailbox support Eric Anholt
2015-04-27 22:27 ` Eric Anholt
2015-04-28 5:43 ` Jassi Brar
2015-04-28 5:43 ` Jassi Brar
2015-04-28 9:50 ` Lubomir Rintel [this message]
2015-04-28 9:50 ` Lubomir Rintel
2015-04-28 19:49 ` Eric Anholt
2015-04-28 19:49 ` Eric Anholt
2015-04-29 2:07 ` Jassi Brar
2015-04-29 2:07 ` Jassi Brar
2015-04-29 17:05 ` Eric Anholt
2015-04-29 17:05 ` Eric Anholt
2015-04-28 20:54 ` [PATCH 2/3 v6] " Eric Anholt
2015-04-28 20:54 ` Eric Anholt
2015-04-29 1:39 ` Stephen Warren
2015-04-29 1:39 ` Stephen Warren
2015-04-29 17:09 ` [PATCH 2/3 v7] " Eric Anholt
2015-04-29 17:09 ` Eric Anholt
2015-04-30 5:26 ` Jassi Brar
2015-04-30 5:26 ` Jassi Brar
2015-05-01 3:01 ` Stephen Warren
2015-05-01 3:01 ` Stephen Warren
2015-05-05 2:18 ` Jassi Brar
2015-05-05 2:18 ` Jassi Brar
2015-05-05 0:57 ` Eric Anholt
2015-05-05 0:57 ` Eric Anholt
2015-05-05 2:30 ` Jassi Brar
2015-05-05 2:30 ` Jassi Brar
2015-05-05 19:32 ` Stephen Warren
2015-05-05 19:32 ` Stephen Warren
2015-04-27 22:27 ` [PATCH 3/3] ARM: bcm2835: Add the mailbox to the device tree Eric Anholt
2015-04-27 22:27 ` Eric Anholt
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=1430214625.3948.28.camel@v3.sk \
--to=lkundrak@v3.sk \
--cc=linux-arm-kernel@lists.infradead.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.