Re: [PATCH v4 1/3] PCI: rockchip: Simplify clock handling by using clk_bulk*() function

From: Anand Moon
Date: Mon Jul 29 2024 - 08:42:32 EST


Hi All,

On Tue, 25 Jun 2024 at 16:10, Anand Moon <linux.amoon@xxxxxxxxx> wrote:
>
> Refactor the clock handling in the Rockchip PCIe driver,
> introducing a more robust and efficient method for enabling and
> disabling clocks using clk_bulk*() API. Using the clk_bulk APIs,
> the clock handling for the core clocks becomes much simpler.
>
> Signed-off-by: Anand Moon <linux.amoon@xxxxxxxxx>
> ---

Gentle ping ? Any review comments.

Thanks
-Anand