From: Linus Walleij Date: Thu, 10 Jan 2013 09:18:49 +0000 (+0100) Subject: ARM: integrator: move syscon remap for AP PCIv3 X-Git-Tag: fixes-for-linus2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67c6b2ef2662b17cc2174f2bdc22a7cb818a8376;p=pandora-kernel.git ARM: integrator: move syscon remap for AP PCIv3 The Integrator/AP syscon remapping was done in the .setup() function rather than .preinit() which is wrong - .preinit() is called before .setup() and the former also use the syscon base and cause a crash since it was not yet remapped. Signed-off-by: Linus Walleij Signed-off-by: Olof Johansson --- Reading git-diff-tree failed