Re: [PATCH v4 2/4] clk: mxl: Remove redundant spinlocks

From: Stephen Boyd
Date: Mon Oct 17 2022 - 18:30:27 EST


Quoting Rahul Tanwar (2022-10-12 23:48:31)
> Patch 1/4 of this patch series switches from direct readl/writel
> based register access to regmap based register access. Instead
> of using direct readl/writel, regmap API's are used to read, write
> & read-modify-write clk registers. Regmap API's already use their
> own spinlocks to serialize the register accesses across multiple
> cores in which case additional driver spinlocks becomes redundant.
>
> Hence, remove redundant spinlocks from driver in this patch 2/4.
>
> Reviewed-by: Yi xin Zhu <yzhu@xxxxxxxxxxxxx>
> Signed-off-by: Rahul Tanwar <rtanwar@xxxxxxxxxxxxx>
> ---

Applied to clk-next