From: Suman Anna <s-anna@ti.com>
To: Jassi Brar <jaswinder.singh@linaro.org>, <torvalds@linux-foundation.org>
Cc: Ashwin Chaugule <ashwin.chaugule@linaro.org>,
"ks.giri@samsung.com" <ks.giri@samsung.com>,
Arnd Bergmann <arnd@arndb.de>, Matt Porter <mporter@linaro.org>,
LeyFoon Tan <lftan.linux@gmail.com>,
Bjorn Andersson <bjorn@kryo.se>, Mark Brown <broonie@linaro.org>,
Kevin Hilman <khilman@linaro.org>,
Andy Green <andy.green@linaro.org>,
Grant Likely <grant.likely@linaro.org>,
Andrew Bresticker <abrestic@chromium.org>,
Sudeep Holla <sudeep.holla@arm.com>,
"Ira W. Snyder" <iws@ovro.caltech.edu>,
Alexandre Torgue <alexandre.torgue@gmail.com>,
lkml <linux-kernel@vger.kernel.org>
Subject: Re: [GIT PULL] New Mailbox framework for 3.18
Date: Wed, 8 Oct 2014 18:23:42 -0500 [thread overview]
Message-ID: <5435C77E.5030104@ti.com> (raw)
In-Reply-To: <CAJe_Zhf73TXxAjBq_cCJB_oBC1Ff_ErN7TP4HsO-_BzhiPZkGQ@mail.gmail.com>
On 10/08/2014 12:39 AM, Jassi Brar wrote:
> Hi Linus,
>
> A framework for Mailbox controllers and clients have been cooking for
> more than a year now. Everybody in the CC list had been copied on
> patchset revisions and most of them have made sounds of approval,
> though just one concrete Reviewed-by. The patchset has also been in
> linux-next for a couple of weeks now and no conflict has been
> reported. The framework has the backing of at least 5 platforms,
> though I can't say if/when they upstream their drivers (some
> businesses have 'changed').
Thanks Jassi. OMAP is ready, and because of merge order dependencies is
held back. We should be able to have the framework adaptation merged on
the next kernel version once this is in.
regards
Suman
>
>
> The following changes since commit 9a50aaefc1b896e734bf7faf3d085f71a360ce97:
>
> Merge tag 'scsi-for-linus' of
> git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2014-10-07
> 21:29:18 -0400)
>
> are available in the git repository at:
>
>
> git://git.linaro.org/landing-teams/working/fujitsu/integration.git
> mailbox-for-linus
>
> for you to fetch changes up to 9f3e3cacb2ffdefe28c7cf490bf543e4dcb2770a:
>
> dt: mailbox: add generic bindings (2014-10-08 10:39:42 +0530)
>
> ----------------------------------------------------------------
> Jassi Brar (3):
> mailbox: Introduce framework for mailbox
> doc: add documentation for mailbox framework
> dt: mailbox: add generic bindings
>
> Suman Anna (1):
> mailbox: rename pl320-ipc specific mailbox.h
>
> .../devicetree/bindings/mailbox/mailbox.txt | 38 ++
> Documentation/mailbox.txt | 122 ++++++
> MAINTAINERS | 8 +
> arch/arm/mach-highbank/highbank.c | 2 +-
> drivers/cpufreq/highbank-cpufreq.c | 2 +-
> drivers/mailbox/Makefile | 4 +
> drivers/mailbox/mailbox.c | 465 +++++++++++++++++++++
> drivers/mailbox/pl320-ipc.c | 2 +-
> include/linux/mailbox_client.h | 46 ++
> include/linux/mailbox_controller.h | 133 ++++++
> include/linux/{mailbox.h => pl320-ipc.h} | 0
> 11 files changed, 819 insertions(+), 3 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/mailbox/mailbox.txt
> create mode 100644 Documentation/mailbox.txt
> create mode 100644 drivers/mailbox/mailbox.c
> create mode 100644 include/linux/mailbox_client.h
> create mode 100644 include/linux/mailbox_controller.h
> rename include/linux/{mailbox.h => pl320-ipc.h} (100%)
>
>
next prev parent reply other threads:[~2014-10-08 23:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-08 5:39 [GIT PULL] New Mailbox framework for 3.18 Jassi Brar
2014-10-08 23:23 ` Suman Anna [this message]
2014-10-20 9:53 ` Jassi Brar
2014-10-21 7:43 ` Arnd Bergmann
2014-10-21 9:10 ` Jassi Brar
2014-10-21 16:25 ` Suman Anna
2014-10-21 18:20 ` Linus Torvalds
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=5435C77E.5030104@ti.com \
--to=s-anna@ti.com \
--cc=abrestic@chromium.org \
--cc=alexandre.torgue@gmail.com \
--cc=andy.green@linaro.org \
--cc=arnd@arndb.de \
--cc=ashwin.chaugule@linaro.org \
--cc=bjorn@kryo.se \
--cc=broonie@linaro.org \
--cc=grant.likely@linaro.org \
--cc=iws@ovro.caltech.edu \
--cc=jaswinder.singh@linaro.org \
--cc=khilman@linaro.org \
--cc=ks.giri@samsung.com \
--cc=lftan.linux@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mporter@linaro.org \
--cc=sudeep.holla@arm.com \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox