remarkable-linux/arch/microblaze/pci
Michal Simek 8a66da71fa microblaze: PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs
This change should be part of 89a74ecccd

Origin description:

PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs

No functional change; this converts loops that iterate from 0 to
PCI_BUS_NUM_RESOURCES through pci_bus resource[] table to use the
pci_bus_for_each_resource() iterator instead.

This doesn't change the way resources are stored; it merely removes
dependencies on the fact that they're in a table.

Signed-off-by: Michal Simek <monstr@monstr.eu>
2010-05-06 11:21:57 +02:00
..
indirect_pci.c
iomap.c
Makefile microblaze: Add support for Xilinx PCI host bridge 2010-03-11 14:05:18 +01:00
pci-common.c microblaze: PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs 2010-05-06 11:21:57 +02:00
pci_32.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
xilinx_pci.c microblaze: Add support for Xilinx PCI host bridge 2010-03-11 14:05:18 +01:00