All of lore.kernel.org
 help / color / mirror / Atom feed
From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] arm64: dts: marvell: remove msi-parent from PCIe on Armada 3700
Date: Thu,  1 Sep 2016 17:41:23 +0200	[thread overview]
Message-ID: <1472744484-19132-2-git-send-email-thomas.petazzoni@free-electrons.com> (raw)
In-Reply-To: <1472744484-19132-1-git-send-email-thomas.petazzoni@free-electrons.com>

Following the switch of the Aardvark PCIe controller driver to the
generic MSI support, the msi-parent property in the PCIe controller,
pointing to itself is no longer needed: since the MSI irq domain is
associated to the PCIe controller Device Tree node, this is sufficient
for the interrupt resolution logic to work.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
Please only apply once "pci: pci-aardvark: move to MSI handling using
generic MSI support" is merged, or it will break MSI support on Armada
3700.
---
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
index c476253..e56a34a 100644
--- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
@@ -187,7 +187,6 @@
 			bus-range = <0x00 0xff>;
 			interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
 			#interrupt-cells = <1>;
-			msi-parent = <&pcie0>;
 			msi-controller;
 			ranges = <0x82000000 0 0xe8000000   0 0xe8000000 0 0x1000000 /* Port 0 MEM */
 				  0x81000000 0 0xe9000000   0 0xe9000000 0 0x10000>; /* Port 0 IO*/
-- 
2.7.4

  reply	other threads:[~2016-09-01 15:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-01 15:41 [PATCH 0/2] arm64: marvell: MSI support updates Thomas Petazzoni
2016-09-01 15:41 ` Thomas Petazzoni [this message]
2017-02-15 14:12   ` [PATCH 1/2] arm64: dts: marvell: remove msi-parent from PCIe on Armada 3700 Gregory CLEMENT
2017-02-15 14:21     ` Thomas Petazzoni
2016-09-01 15:41 ` [PATCH 2/2] arm64: dts: marvell: enable MSI for PCIe on Armada 7K/8K Thomas Petazzoni
2016-09-14 14:21   ` Gregory CLEMENT

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=1472744484-19132-2-git-send-email-thomas.petazzoni@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.