[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1499945536-18281-1-git-send-email-tirupath@codeaurora.org>
Date: Thu, 13 Jul 2017 17:02:15 +0530
From: Tirupathi Reddy <tirupath@...eaurora.org>
To: mturquette@...libre.com, sboyd@...eaurora.org, robh+dt@...nel.org,
mark.rutland@....com, andy.gross@...aro.org, david.brown@...aro.org
Cc: linux-clk@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
linux-soc@...r.kernel.org,
Tirupathi Reddy <tirupath@...eaurora.org>
Subject: [PATCH V1]: clk: qcom: support qpnp clock divider configuration
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
Powered by blists - more mailing lists