From: Bjorn Helgaas <helgaas@kernel.org>
To: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
linux-pci@vger.kernel.org, Nadav Haklai <nadavh@marvell.com>,
Lior Amsalem <alior@marvell.com>, Hanna Hawa <hannah@marvell.com>,
Yehuda Yitschak <yehuday@marvell.com>,
Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Gregory Clement <gregory.clement@free-electrons.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/3] dt-bindings: add DT binding for the Aardvark PCIe controller
Date: Wed, 22 Jun 2016 11:16:56 -0500 [thread overview]
Message-ID: <20160622161656.GE25485@localhost> (raw)
In-Reply-To: <1465574056-8787-2-git-send-email-thomas.petazzoni@free-electrons.com>
On Fri, Jun 10, 2016 at 05:54:14PM +0200, Thomas Petazzoni wrote:
> This commit adds the documentation for the Device Tree binding used to
> describe the Aardvark PCIe controller, found on Marvell Armada 3700
> ARM64 SoCs.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> .../devicetree/bindings/pci/aardvark-pci.txt | 56 ++++++++++++++++++++++
> 1 file changed, 56 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pci/aardvark-pci.txt
>
> diff --git a/Documentation/devicetree/bindings/pci/aardvark-pci.txt b/Documentation/devicetree/bindings/pci/aardvark-pci.txt
> new file mode 100644
> index 0000000..683830d
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/pci/aardvark-pci.txt
> @@ -0,0 +1,56 @@
> +Aardvark PCIe controller
> +
> +This PCIe controller is used on the Marvell Armada 3700 ARM64 SoC.
> +
> +The Device Tree node describing an Aardvark PCIe controller must
> +contain the following properties:
> +
> + - compatible: Should be "marvell,armada-3700-pcie"
> + - reg: range of registers for the PCIe controller
> + - interrupts: the interrupt line of the PCIe controller
> + - #address-cells: set to <3>
> + - #size-cells: set to <2>
> + - device_type: set to "pci"
> + - ranges: ranges for the PCI memory and I/O regions
> + - #interrupt-cells: set to <1>
> + - msi-controller: indicates that the PCIe controller can itself
> + handled MSI interrupts
s/handled/handle/
WARNING: multiple messages have this Message-ID (diff)
From: helgaas@kernel.org (Bjorn Helgaas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/3] dt-bindings: add DT binding for the Aardvark PCIe controller
Date: Wed, 22 Jun 2016 11:16:56 -0500 [thread overview]
Message-ID: <20160622161656.GE25485@localhost> (raw)
In-Reply-To: <1465574056-8787-2-git-send-email-thomas.petazzoni@free-electrons.com>
On Fri, Jun 10, 2016 at 05:54:14PM +0200, Thomas Petazzoni wrote:
> This commit adds the documentation for the Device Tree binding used to
> describe the Aardvark PCIe controller, found on Marvell Armada 3700
> ARM64 SoCs.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> .../devicetree/bindings/pci/aardvark-pci.txt | 56 ++++++++++++++++++++++
> 1 file changed, 56 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pci/aardvark-pci.txt
>
> diff --git a/Documentation/devicetree/bindings/pci/aardvark-pci.txt b/Documentation/devicetree/bindings/pci/aardvark-pci.txt
> new file mode 100644
> index 0000000..683830d
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/pci/aardvark-pci.txt
> @@ -0,0 +1,56 @@
> +Aardvark PCIe controller
> +
> +This PCIe controller is used on the Marvell Armada 3700 ARM64 SoC.
> +
> +The Device Tree node describing an Aardvark PCIe controller must
> +contain the following properties:
> +
> + - compatible: Should be "marvell,armada-3700-pcie"
> + - reg: range of registers for the PCIe controller
> + - interrupts: the interrupt line of the PCIe controller
> + - #address-cells: set to <3>
> + - #size-cells: set to <2>
> + - device_type: set to "pci"
> + - ranges: ranges for the PCI memory and I/O regions
> + - #interrupt-cells: set to <1>
> + - msi-controller: indicates that the PCIe controller can itself
> + handled MSI interrupts
s/handled/handle/
next prev parent reply other threads:[~2016-06-22 16:17 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-10 15:54 [PATCH v2 0/3] Aardvark PCIe controller driver for Marvell Armada 3700 Thomas Petazzoni
2016-06-10 15:54 ` Thomas Petazzoni
2016-06-10 15:54 ` [PATCH v2 1/3] dt-bindings: add DT binding for the Aardvark PCIe controller Thomas Petazzoni
2016-06-10 15:54 ` Thomas Petazzoni
2016-06-22 16:16 ` Bjorn Helgaas [this message]
2016-06-22 16:16 ` Bjorn Helgaas
2016-06-23 14:10 ` Thomas Petazzoni
2016-06-23 14:10 ` Thomas Petazzoni
2016-06-10 15:54 ` [PATCH v2 2/3] PCI: host: new PCI host controller driver for Aardvark Thomas Petazzoni
2016-06-10 15:54 ` Thomas Petazzoni
2016-06-11 7:09 ` kbuild test robot
2016-06-11 7:09 ` kbuild test robot
2016-06-22 16:16 ` Bjorn Helgaas
2016-06-22 16:16 ` Bjorn Helgaas
2016-06-22 17:33 ` Thomas Petazzoni
2016-06-22 17:33 ` Thomas Petazzoni
2016-06-22 17:25 ` Bjorn Helgaas
2016-06-22 17:25 ` Bjorn Helgaas
2016-06-30 9:26 ` Thomas Petazzoni
2016-06-30 9:26 ` Thomas Petazzoni
2016-06-10 15:54 ` [PATCH v2 3/3] arm64: dts: marvell: Aardvark PCIe support for Armada 3700 Thomas Petazzoni
2016-06-10 15:54 ` Thomas Petazzoni
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=20160622161656.GE25485@localhost \
--to=helgaas@kernel.org \
--cc=alior@marvell.com \
--cc=andrew@lunn.ch \
--cc=bhelgaas@google.com \
--cc=gregory.clement@free-electrons.com \
--cc=hannah@marvell.com \
--cc=jason@lakedaemon.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-pci@vger.kernel.org \
--cc=nadavh@marvell.com \
--cc=sebastian.hesselbarth@gmail.com \
--cc=thomas.petazzoni@free-electrons.com \
--cc=yehuday@marvell.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.