From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0077.outbound.protection.outlook.com [104.47.32.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xxHyj6YvPzDq8f for ; Tue, 19 Sep 2017 19:44:28 +1000 (AEST) From: Zhiqiang Hou To: , , , , , , , , , , , , CC: Hou Zhiqiang Subject: [PATCH 0/5] arm64: add ls1012a and ls1046a pcie support Date: Tue, 19 Sep 2017 17:26:53 +0800 Message-ID: <20170919092658.22482-1-Zhiqiang.Hou@nxp.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Hou Zhiqiang This patch set adds ls1012a MSI and PCIe support, including driver and device tree nodes. The ls1046a's MSI support patch and PCIe driver patch has been applied, so only adds the PCIe device tree nodes. Hou Zhiqiang (5): irqchip/ls-scfg-msi: add LS1012a MSI support arm64: dts: ls1012a: Add MSI controller DT node PCI: layerscape: Add support for ls1012a arm64: dts: ls1012a: Add PCIe controller DT node arm64: dts: ls1046a: add PCIe controller DT nodes .../interrupt-controller/fsl,ls-scfg-msi.txt | 1 + .../devicetree/bindings/pci/layerscape-pci.txt | 1 + arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 31 +++++++++ arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 75 ++++++++++++++++++++++ drivers/irqchip/irq-ls-scfg-msi.c | 1 + drivers/pci/dwc/pci-layerscape.c | 1 + 6 files changed, 110 insertions(+) -- 2.14.1