Possible suspend/resume regression in .32-rc?
From: Daniel Mack <hidden>
Date: 2009-10-31 01:34:27
From: Daniel Mack <hidden>
Date: 2009-10-31 01:34:27
Is anyone using suspend/resume with a recent git mainline kernel on PXA or other ARM embedded boards? My platform used to suspend and resume just fine on 2.6.31 but now as I rebased it, it fails the resume part. Unfortunately, I can't bisect it as the platform is not mainline yet and so I always have mandatory patches (without my platform won't do anything) on top of the git repository. Which breaks the bisect logic. What puzzles me is that I see the current raising at wakeup time, so at least the processor seems to resume, but I can't see any serial console output, just like if the kernel crashed very early after wakeup. 'no_console_suspend' didn't help either. Does anyone use that successfully? Any idea for possible regressions? Daniel