linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] arm/versatile PCI support, second try
@ 2010-10-14 16:10 Arnd Bergmann
  2010-10-14 16:10 ` [PATCH 1/7] arm/versatile: move pci code to plat-versatile Arnd Bergmann
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Arnd Bergmann @ 2010-10-14 16:10 UTC (permalink / raw)
  To: linux-arm-kernel

With lots of help and testing from Peter Maydell, I've completed
a second version of the PCI support for the versatile platform,
which works much better now on real hardware, although it does
not improve existing qemu setups.

Please review and test.

Arnd Bergmann (7):
  arm/versatile: move pci code to plat-versatile
  arm/versatile: boot-time configure xilinx-pci
  arm/versatile: enable PCI I/O space
  arm/versatile: use correct PCI IRQ swizzling
  arm/realview: fix building PB-A8 and PBX with CONFIG_PCI
  arm/realview: enable PCI for realview-eb and realview-pb1176
  arm: Enable support for virtio

 arch/arm/Kconfig                                   |    9 +-
 arch/arm/mach-realview/include/mach/board-eb.h     |   19 +
 arch/arm/mach-realview/include/mach/board-pb1176.h |    1 +
 arch/arm/mach-realview/include/mach/hardware.h     |   14 +-
 arch/arm/mach-realview/include/mach/io.h           |    6 +-
 arch/arm/mach-realview/include/mach/irqs-eb.h      |    5 +
 arch/arm/mach-realview/include/mach/irqs-pb1176.h  |    5 +-
 arch/arm/mach-realview/realview_eb.c               |   84 +++++-
 arch/arm/mach-realview/realview_pb1176.c           |  102 ++++++
 arch/arm/mach-realview/realview_pba8.c             |    2 +-
 arch/arm/mach-realview/realview_pbx.c              |    2 +-
 arch/arm/mach-versatile/Makefile                   |    1 -
 arch/arm/mach-versatile/core.c                     |   19 +-
 arch/arm/mach-versatile/include/mach/hardware.h    |   15 +-
 arch/arm/mach-versatile/include/mach/io.h          |    6 +-
 arch/arm/mach-versatile/include/mach/platform.h    |    4 +-
 arch/arm/mach-versatile/pci.c                      |  361 --------------------
 arch/arm/mach-versatile/versatile_pb.c             |   62 ++++
 arch/arm/plat-versatile/Makefile                   |    1 +
 arch/arm/plat-versatile/include/plat/xilinx-pci.h  |   28 ++
 arch/arm/plat-versatile/xilinx-pci.c               |  356 +++++++++++++++++++
 21 files changed, 705 insertions(+), 397 deletions(-)
 delete mode 100644 arch/arm/mach-versatile/pci.c
 create mode 100644 arch/arm/plat-versatile/include/plat/xilinx-pci.h
 create mode 100644 arch/arm/plat-versatile/xilinx-pci.c

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

end of thread, other threads:[~2010-10-18 18:13 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 16:10 [PATCH 0/7] arm/versatile PCI support, second try Arnd Bergmann
2010-10-14 16:10 ` [PATCH 1/7] arm/versatile: move pci code to plat-versatile Arnd Bergmann
2010-10-18 15:20   ` Linus Walleij
2010-10-18 15:35     ` Arnd Bergmann
2010-10-14 16:10 ` [PATCH 2/7] arm/versatile: boot-time configure xilinx-pci Arnd Bergmann
2010-10-14 16:10 ` [PATCH 3/7] arm/versatile: enable PCI I/O space Arnd Bergmann
2010-10-14 16:10 ` [PATCH 4/7] arm/versatile: use correct PCI IRQ swizzling Arnd Bergmann
2010-10-14 16:10 ` [PATCH 5/7] arm/realview: fix building PB-A8 and PBX with CONFIG_PCI Arnd Bergmann
2010-10-14 16:10 ` [PATCH 6/7] arm/realview: enable PCI for realview-eb and realview-pb1176 Arnd Bergmann
2010-10-14 16:10 ` [PATCH 7/7] arm: Enable support for virtio Arnd Bergmann
2010-10-16 20:52 ` [PATCH 0/7] arm/versatile PCI support, second try Linus Walleij
2010-10-16 21:54   ` Arnd Bergmann
2010-10-18  8:54   ` Colin Tuckley
2010-10-18 15:23     ` Arnd Bergmann
     [not found]   ` <-1220762139438340023@unknownmsgid>
2010-10-18 15:08     ` Linus Walleij
2010-10-18 18:13 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).