[PATCH] powerpc: mpc5200 low power mode, .globl fix

2007-07-20 Thread Domen Puncer
flush_data_cache doesn't need to be global, and can cause problems. Thanks to Milton Miller for noticing this. Signed-off-by: Domen Puncer [EMAIL PROTECTED] --- arch/powerpc/platforms/52xx/lite5200_sleep.S |1 - 1 file changed, 1 deletion(-) Index:

Re: [PATCH] powerpc: mpc5200 low power mode, .globl fix

2007-07-20 Thread Grant Likely
On 7/20/07, Domen Puncer [EMAIL PROTECTED] wrote: flush_data_cache doesn't need to be global, and can cause problems. Thanks to Milton Miller for noticing this. Signed-off-by: Domen Puncer [EMAIL PROTECTED] Signed-off-by: Grant Likely [EMAIL PROTECTED] Paulus, can you pick this up please?

[PATCH] powerpc: mpc5200 low power mode

2007-07-17 Thread Sylvain Munaut
From: Domen Puncer [EMAIL PROTECTED] Low-power mode implementation for Lite5200b. Some I/O registers are also saved here. A recent U-Boot that supports this (lite5200b_PM_config) is needed. Signed-off-by: Domen Puncer [EMAIL PROTECTED] Signed-off-by: Sylvain Munaut [EMAIL PROTECTED] --- Hi