From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from top.free-electrons.com ([176.31.233.9]:42623 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1030292Ab3HIGpN (ORCPT ); Fri, 9 Aug 2013 02:45:13 -0400 Message-ID: <52048FF6.6030904@free-electrons.com> Date: Fri, 09 Aug 2013 08:45:10 +0200 From: Gregory CLEMENT MIME-Version: 1.0 To: Thomas Petazzoni CC: Bjorn Helgaas , linux-pci@vger.kernel.org, Russell King , Benjamin Herrenschmidt , Rob Herring , Thomas Gleixner , Jason Cooper , Andrew Lunn , Ezequiel Garcia , linux-arm-kernel@lists.infradead.org, Maen Suleiman , Lior Amsalem , Thierry Reding Subject: Re: [PATCHv8 08/10] ARM: mvebu: the MPIC now provides MSI controller features References: <1376000268-18397-1-git-send-email-thomas.petazzoni@free-electrons.com> <1376000268-18397-9-git-send-email-thomas.petazzoni@free-electrons.com> In-Reply-To: <1376000268-18397-9-git-send-email-thomas.petazzoni@free-electrons.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-pci-owner@vger.kernel.org List-ID: On 09/08/2013 00:17, Thomas Petazzoni wrote: > Adds the 'msi-controller' property to the main interrupt controller > Device Tree node, to indicate that it can now behave as a MSI > controller. > > Signed-off-by: Thomas Petazzoni > Reviewed-by: Thierry Reding > Tested-by: Daniel Price Acked-by: Gregory CLEMENT > --- > arch/arm/boot/dts/armada-370-xp.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi > index 90b1176..ac0bbc0 100644 > --- a/arch/arm/boot/dts/armada-370-xp.dtsi > +++ b/arch/arm/boot/dts/armada-370-xp.dtsi > @@ -56,6 +56,7 @@ > #interrupt-cells = <1>; > #size-cells = <1>; > interrupt-controller; > + msi-controller; > }; > > coherency-fabric@20200 { > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Fri, 09 Aug 2013 08:45:10 +0200 Subject: [PATCHv8 08/10] ARM: mvebu: the MPIC now provides MSI controller features In-Reply-To: <1376000268-18397-9-git-send-email-thomas.petazzoni@free-electrons.com> References: <1376000268-18397-1-git-send-email-thomas.petazzoni@free-electrons.com> <1376000268-18397-9-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <52048FF6.6030904@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/08/2013 00:17, Thomas Petazzoni wrote: > Adds the 'msi-controller' property to the main interrupt controller > Device Tree node, to indicate that it can now behave as a MSI > controller. > > Signed-off-by: Thomas Petazzoni > Reviewed-by: Thierry Reding > Tested-by: Daniel Price Acked-by: Gregory CLEMENT > --- > arch/arm/boot/dts/armada-370-xp.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi > index 90b1176..ac0bbc0 100644 > --- a/arch/arm/boot/dts/armada-370-xp.dtsi > +++ b/arch/arm/boot/dts/armada-370-xp.dtsi > @@ -56,6 +56,7 @@ > #interrupt-cells = <1>; > #size-cells = <1>; > interrupt-controller; > + msi-controller; > }; > > coherency-fabric at 20200 { > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com