Re: [patch update] PM: Introduce core framework for run-time PM ofI/O devices

From: Alan Stern
Date: Tue Jun 16 2009 - 10:30:34 EST


On Tue, 16 Jun 2009, Rafael J. Wysocki wrote:

> > Since pm_runtime_resume() takes care of powering up the parent, there's
> > no need for pm_request_resume() to worry about it also.
>
> But still it won't hurt to do it IMO, because the parents are then going to be
> resumed before our pm_runtime_resume() is called.

It's extra code that isn't needed. In essence, you are trading code
space for a shorter runtime stack.

> > The documentation should mention that the runtime_suspend method is
> > supposed to enable remote wakeup if it as available and if
> > device_may_wakeup(dev) is true.
>
> Well, I thought that was obvious. :-)

Sometimes it doesn't hurt to state the obvious! :-)

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/