[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1442906367-10935-1-git-send-email-lftan@altera.com>
Date: Tue, 22 Sep 2015 15:19:25 +0800
From: Ley Foon Tan <lftan@...era.com>
To: Bjorn Helgaas <bhelgaas@...gle.com>
CC: <linux-kernel@...r.kernel.org>, <linux-arch@...r.kernel.org>,
<linux-pci@...r.kernel.org>, Ley Foon Tan <lftan@...era.com>,
<lftan.linux@...il.com>
Subject: [PATCH 0/2] Add PCI support on nios2 architecture
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists