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 <n...@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 <r...@kernel.org>