From: Dmitry Baryshkov Date: Fri, 11 Jun 2010 01:52:35 +0000 (+0000) Subject: powerpc/5200: fix oops during going to standby X-Git-Tag: v2.6.35-rc4~67^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb73538e10c7fc4823a56e97bba600c2f9294012;p=pandora-kernel.git powerpc/5200: fix oops during going to standby When going to standby mode mpc code maps the whole soc5200 node to access warious MBAR registers. However as of_iomap uses 'reg' property of device node, only small part of MBAR is getting mapped. Thus pm code gets oops when trying to access high parts of MBAR. As a way to overcome this, make mpc52xx_pm_prepare() explicitly map whole MBAR (0xc0000). Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Grant Likely --- Reading git-diff-tree failed