Re: [PATCH v3 2/2] clk: palmas: Use devm_of_clk_add_hw_provider()

From: Brian Masney

Date: Thu Jul 16 2026 - 13:42:14 EST


On Sat, Jul 11, 2026 at 11:17:43PM +0900, Myeonghun Pak wrote:
> Use devm_of_clk_add_hw_provider() to register the clock provider so its
> lifetime is tied to the device. This removes the need for a remove callback
> that only unregisters the provider.
>
> Co-developed-by: Ijae Kim <ae878000@xxxxxxxxx>
> Signed-off-by: Ijae Kim <ae878000@xxxxxxxxx>
> Signed-off-by: Myeonghun Pak <mhun512@xxxxxxxxx>

Reviewed-by: Brian Masney <bmasney@xxxxxxxxxx>