From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757823AbcCCVJy (ORCPT ); Thu, 3 Mar 2016 16:09:54 -0500 Received: from mail.kernel.org ([198.145.29.136]:36294 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757605AbcCCVJw (ORCPT ); Thu, 3 Mar 2016 16:09:52 -0500 Date: Thu, 3 Mar 2016 15:09:47 -0600 From: Rob Herring To: Nishanth Menon Cc: Jassi Brar , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Santosh Shilimkar , fcooper@ti.com, s-anna@ti.com Subject: Re: [PATCH V2 1/2] Documentation: dt: mailbox: Add TI Message Manager Message-ID: <20160303210947.GA9057@rob-hp-laptop> References: <1456525452-30638-1-git-send-email-nm@ti.com> <1456525452-30638-2-git-send-email-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456525452-30638-2-git-send-email-nm@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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 > --- > 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