On Saturday 25 July 2009, Dmitry Torokhov wrote: > On Wed, Jul 22, 2009 at 05:18:39PM +0200, Manuel Lauss wrote: > > Cc: Frans Pop <elendil@xxxxxxxxx> > > Signed-off-by: Manuel Lauss <manuel.lauss@xxxxxxxxx> > > > > + > > +static struct dev_pm_ops au1xmmc_pmops = { > > + .resume = au1xmmc_resume, > > + .suspend = au1xmmc_suspend, > > +}; > > + > > Was suspend to disk tested? It requires freeze()/thaw(). Is that a regression introduced by this patch then? If so, many more of the recent dev_pm_ops conversion patches would need to be revisited.