commit | 34b134aebda89888b6985b7a3139e9cbdf209236 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Sun Feb 03 09:59:45 2013 +0000 |
committer | John Crispin <blogic@openwrt.org> | Sun Feb 17 01:25:39 2013 +0100 |
tree | f6dc7a06f2b74420b77bac128a237af91ce00bbb | |
parent | 908339ef25b1d5e80f1c6fab22b9958174708b4a [diff] |
MIPS: pci-ar724x: remove static PCI IO/MEM resources Static resources become impractical when multiple PCI controllers are present. Move the resources into the platform device registration code and change the probe routine to get those from there platform device's resources. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/4914/ Signed-off-by: John Crispin <blogic@openwrt.org>