mbox series

[v1,0/3] PM: Use DPM_FLAG_SMART_SUSPEND conditionally

Message ID 4966939.GXAFRqVoOG@rjwysocki.net (mailing list archive)
Headers show
Series PM: Use DPM_FLAG_SMART_SUSPEND conditionally | expand

Message

Rafael J. Wysocki Feb. 17, 2025, 8:12 p.m. UTC
Hi Everyone,

This is a follow-up for the discussion on the patchset at

https://lore.kernel.org/linux-pm/2314745.iZASKD2KPV@rjwysocki.net/

that suggested an adjustment of the approach.

Accordingly, this series modifies the PM core and the users of
DPM_FLAG_SMART_SUSPEND to take it into account only if it is
consistently used in dependency graphs, as described in the
changelog of patch [3/3].

Patches [1-2/3] are preparatory and they arrange for the handling
of devices with no runtime PM support in a meaningful way.

Thanks!