Re: [PATCH] ARM: tegra: enforce PM requirement

From: Dmitry Osipenko
Date: Mon Feb 25 2019 - 10:13:35 EST


05.02.2019 14:16, Sameer Pujar ÐÐÑÐÑ:
> Drivers need to handle !PM case with work arounds for managing clocks
> and power explicitly, which is not really necessary when PM support on
> tegra is in good shape. In fact ARM 64-bit tegra platforms enforce PM

Tegra

> support and there is no reason why this cannot be done for 32-bit.
>
> This patch selects PM unconditionally and drivers can rely on runtime
> PM framework for clock and power management.
>
> Signed-off-by: Sameer Pujar <spujar@xxxxxxxxxx>
> Reviewed-by: Thierry Reding <treding@xxxxxxxxxx>
> Reviewed-by: Jonathan Hunter <jonathanh@xxxxxxxxxx>
> ---

You probably should explain in the commit message what driver need this right now and why.