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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html