From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753656AbcFPAhO (ORCPT ); Wed, 15 Jun 2016 20:37:14 -0400 Received: from mail.kernel.org ([198.145.29.136]:51664 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752819AbcFPAhL (ORCPT ); Wed, 15 Jun 2016 20:37:11 -0400 Date: Thu, 16 Jun 2016 08:36:27 +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 v3 1/2] nxp/dts: add pcie aer interrupt-name property in the dts Message-ID: <20160616003627.GJ20243@tiger> References: <1464242406-20203-1-git-send-email-po.liu@nxp.com> <1465892645-32381-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: <1465892645-32381-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 Tue, Jun 14, 2016 at 04:24:04PM +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. > > Signed-off-by: Po Liu > --- > changes for v3: > - None; > > .../devicetree/bindings/pci/layerscape-pci.txt | 4 ++-- The bindings shouldn't be part of dts patch but the driver patch who is actually using it. Shawn > 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 ++++++++-------- > 4 files changed, 23 insertions(+), 21 deletions(-)