Re: [PATCH V3 1/5] PM / QOS: Pass request type to dev_pm_qos_{add|remove}_notifier()

From: Rafael J. Wysocki
Date: Mon Jun 17 2019 - 18:57:39 EST


On Monday, June 10, 2019 12:51:32 PM CEST Viresh Kumar wrote:
> In order to use the same set of routines to register notifiers for
> different request types, update the existing
> dev_pm_qos_{add|remove}_notifier() routines with an additional
> parameter: request-type.
>
> For now, it only supports resume-latency request type.

It would be good to mention the broader rationale of this change in its changelog
(that is, the frequency limits use case).