[PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignments
authorKumar Gala <galak@kernel.crashing.org>
Mon, 1 May 2006 15:43:46 +0000 (10:43 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 18:59:59 +0000 (11:59 -0700)
commit75acfecaa031c0e1bc412cee4fe58ba49ff3406c
tree39f784dcc17a093e80463163867ec0e554942453
parentea28502d5d0fc624777a8a6b4d6865d282055b05
[PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignments

PCI: Add pci_assign_resource_fixed -- allow fixed address assignments

On some embedded systems the PCI address for hotplug devices are not only
known a priori but are required to be at a given PCI address for other
master in the system to be able to access.

An example of such a system would be an FPGA which is setup from user space
after the system has booted.  The FPGA may be access by DSPs in the system
and those DSPs expect the FPGA at a fixed PCI address.

Added pci_assign_resource_fixed() as a way to allow assignment of the PCI
devices's BARs at fixed PCI addresses.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/setup-res.c
include/linux/pci.h