sh: pci: Allow register_pci_controller() to handle overlapping regions.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 15 Jun 2009 21:01:58 +0000 (06:01 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 15 Jun 2009 21:01:58 +0000 (06:01 +0900)
commit8c6b44d00aca45edf69b35220ba4dce962c482f8
treee6d011180cf99d7541c1f12d0605025353fd81c3
parent8b27fc6de184d66347e4aceeb5c0a4262732cc03
sh: pci: Allow register_pci_controller() to handle overlapping regions.

Some host controllers (such as SH7786) have overlapping regions that are
fixed in hardware. The resource allocator does the right thing in
managing this space already, so the conflict case is non-fatal.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/pci/pci.c