From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752536AbdF3KYj (ORCPT ); Fri, 30 Jun 2017 06:24:39 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:40440 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752475AbdF3KYK (ORCPT ); Fri, 30 Jun 2017 06:24:10 -0400 From: Sudeep Holla Subject: Re: [PATCH 1/9] Documentation: dt-bindings: add support for mailbox client shared memory To: Rob Herring Cc: Sudeep Holla , ALKML , LKML , DTML , Roy Franz , Harb Abdulhamid , Nishanth Menon , Arnd Bergmann , Loc Ho , Alexey Klimov , Matt Sealey References: <1498492513-29771-1-git-send-email-sudeep.holla@arm.com> <1498492513-29771-2-git-send-email-sudeep.holla@arm.com> <20170628225633.rvfwc4s6rfqwo2jb@rob-hp-laptop> Organization: ARM Message-ID: <6ca6f182-ca0d-2f89-690c-ed0041ccb498@arm.com> Date: Fri, 30 Jun 2017 11:24:03 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170628225633.rvfwc4s6rfqwo2jb@rob-hp-laptop> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/06/17 23:56, Rob Herring wrote: > On Mon, Jun 26, 2017 at 04:55:05PM +0100, Sudeep Holla wrote: >> Many users of the mailbox controllers depend on the shared memory between the >> two end points to exchange the main data while using simple doorbell mechanism >> to alert the end points of the presence of a message. > > "dt-bindings: mailbox: ..." for the subject. > Fixed locally now. >> >> This patch defines device tree bindings to represent such shared memory in a >> generic way. >> >> Cc: Rob Herring >> Signed-off-by: Sudeep Holla >> --- >> .../devicetree/bindings/mailbox/mailbox.txt | 28 ++++++++++++++++++++++ >> 1 file changed, 28 insertions(+) > > Otherwise, > > Acked-by: Rob Herring > Thanks -- Regards, Sudeep