[PATCH V1]: clk: qcom: support qpnp clock divider configuration

From: Tirupathi Reddy
Date: Thu Jul 13 2017 - 07:32:38 EST


This patch adds a new device driver for configuring the clkdiv module
presents on the Qualcomm QPNP PMIC. The driver configures the frequency
of clkdiv outputs. The driver provides callback functions for different
clock operations and register the clkdiv module to clock framework.

Tirupathi Reddy (1):
clk: qcom: Add qpnp clock divider support

.../devicetree/bindings/clock/clk-qpnp-div.txt | 52 +++
drivers/clk/qcom/Kconfig | 9 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/clk-qpnp-div.c | 422 +++++++++++++++++++++
4 files changed, 484 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/clk-qpnp-div.txt
create mode 100644 drivers/clk/qcom/clk-qpnp-div.c

--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation