Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1349579
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V2 1/2] Documentation: dt: mailbox: Add TI Message Manager |
| Date | 2016-03-03 22:10 +0100 |
| Message-ID | <r8IFs-4uo-25@gated-at.bofh.it> (permalink) |
| References | <r6z3z-1uq-1@gated-at.bofh.it> <r6z3z-1uq-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@ti.com> > --- > 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@kernel.org>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V2 0/2] mailbox: Introduce Texas Instrument's message manager driver Nishanth Menon <nm@ti.com> - 2016-02-26 23:30 +0100
[PATCH V2 1/2] Documentation: dt: mailbox: Add TI Message Manager Nishanth Menon <nm@ti.com> - 2016-02-26 23:30 +0100
Re: [PATCH V2 1/2] Documentation: dt: mailbox: Add TI Message Manager Rob Herring <robh@kernel.org> - 2016-03-03 22:10 +0100
[PATCH V2 2/2] mailbox: Introduce TI message manager driver Nishanth Menon <nm@ti.com> - 2016-02-26 23:30 +0100
Re: [PATCH V2 2/2] mailbox: Introduce TI message manager driver Jassi Brar <jassisinghbrar@gmail.com> - 2016-03-04 06:20 +0100
Re: [PATCH V2 2/2] mailbox: Introduce TI message manager driver Nishanth Menon <nm@ti.com> - 2016-03-04 14:10 +0100
Re: [PATCH V2 2/2] mailbox: Introduce TI message manager driver Jassi Brar <jassisinghbrar@gmail.com> - 2016-03-07 19:40 +0100
Re: [PATCH V2 2/2] mailbox: Introduce TI message manager driver Nishanth Menon <nm@ti.com> - 2016-03-07 20:20 +0100
Re: [PATCH V2 2/2] mailbox: Introduce TI message manager driver Jassi Brar <jassisinghbrar@gmail.com> - 2016-03-08 08:20 +0100
Re: [PATCH V2 2/2] mailbox: Introduce TI message manager driver Nishanth Menon <nm@ti.com> - 2016-03-08 15:40 +0100
Re: [PATCH V2 2/2] mailbox: Introduce TI message manager driver Jassi Brar <jassisinghbrar@gmail.com> - 2016-03-15 06:40 +0100
Re: [PATCH V2 2/2] mailbox: Introduce TI message manager driver Nishanth Menon <nm@ti.com> - 2016-03-15 18:10 +0100
Re: [PATCH V2 2/2] mailbox: Introduce TI message manager driver Jassi Brar <jassisinghbrar@gmail.com> - 2016-03-16 06:20 +0100
Re: [PATCH V2 2/2] mailbox: Introduce TI message manager driver Nishanth Menon <nm@ti.com> - 2016-03-17 01:40 +0100
csiph-web