Re: [PATCHv2 1/2] ARM: VFP: Fixed suspend and added context save support

2010-05-13 Thread ye janboe
+ peoples who are in CC list. Janboe Ye 2010/5/13 ye janboe janboe...@gmail.com: Thanks for Russell and Tony. I think this patch is needed when MPU support OFF mode, special on omap. Otherwise, VFP state will be lost. Reviewed-by: Janboe Ye janboe...@gmail.com 2010/5/12 Russell King -

Re: [PATCHv2 1/2] ARM: VFP: Fixed suspend and added context save support

2010-05-11 Thread Russell King - ARM Linux
On Tue, May 11, 2010 at 11:15:13AM +0800, ye janboe wrote: Is this patch ignored by you? I do not see any ack for this patch. Patch is fine, shame some of the people on the Cc haven't acked it though. Can we get acks from anyone of those, and then submit it to the patch system? Signed-off-by:

Re: [PATCHv2 1/2] ARM: VFP: Fixed suspend and added context save support

2010-05-10 Thread ye janboe
hi, Russell, Tony Is this patch ignored by you? I do not see any ack for this patch. Thanks Janboe Ye 2009/12/3 Tero Kristo tero.kri...@nokia.com: From: Tero Kristo tero.kri...@nokia.com In some ARM architectures, like OMAP3, the VFP context can be lost during dynamic sleep cycle. For this

[PATCHv2 1/2] ARM: VFP: Fixed suspend and added context save support

2009-12-03 Thread Tero Kristo
From: Tero Kristo tero.kri...@nokia.com In some ARM architectures, like OMAP3, the VFP context can be lost during dynamic sleep cycle. For this purpose, there is now a function vfp_pm_save_context() that should be called before the VFP is assumed to lose context. Next VFP trap will then restore