[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <173564436965.205920.13726972992693707050.b4-ty@kernel.org>
Date: Tue, 31 Dec 2024 12:26:39 +0100
From: Lorenzo Pieralisi <lpieralisi@...nel.org>
To: Shawn Lin <shawn.lin@...k-chips.com>,
Krzysztof WilczyĆski <kw@...ux.com>,
Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
Rob Herring <robh@...nel.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Heiko Stuebner <heiko@...ech.de>,
Anand Moon <linux.amoon@...il.com>
Cc: Lorenzo Pieralisi <lpieralisi@...nel.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
linux-pci@...r.kernel.org,
linux-rockchip@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v11 1/3] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
On Mon, 02 Dec 2024 20:41:42 +0530, Anand Moon wrote:
> Currently, the driver acquires clks and prepare enable/disable unprepare
> the clks individually thereby making the driver complex to read.
> But this can be simplified by using the clk_bulk*() APIs.
> Use devm_clk_bulk_get_all() API to acquire all the clks and use
> clk_bulk_prepare_enable() to prepare enable clks
> and clk_bulk_disable_unprepare() APIs disable unprepare them in bulk.
>
> [...]
Applied to controller/rockchip, thanks!
[1/3] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
https://git.kernel.org/pci/pci/c/fa0ce454cd4e
[2/3] PCI: rockchip: Simplify reset control handling by using reset_control_bulk*() function
https://git.kernel.org/pci/pci/c/853c711e2caf
[3/3] PCI: rockchip: Refactor rockchip_pcie_disable_clocks() function signature
https://git.kernel.org/pci/pci/c/8261bf695c47
Thanks,
Lorenzo
Powered by blists - more mailing lists