Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1417383
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC][PATCH 3/5] PM core: Make async suspend/resume of devices use device links |
| Date | 2016-06-08 15:00 +0200 |
| Message-ID | <rHLfs-eb-13@gated-at.bofh.it> (permalink) |
| References | <qodTc-6r2-21@gated-at.bofh.it> <qQFmF-8hY-7@gated-at.bofh.it> <qQFmG-8hY-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[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 linux.kernel | Previous | Next | Find similar | Unroll thread
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
csiph-web