[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210915081502.29f158df@fixe.home>
Date: Wed, 15 Sep 2021 08:15:02 +0200
From: Clément Léger <clement.leger@...tlin.com>
To: Stephen Boyd <sboyd@...nel.org>
Cc: Alexandre Belloni <alexandre.belloni@...tlin.com>,
Ludovic Desroches <ludovic.desroches@...rochip.com>,
Michael Turquette <mturquette@...libre.com>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
linux-clk@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] clk: at91: check pmc node status before registering
syscore ops
Le Tue, 14 Sep 2021 15:03:01 -0700,
Stephen Boyd <sboyd@...nel.org> a écrit :
> Quoting Clement Leger (2021-09-13 01:26:33)
> > Currently, at91 pmc driver always register the syscore_ops whatever
> > the status of the pmc node that has been found. When set as secure
> > and disabled, the pmc should not be accessed or this will generate
> > abort exceptions.
> > To avoid this, add a check on node availability before registering
> > the syscore operations.
> >
> > Signed-off-by: Clement Leger <clement.leger@...tlin.com>
>
> Any Fixes tag?
Since this was present from the start of the implementation, I think it
should be the following:
Fixes: b3b02eac33ed ("clk: at91: Add sama5d2 suspend/resume")
Powered by blists - more mailing lists