From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bn1bon0088.outbound.protection.outlook.com ([157.56.111.88]:3776 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756627AbbIVHTi (ORCPT ); Tue, 22 Sep 2015 03:19:38 -0400 From: Ley Foon Tan To: Bjorn Helgaas CC: , , , Ley Foon Tan , Subject: [PATCH 0/2] Add PCI support on nios2 architecture Date: Tue, 22 Sep 2015 15:19:25 +0800 Message-ID: <1442906367-10935-1-git-send-email-lftan@altera.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-pci-owner@vger.kernel.org List-ID: This patchset adding pci support for nios2 architecture. It requires pci_fixup_irqs() from setup-irq.c. Ley Foon Tan (2): nios2: Add architectural support for PCIe PCI: Build setup-irq.o for nios2 arch/nios2/Kconfig | 24 +++++++++++++++++++++ arch/nios2/include/asm/Kbuild | 2 +- arch/nios2/include/asm/io.h | 11 +++++++++- arch/nios2/include/asm/pci.h | 50 +++++++++++++++++++++++++++++++++++++++++++ arch/nios2/kernel/Makefile | 1 + arch/nios2/kernel/pci.c | 33 ++++++++++++++++++++++++++++ drivers/pci/Makefile | 1 + 7 files changed, 120 insertions(+), 2 deletions(-) create mode 100644 arch/nios2/include/asm/pci.h create mode 100644 arch/nios2/kernel/pci.c -- 1.8.2.1