mbox series

[0/4] PCI: qcom: use clk_bulk API

Message ID 20221020103120.1541862-1-dmitry.baryshkov@linaro.org
Headers show
Series PCI: qcom: use clk_bulk API | expand

Message

Dmitry Baryshkov Oct. 20, 2022, 10:31 a.m. UTC
Replace open-coded clk iterations with clk_bulk_ API usage.

Dmitry Baryshkov (4):
  PCI: qcom: Move 2_1_0 defines close to the struct definition
  PCI: qcom: Use clk_bulk_ API for 1.0.0 clocks handling
  PCI: qcom: Use clk_bulk_ API for 2.3.2 clocks handling
  PCI: qcom: Use clk_bulk_ API for 2.3.3 clocks handling

 drivers/pci/controller/dwc/pcie-qcom.c | 230 +++++--------------------
 1 file changed, 45 insertions(+), 185 deletions(-)