public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
Cc: Jassi Brar
	<jassisinghbrar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Santosh Shilimkar
	<ssantosh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	fcooper-l0cyMroinI0@public.gmane.org,
	s-anna-l0cyMroinI0@public.gmane.org
Subject: Re: [PATCH V2 1/2] Documentation: dt: mailbox: Add TI Message Manager
Date: Thu, 3 Mar 2016 15:09:47 -0600	[thread overview]
Message-ID: <20160303210947.GA9057@rob-hp-laptop> (raw)
In-Reply-To: <1456525452-30638-2-git-send-email-nm-l0cyMroinI0@public.gmane.org>

On Fri, Feb 26, 2016 at 04:24:11PM -0600, Nishanth Menon wrote:
> Message Manager is a hardware block used to communicate with various
> processor systems within certain Texas Instrument's Keystone
> generation SoCs.
> 
> This hardware engine is used to transfer messages from various compute
> entities(or processors) within the SoC. It is designed to be self
> contained without needing software initialization for operation.
> 
> Signed-off-by: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
> ---
> Changes in V2: major refactor of binding - Thanks for all the review from Rob and Jassi
> 	- Generic compatible property is dropped
> 	- no more child nodes, instead interrupt information is provided as part
> 	  of the the message manager node it self - part of data moved into
> 	  driver based on compatible property.
> 	- mbox-cells is 2 (passes queue_id and proxy_id) -added elaboration as well
> 	- change in interrupt names
> 
> V1: https://patchwork.kernel.org/patch/8237111/
> 
>  .../bindings/mailbox/ti,message-manager.txt        | 50 ++++++++++++++++++++++
>  1 file changed, 50 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/mailbox/ti,message-manager.txt

Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-03-03 21:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-26 22:24 [PATCH V2 0/2] mailbox: Introduce Texas Instrument's message manager driver Nishanth Menon
2016-02-26 22:24 ` [PATCH V2 1/2] Documentation: dt: mailbox: Add TI Message Manager Nishanth Menon
     [not found]   ` <1456525452-30638-2-git-send-email-nm-l0cyMroinI0@public.gmane.org>
2016-03-03 21:09     ` Rob Herring [this message]
2016-02-26 22:24 ` [PATCH V2 2/2] mailbox: Introduce TI message manager driver Nishanth Menon
2016-03-04  5:18   ` Jassi Brar
2016-03-04 13:05     ` Nishanth Menon
     [not found]       ` <56D987FF.1040607-l0cyMroinI0@public.gmane.org>
2016-03-07 18:31         ` Jassi Brar
2016-03-07 19:18           ` Nishanth Menon
     [not found]             ` <56DDD41E.2050409-l0cyMroinI0@public.gmane.org>
2016-03-08  7:10               ` Jassi Brar
     [not found]                 ` <CABb+yY2A35=uG9dk_VHVHbEBUsguw6414KeyQJxxp-Jnsq-0dw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-08 14:37                   ` Nishanth Menon
     [not found]                     ` <CAGo_u6pHLDhqoHD-V9xKbKkr6-NpdH+vTUufXQGvoMK7C-yj9Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-15  5:31                       ` Jassi Brar
     [not found]                         ` <CABb+yY3ZqM1Do5TdYCU_MGzk0dottaASo3qCdeKJ6TbGf2D8+Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-15 17:05                           ` Nishanth Menon
2016-03-16  5:16                             ` Jassi Brar
     [not found]                               ` <CABb+yY1S52aK63coeNuiH+Ca8GERq=ukCPFidcitUEMhHVdsyg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-17  0:29                                 ` Nishanth Menon

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=20160303210947.GA9057@rob-hp-laptop \
    --to=robh-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=fcooper-l0cyMroinI0@public.gmane.org \
    --cc=jassisinghbrar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=nm-l0cyMroinI0@public.gmane.org \
    --cc=s-anna-l0cyMroinI0@public.gmane.org \
    --cc=ssantosh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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