From: Rob Herring <robh@kernel.org>
To: Duc Dang <dhdang@apm.com>
Cc: Jassi Brar <jassisinghbrar@gmail.com>,
Paul Bolle <pebolle@tiscali.nl>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, patches@apm.com,
Feng Kan <fkan@apm.com>
Subject: Re: [PATCH v4 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation
Date: Sat, 16 Jan 2016 18:13:21 -0600 [thread overview]
Message-ID: <20160117001321.GA7791@rob-hp-laptop> (raw)
In-Reply-To: <efac1dfff3e6893516f527f47b82f889635122a7.1452912126.git.dhdang@apm.com>
On Fri, Jan 15, 2016 at 06:57:18PM -0800, Duc Dang wrote:
> This adds the APM X-Gene SLIMpro mailbox device tree
> node documentation.
>
> Signed-off-by: Feng Kan <fkan@apm.com>
> Signed-off-by: Duc Dang <dhdang@apm.com>
> ---
> Changes since v3:
> - Rebase over v4.4
> - Change number of mailbox IRQs to 8
> - Fix white spaces, typos.
>
> .../bindings/mailbox/xgene-slimpro-mailbox.txt | 35 ++++++++++++++++++++++
> 1 file changed, 35 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mailbox/xgene-slimpro-mailbox.txt
>
> diff --git a/Documentation/devicetree/bindings/mailbox/xgene-slimpro-mailbox.txt b/Documentation/devicetree/bindings/mailbox/xgene-slimpro-mailbox.txt
> new file mode 100644
> index 0000000..91774d7
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/mailbox/xgene-slimpro-mailbox.txt
> @@ -0,0 +1,35 @@
> +The APM X-Gene SLIMpro mailbox is used to communicate messages between
> +the ARM64 processors and the Cortex M3 (dubbed SLIMpro). It uses a simple
> +interrupt based door bell mechanism and can exchange simple messages using the
> +internal registers.
> +
> +There are total of 7 interrupts in this mailbox. Each used for an individual
> +door bell (or mailbox channel).
> +
> +Required properties:
> +- compatible: Should be as "apm,xgene-slimpro-mbox".
> +
> +- reg: Contains the mailbox register address range.
> +
> +- interrupts: 8 interrupts must be from 0 to 7, interrupt 0 define the
> + the interrupt for mailbox channel 0 and interrupt 1 for
> + mailbox channel 1 and so likewise for the reminder.
> +
> +- #mbox-cells: only one to specify the mailbox channel number.
> +
> +Example:
> +
> +Mailbox Node:
> + slimpro-mbox: slimpro-mbox@10540000 {
Nit: just use mailbox@ or mbox@ (whatever others are using) for node
name. Otherwise:
Acked-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2016-01-17 0:13 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-22 22:18 [PATCH V2 0/4] APM X-Gene Mailbox driver Feng Kan
2015-04-22 22:18 ` [PATCH V2 1/4] mailbox: add support for APM X-Gene platform mailbox driver Feng Kan
2015-04-24 8:25 ` Paul Bolle
2015-11-09 18:05 ` [PATCH v3 0/3] mailbox: Add " Duc Dang
2015-11-09 18:05 ` [PATCH v3 1/3] mailbox: Add support for " Duc Dang
2015-11-20 11:47 ` Jassi Brar
2015-12-07 9:29 ` Duc Dang
2016-01-16 2:57 ` [PATCH v4 0/3] mailbox: Add " Duc Dang
2016-01-16 2:57 ` [PATCH v4 1/3] mailbox: Add support for " Duc Dang
[not found] ` <abff73c051fd06a9dd3b04a1e7957ad5a9b69a18.1452912126.git.dhdang-qTEPVZfXA3Y@public.gmane.org>
2016-01-16 12:31 ` kbuild test robot
2016-01-22 23:05 ` Duc Dang
2016-02-01 19:38 ` Duc Dang
2016-02-02 5:14 ` Jassi Brar
[not found] ` <CABb+yY1cE152ZdfK_aeB8ufG=WfoUVB6BN8kXPphYgMBnpH-GA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-02-08 22:04 ` [PATCH v5 0/3] mailbox: Add " Duc Dang
2016-02-08 22:04 ` [PATCH v5 1/3] mailbox: Add support for " Duc Dang
2016-02-09 16:40 ` Mathieu Poirier
2016-02-10 3:46 ` Duc Dang
[not found] ` <CADaLNDktgAnq5VHGj=B0iO9-GnMAamTEVELYuBTVegeL3QZ4Sw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-02-10 14:41 ` Mathieu Poirier
2016-02-13 3:25 ` Duc Dang
2016-02-13 3:39 ` [PATCH v6 0/3] mailbox: Add " Duc Dang
2016-02-13 3:39 ` [PATCH v6 1/3] mailbox: Add support for " Duc Dang
2016-02-13 3:39 ` [PATCH v6 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Duc Dang
2016-02-13 3:39 ` [PATCH v6 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform Duc Dang
2016-02-25 22:33 ` Duc Dang
[not found] ` <cover.1455333720.git.dhdang-qTEPVZfXA3Y@public.gmane.org>
2016-02-19 20:43 ` [PATCH v6 0/3] mailbox: Add APM X-Gene platform mailbox driver Duc Dang
2016-02-08 22:04 ` [PATCH v5 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Duc Dang
2016-02-08 22:04 ` [PATCH v5 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform Duc Dang
[not found] ` <CABb+yY2zHycEmsVvp8OFwpJ1PZgrEPpV-oOe56wgFJ=EE0nTcg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
[not found] ` <cover.1452912126.git.dhdang-qTEPVZfXA3Y@public.gmane.org>
2016-01-16 2:57 ` [PATCH v4 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Duc Dang
2016-01-17 0:13 ` Rob Herring [this message]
2016-01-19 23:53 ` Duc Dang
2016-01-16 2:57 ` [PATCH v4 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform Duc Dang
2015-11-09 18:05 ` [PATCH v3 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Duc Dang
2015-11-10 14:15 ` Rob Herring
2015-11-10 18:42 ` Duc Dang
2016-01-16 2:41 ` Duc Dang
2015-11-09 18:05 ` [PATCH v3 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform Duc Dang
[not found] ` <cover.1447091625.git.dhdang-qTEPVZfXA3Y@public.gmane.org>
2015-11-16 19:22 ` [PATCH v3 0/3] mailbox: Add APM X-Gene platform mailbox driver Duc Dang
[not found] ` <CADaLNDkjS+LstNcgKoLWHrMdgU9cmZ7vrCSp-du=FNoCTKFJ0w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-11-20 10:39 ` Paul Bolle
2015-04-22 22:18 ` [PATCH V2 2/4] mailbox: xgene: add ACPI support for X-Gene " Feng Kan
2015-04-22 22:18 ` [PATCH V2 3/4] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Feng Kan
[not found] ` <1429741125-29156-1-git-send-email-fkan-qTEPVZfXA3Y@public.gmane.org>
2015-04-22 22:18 ` [PATCH V2 4/4] arm64: dts: mailbox device tree node for APM X-Gene platform Feng Kan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160117001321.GA7791@rob-hp-laptop \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dhdang@apm.com \
--cc=fkan@apm.com \
--cc=jassisinghbrar@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@apm.com \
--cc=pebolle@tiscali.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox