From: Benjamin Herrenschmidt Date: Sun, 6 Nov 2011 18:55:57 +0000 (+0000) Subject: powerpc/pci: Add a platform hook after probe and before resource survey X-Git-Tag: v3.3-rc1~181^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=491b98c315dbe39b20bd4a24a6179c42349f42c0;p=pandora-kernel.git powerpc/pci: Add a platform hook after probe and before resource survey Some platforms need to perform resource allocation using a custom algorithm due to HW constraints, or may want to tweak things globally below a host bridge. For example OPAL support for IODA will need to perform a resource allocation pass that applies IODA specific segmentation constraints to MMIO which cannot be done simply using the kernel generic resource management code. Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed