kernel-ark/drivers/pci
Michael Ellerman d3bac118fb PCI: Create __pci_bus_find_cap_start() from __pci_bus_find_cap()
The current implementation of __pci_bus_find_cap() does two things,
first it determines the start of the capability chain for the device,
and then it trys to find the requested capability.

Split these out, so that we can use the two parts independantly in
a subsequent patch. Externally visible behaviour should be unchanged.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-12-20 10:54:42 -08:00
..
hotplug rpaphp: compiler warning cleanup 2006-12-20 10:54:42 -08:00
pcie PCI: pcieport-driver: remove invalid warning message 2006-12-20 10:54:42 -08:00
.gitignore
access.c
bus.c
hotplug.c
htirq.c
Kconfig
Makefile
msi.c
msi.h
pci-acpi.c
pci-driver.c
pci-sysfs.c
pci.c PCI: Create __pci_bus_find_cap_start() from __pci_bus_find_cap() 2006-12-20 10:54:42 -08:00
pci.h
probe.c
proc.c
quirks.c PCI quirks: remove redundant check 2006-12-20 10:54:42 -08:00
remove.c
rom.c
search.c pci: Introduce pci_find_present 2006-12-20 10:54:42 -08:00
setup-bus.c
setup-irq.c
setup-res.c
syscall.c