[PATCH V4 07/26] coresight: moving PM runtime operations to core framework
Linus Walleij
linus.walleij at linaro.org
Sun Nov 22 04:15:00 PST 2015
On Fri, Nov 13, 2015 at 7:44 PM, Mathieu Poirier
<mathieu.poirier at linaro.org> wrote:
> Moving PM runtime operations in Coresight devices enable() and
> disable() API to the framework core when a path is setup. That
> way the runtime core doesn't have to be involved everytime a
> path is enabled. It also avoids calling runtime PM operations
> in IRQ context.
>
> Signed-off-by: Mathieu Poirier <mathieu.poirier at linaro.org>
Looks reasonable. The PM runtime part of coresight is not very
aggressive anyways, and I think the most important thing it does
is assure it does not consume any power (clocks etc) when it's
not in use.
Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
Linus Walleij
More information about the linux-arm-kernel
mailing list