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

2010-05-13 Thread Sripathy, Vishwanath
de.com; linux-arm-ker...@lists.infradead.org; linux- > o...@vger.kernel.org; Russell King - ARM Linux > Subject: Re: [PATCHv2 1/2] ARM: VFP: Fixed suspend and added context save > support > > + peoples who are in CC list. > > Janboe Ye > > 2010/5/13 ye janboe : > > Than

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 : > 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 > > 2010/5/12 Russell King - ARM Linux : >> On Tue, May 11, 20

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

2010-05-12 Thread ye janboe
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 2010/5/12 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

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-b

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

2010-05-11 Thread Tony Lindgren
* ye janboe [100510 20:10]: > hi, Russell, Tony > > Is this patch ignored by you? I do not see any ack for this patch. I guess we're still waiting to hear from Russell. AFAIK, this is needed in addition to the three patches from Imre. Acked-by: Tony Lindgren > Thanks > > Janboe Ye > > 2009

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 : > From: Tero Kristo > > 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

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

2009-12-03 Thread Tero Kristo
From: Tero Kristo 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 context automatically.