Re: [PATCH] clk: ti: Simplify ti_find_clock_provider()
From: Stephen Boyd
Date: Sat Jun 21 2025 - 17:20:37 EST
Quoting Rob Herring (Arm) (2025-03-12 09:33:30)
> Remove using for_each_of_allnodes_from() which is not safe to use
> without holding the DT spinlock. In reality that probably doesn't
> matter here. This is the only user in the whole tree, so it can be
> made private once removed here. The "from" argument is always NULL, so
> it can be dropped as well.
>
> There's a slight change in behavior in matching the "clock-output-names"
> value as the prior code would match if the node name matched the
> beginning of the value and the comparision was case insensitive. Now
> it must be an exact match.
>
> Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> ---
Applied to clk-next