From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel@caiaq.de (Daniel Mack) Date: Sat, 31 Oct 2009 02:34:27 +0100 Subject: Possible suspend/resume regression in .32-rc? Message-ID: <20091031013427.GL14091@buzzloop.caiaq.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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