[PATCH v2] panfrost: Properly undo pm_runtime_enable when deferring a probe

Rob Herring robh at kernel.org
Wed Oct 23 17:58:59 UTC 2019


On Wed, Oct 23, 2019 at 10:49 AM Steven Price <steven.price at arm.com> wrote:
>
> On 23/10/2019 13:21, Tomeu Vizoso wrote:
> > When deferring the probe because of a missing regulator, we were calling
> > pm_runtime_disable even if pm_runtime_enable wasn't called.
> >
> > Move the call to pm_runtime_disable to the right place.
> >
> > Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
> > Reported-by: Chen-Yu Tsai <wens at csie.org>
> > Cc: Robin Murphy <robin.murphy at arm.com>
> > Fixes: f4a3c6a44b35 ("drm/panfrost: Disable PM on probe failure")
>
> As Robin pointed out this should be:
>
> Fixes: 635430797d3f ("drm/panfrost: Rework runtime PM initialization")
>
> But other than that,
>
> Reviewed-by: Steven Price <steven.price at arm.com>

Applied with Fixes fixed. Looks like we just missed this weeks fixes...

Rob


More information about the dri-devel mailing list