Re: [PATCH] clk: meson: meson8b: remove spinlock
From: Martin Blumenstingl
Date: Wed Sep 25 2024 - 13:04:31 EST
On Wed, Sep 25, 2024 at 5:49 PM Jerome Brunet <jbrunet@xxxxxxxxxxxx> wrote:
>
> The spinlock in meson8b clock controller is now only protecting a call to
> regmap_update_bits().
>
> The regmap API already has its own locking system so this spinlock
> is redundant. Remove it.
Thank you Jerome!
> Signed-off-by: Jerome Brunet <jbrunet@xxxxxxxxxxxx>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>