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/[email protected]/).
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

