android_kernel_xiaomi_sm8350/arch/powerpc/platforms/52xx
Dmitry Baryshkov fb73538e10 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 <dbaryshkov@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2010-06-15 14:47:04 -06:00
..
efika.c
Kconfig
lite5200_pm.c
lite5200_sleep.S
lite5200.c
Makefile
media5200.c
mpc52xx_common.c
mpc52xx_gpio.c of: Remove duplicate fields from of_platform_driver 2010-05-22 00:10:40 -06:00
mpc52xx_gpt.c of: Remove duplicate fields from of_platform_driver 2010-05-22 00:10:40 -06:00
mpc52xx_lpbfifo.c of: Remove duplicate fields from of_platform_driver 2010-05-22 00:10:40 -06:00
mpc52xx_pci.c
mpc52xx_pic.c
mpc52xx_pm.c powerpc/5200: fix oops during going to standby 2010-06-15 14:47:04 -06:00
mpc52xx_sleep.S
mpc5200_simple.c