Re: [PATCH] i2c: nomadik: move runtime suspend of hw to _noirq
From: Wolfram Sang <hidden>
Date: 2016-06-19 17:12:21
Also in:
linux-pm
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Wolfram Sang <hidden>
Date: 2016-06-19 17:12:21
Also in:
linux-pm
quoted
This is indeed a generic problem, as we don't have a way to describe these kind of dependences between devices. In other words, we need to control the order of how devices becomes suspended/resumed. If that could be done, we could likely avoid runtime resuming devices unnecessarily.Correct, keep me in the loop and I can test some patches.
So, this patch is discarded in favor of a generic solution?