From: David Howells Date: Tue, 21 Apr 2009 19:24:51 +0000 (-0700) Subject: frv: insert PCI root bus resources for the MB93090 devel motherboard X-Git-Tag: v2.6.30-rc3~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e38a554aae2c3cdbf852117bc09bac6f95dae1;p=pandora-kernel.git frv: insert PCI root bus resources for the MB93090 devel motherboard Insert PCI root bus resources for the FRV-based MB93090 development kit motherboard. This is required because the CPU's window onto the PCI bus address space is considerably smaller than the CPU's full address space and non-PCI devices lie outside of the PCI window that we might want to access. Without this patch, the PCI root bus uses the platform-level bus resources, and these are then confined to the PCI window, thus making platform_device_add() reject devices outside of this window. Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed