Re: [PATCH v6 2/2] PCI: exynos: Adapt to clk_bulk_* APIs

From: Krzysztof Wilczyński
Date: Fri May 17 2024 - 07:26:40 EST


Hello,

> There is no need to hardcode the clock info in the driver as driver can
> rely on the devicetree to supply the clocks required for the functioning
> of the peripheral. Get rid of the static clock info and obtain the
> platform supplied clocks. All the clocks supplied is obtained and enabled
> using the devm_clk_bulk_get_all_enable() API.

Applied to controller/exynos, thank you!

[1/1] PCI: exynos: Adapt to use bulk clock APIs
https://git.kernel.org/pci/pci/c/358e579a9da2

Krzysztof