public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add PCI support on nios2 architecture
@ 2015-09-22  7:19 Ley Foon Tan
  2015-09-22  7:19 ` [PATCH 1/2] nios2: Add architectural support for PCIe Ley Foon Tan
  2015-09-22  7:19 ` [PATCH 2/2] PCI: Build setup-irq.o for nios2 Ley Foon Tan
  0 siblings, 2 replies; 9+ messages in thread
From: Ley Foon Tan @ 2015-09-22  7:19 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: linux-kernel, linux-arch, linux-pci, Ley Foon Tan, lftan.linux

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-09-29 10:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22  7:19 [PATCH 0/2] Add PCI support on nios2 architecture Ley Foon Tan
2015-09-22  7:19 ` [PATCH 1/2] nios2: Add architectural support for PCIe Ley Foon Tan
2015-09-22  8:18   ` Arnd Bergmann
2015-09-22 10:53     ` Ley Foon Tan
2015-09-22 11:42       ` Arnd Bergmann
2015-09-29  3:12         ` Ley Foon Tan
2015-09-29  7:37           ` Arnd Bergmann
2015-09-29 10:00             ` Ley Foon Tan
2015-09-22  7:19 ` [PATCH 2/2] PCI: Build setup-irq.o for nios2 Ley Foon Tan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox