From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754884AbcIEC0I (ORCPT ); Sun, 4 Sep 2016 22:26:08 -0400 Received: from mail.kernel.org ([198.145.29.136]:52884 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751258AbcIEC0E (ORCPT ); Sun, 4 Sep 2016 22:26:04 -0400 Date: Mon, 5 Sep 2016 10:25:38 +0800 From: Shawn Guo To: Po Liu Cc: linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Roy Zang , Arnd Bergmann , Marc Zyngier , Stuart Yoder , Yang-Leo Li , Minghuan Lian , Murali Karicheri , Bjorn Helgaas , Mingkai Hu Subject: Re: [PATCH v4 1/2] nxp/dts: add pcie aer interrupt-name property in the dts Message-ID: <20160905022537.GF25778@tiger> References: <1465892645-32381-2-git-send-email-po.liu@nxp.com> <1472625442-23309-1-git-send-email-po.liu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472625442-23309-1-git-send-email-po.liu@nxp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 31, 2016 at 02:37:21PM +0800, Po Liu wrote: > NXP some platforms aer interrupt was not MSI/MSI-X/INTx > but using interrupt line independently. This patch add a "aer" > interrupt-names for aer interrupt. > With the interrupt-names "aer", code could probe aer interrupt > line for pcie root port, replace the aer interrupt service irq. > This is intend to fixup the Layerscape platforms which aer interrupt > was not MSI/MSI-X/INTx, but using interrupt line independently. > > Signed-off-by: Po Liu > --- > changes for V4: > - Add comments explain why to add this patch > - Move the binding changes to pci code patch > > arch/arm/boot/dts/ls1021a.dtsi | 6 ++++-- > arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 18 +++++++++--------- > arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi | 16 ++++++++-------- Do not mix up arm dts changes with arm64 ones. Use separate patch please. Shawn