public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Matt Porter <mporter@linaro.org>
To: Jassi Brar <jaswinder.singh@linaro.org>
Cc: linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org,
	s-anna@ti.com, loic.pallardy@st.com, lftan.linux@gmail.com,
	slapdau@yahoo.com.au, courtney.cavin@sonymobile.com,
	robherring2@gmail.com, arnd@arndb.de, joshc@codeaurora.org,
	linus.walleij@linaro.org, galak@codeaurora.org,
	ks.giri@samsung.com, patches@linaro.org, bjorn@kryo.se
Subject: Re: [PATCHv6 2/3] mailbox: Introduce framework for mailbox
Date: Thu, 5 Jun 2014 06:51:27 -0400	[thread overview]
Message-ID: <20140605105127.GB32082@beef> (raw)
In-Reply-To: <1401733885-5896-1-git-send-email-jaswinder.singh@linaro.org>

On Tue, Jun 03, 2014 at 12:01:24AM +0530, Jassi Brar wrote:
> Introduce common framework for client/protocol drivers and
> controller drivers of Inter-Processor-Communication (IPC).
> 
> Client driver developers should have a look at
>  include/linux/mailbox_client.h to understand the part of
> the API exposed to client drivers.
> Similarly controller driver developers should have a look
> at include/linux/mailbox_controller.h
> 
> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
> ---
>  .../devicetree/bindings/mailbox/mailbox.txt        |  33 ++
>  drivers/mailbox/Makefile                           |   4 +
>  drivers/mailbox/mailbox.c                          | 487 +++++++++++++++++++++
>  include/linux/mailbox_client.h                     |  45 ++
>  include/linux/mailbox_controller.h                 | 121 +++++

Could you please include all the DT maintainers here? It's a generic
binding that needs wider review and an ack. The binding should be
separated as noted below.

>From Documentations/devicetree/bindings/submitting-patches.txt:

I. For patch submitters

  0) Normal patch submission rules from Documentation/SubmittingPatches
     applies.

  1) The Documentation/ portion of the patch should be a separate patch.

  2) Submit the entire series to the devicetree mailinglist at

       devicetree@vger.kernel.org

-Matt

  parent reply	other threads:[~2014-06-05 10:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-02 18:24 [PATCHv6 0/3] Common Mailbox Framework Jassi Brar
2014-06-02 18:30 ` [PATCHv6 1/3] mailbox: rename pl320-ipc specific mailbox.h Jassi Brar
2014-06-02 18:31 ` [PATCHv6 2/3] mailbox: Introduce framework for mailbox Jassi Brar
2014-06-04 13:04   ` Jassi Brar
2014-06-05 10:51   ` Matt Porter [this message]
2014-06-05 11:52     ` Jassi Brar
2014-06-02 18:32 ` [PATCHv6 3/3] mailbox: Fix deleteing poll timer Jassi Brar

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=20140605105127.GB32082@beef \
    --to=mporter@linaro.org \
    --cc=arnd@arndb.de \
    --cc=bjorn@kryo.se \
    --cc=courtney.cavin@sonymobile.com \
    --cc=galak@codeaurora.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jaswinder.singh@linaro.org \
    --cc=joshc@codeaurora.org \
    --cc=ks.giri@samsung.com \
    --cc=lftan.linux@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=loic.pallardy@st.com \
    --cc=patches@linaro.org \
    --cc=robherring2@gmail.com \
    --cc=s-anna@ti.com \
    --cc=slapdau@yahoo.com.au \
    /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