2024-01-10 11:26:26

by Shradha Todi

[permalink] [raw]
Subject: [PATCH v3 0/2] Add helper function to get and enable all bulk clocks

Create a managed API wrapper to get all the bulk clocks and enable them
as it is a very common practice in many drivers. The second patch uses
this API to adapt to clk_bulk_* APIs.
v1:
- https://lore.kernel.org/lkml/[email protected]/
v2:
- https://lore.kernel.org/lkml/[email protected]/
- Addressed Manivannan's comments to improve patch

Shradha Todi (2):
clk: Provide managed helper to get and enable bulk clocks
PCI: exynos: Adapt to clk_bulk_* APIs

drivers/clk/clk-devres.c | 41 ++++++++++++++++++
drivers/pci/controller/dwc/pci-exynos.c | 55 +++----------------------
include/linux/clk.h | 25 +++++++++++
3 files changed, 71 insertions(+), 50 deletions(-)

--
2.17.1