Re: designware platdrv and runtime pm?

2015-11-10 Thread Jarkko Nikula
On 09.11.2015 23:15, Wolfram Sang wrote: Hi guys, while handling the merge conflict for the designware-platdrv, I noticed an asymmetry in the runtime PM handling. Currently, code looks like this: if (dev->pm_runtime_disabled) { pm_runtime_forbid(>dev); } else {

designware platdrv and runtime pm?

2015-11-09 Thread Wolfram Sang
Hi guys, while handling the merge conflict for the designware-platdrv, I noticed an asymmetry in the runtime PM handling. Currently, code looks like this: if (dev->pm_runtime_disabled) { pm_runtime_forbid(>dev); } else {