Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1417383 > unrolled thread
| Started by | Mark Brown <broonie@kernel.org> |
|---|---|
| First post | 2016-06-08 15:00 +0200 |
| Last post | 2016-06-08 15:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [RFC][PATCH 3/5] PM core: Make async suspend/resume of devices use device links Mark Brown <broonie@kernel.org> - 2016-06-08 15:00 +0200
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2016-06-08 15:00 +0200 |
| Subject | Re: [RFC][PATCH 3/5] PM core: Make async suspend/resume of devices use device links |
| Message-ID | <rHLfs-eb-13@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
On Thu, Jan 14, 2016 at 02:55:25AM +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> > > Make the device suspend/resume part of the core system > suspend/resume code use device links to ensure that supplier > and consumer devices will be suspended and resumed in the right > order in case of async suspend/resume. > > The idea, roughly, is to use dpm_wait() to wait for all consumers > before a supplier device suspend and to wait for all suppliers > before a consumer device resume. Same question with parents using their child - I'm thinking that perhaps we can arrange for the struct device of the parent to get used and ignore the child device outside of the MFD.
Back to top | Article view | linux.kernel
csiph-web