On Fri 2014-11-14 23:41:15, Rafael J. Wysocki wrote:
On Friday, November 14, 2014 09:36:17 AM Kevin Hilman wrote:
Geert Uytterhoeven geert@linux-m68k.org writes:
Hi Kevin,
On Thu, Nov 13, 2014 at 11:28 PM, Kevin Hilman khilman@kernel.org wrote:
It makes little sense to use generic power domains without runtime PM.
Does it? It still powers down the PM domains on system suspend (at least on my boards ;-)
Sure, but your devices are also using runtime PM, so I'm not sure how does that change my statement above?
Questions here are (1) how many users will actually want to disable PM_RUNTIME for systems using genpd (my sort of educated guess is "none") and
Well. Developers sometimes want to disable power management so that they don't have to debug it just now... disabling PM_RUNTIME is a way to do that.
OTOH making code more complex to make new board bring-up easier may not be good idea.. Pavel