PCI: qcom: Use bulk clock APIs for handling clocks for IP rev 2.3.2
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 16 Mar 2023 08:11:07 +0000 (13:41 +0530)
committerLorenzo Pieralisi <lpieralisi@kernel.org>
Tue, 11 Apr 2023 09:31:10 +0000 (11:31 +0200)
commit5329bcc4a1e7dc41fcdffaa55c73b17b527b804f
tree81e6b92eaf1b4b9e19e9928ce1c142f015c13f94
parent5d4ffe5ec5e91c78de51f095673f1ad74438f60a
PCI: qcom: Use bulk clock APIs for handling clocks for IP rev 2.3.2

All the clocks are enabled and disabled at the same time. So the bulk clock
APIs can be used to handle them together. This simplifies the code a lot.

Link: https://lore.kernel.org/r/20230316081117.14288-10-manivannan.sadhasivam@linaro.org
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
drivers/pci/controller/dwc/pcie-qcom.c