mbox series

[0/2] driver core: Two more updates related to device links

Message ID 3917694.ab5GGAjohB@aspire.rjw.lan (mailing list archive)
Headers show
Series driver core: Two more updates related to device links | expand

Message

Rafael J. Wysocki Feb. 7, 2019, 6:35 p.m. UTC
Hi Greg at al,

These two patches are on top of the recent device links updates series already
in linux-next (https://lore.kernel.org/lkml/1952449.TVsm6CJCTy@aspire.rjw.lan/).

The first one changes __pm_runtime_set_status() to look at device links and
activate or deactivate the suppliers of the target device in accordance with
its new PM-runtime status.  After this change, pm_runtime_set_suspended() and
pm_runtime_set_active() should handle suppliers consistently with runtime
suspend and resume.

The second patch is a documentation update resulting from the discussion with
Ulf that followed the above patch series.

Cheers,
Rafael