Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1376835
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Lee Jones <lee.jones@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 2/5] ARM: STi: DT: STiH407: Enable Mailbox testing facility |
| Date | Tue, 12 Apr 2016 16:20:01 +0200 |
| Message-ID | <rn7kB-eE-13@gated-at.bofh.it> (permalink) |
| References | <rfSgG-4NE-15@gated-at.bofh.it> <rfSgH-4NE-31@gated-at.bofh.it> <rn2Ej-4JV-29@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=YDGXjk49o3IqwKuR0bW0xT5PC4qSkr74PzSkaHAtUJk=; b=CE+HEsFB/Gd1wHnA7iI/pDQSoJeLftu2IYSHJvOvhirHkBmrGYpMtwm+FCsnzxVmoO ESaZxJRoz0LgMCsoNbB5OEPWC04KmkvnfIXdjQnnoCOnNaQBIuL3lG/ZyzN+XdjzQU08 gkarhuhIsczxGDLGyL6Sz8DQhJp018weDmKsE= |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=YDGXjk49o3IqwKuR0bW0xT5PC4qSkr74PzSkaHAtUJk=; b=YWvwsWEwyA3cFXyUaPbtnRg0IKXbKC0Dkv7cm2IAgx7IO4txXAmnfnogn09SOWTMzK sRMsrDWf6CdxAVCfDz3uE6s2MsxfgcnbUo27u8Z1ho8xDQckItsoAv1ZrAz+3/dGtI4N bKgjejhhSMgSfN4GqIWnI6hYcVhEAcsb++60xyqcwtTfMyKApDYpteUyqD74+5DO1TQJ FcZ4XFcIiqaWWZJ7xwtUyzolFFbhTQGVB5NvACT4h1Y1z7eCTbtFGimxgdhk3w72Yyic lZcP5RX/2ooLohJVwxRVk/sAMxEKez+51nSKI96HM2Z2nyrwn2ofjF7Af18p+YiuPvHj mnYg== |
| X-Gm-Message-State | AOPr4FV5wuyQqHB4HVEzKNQmqIQ6fmjOpTTo7U6y3H3cjC/voH8BnNVpV2qIwuuycbUduyYO |
| X-Received | by 10.194.88.201 with SMTP id bi9mr1185153wjb.147.1460470772365; Tue, 12 Apr 2016 07:19:32 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 35 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, jassisinghbrar@gmail.com, kernel@stlinux.com, dan.carpenter@oracle.com, maxime.coquelin@st.com |
| X-Original-Date | Tue, 12 Apr 2016 15:19:28 +0100 |
| X-Original-Message-ID | <20160412141928.GK8094@x1> |
| X-Original-References | <1458744223-12164-1-git-send-email-lee.jones@linaro.org> <1458744223-12164-3-git-send-email-lee.jones@linaro.org> <570CBD75.5080401@arm.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1376835 |
Show key headers only | View raw
On Tue, 12 Apr 2016, Sudeep Holla wrote:
> Hi Lee,
>
> On 23/03/16 14:43, Lee Jones wrote:
> >This patch supplies a Client node to enable the Mailbox testing
> >facility. It will be used to send and receive messages from any
> >given co-processor in order to test the STi Mailbox Controller
> >driver.
> >
> >Signed-off-by: Lee Jones <lee.jones@linaro.org>
> >---
> > arch/arm/boot/dts/stih407-family.dtsi | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
> >diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
> >index e6e34b4..9376c38 100644
> >--- a/arch/arm/boot/dts/stih407-family.dtsi
> >+++ b/arch/arm/boot/dts/stih407-family.dtsi
> >@@ -695,6 +695,12 @@
> > status = "okay";
> > };
> >
> >+ mailbox_test {
> >+ compatible = "mailbox_test";
>
> IIRC, we changed this to "mailbox-text" ?
Great spot, thanks. I will fix before sending to Maxime.
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH v2 2/5] ARM: STi: DT: STiH407: Enable Mailbox testing facility Sudeep Holla <sudeep.holla@arm.com> - 2016-04-12 11:20 +0200 Re: [PATCH v2 2/5] ARM: STi: DT: STiH407: Enable Mailbox testing facility Lee Jones <lee.jones@linaro.org> - 2016-04-12 16:20 +0200
csiph-web