devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tirupathi Reddy <tirupath@codeaurora.org>
To: sboyd@codeaurora.org, robh+dt@kernel.org
Cc: mturquette@baylibre.com, mark.rutland@arm.com,
	andy.gross@linaro.org, david.brown@linaro.org,
	linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-soc@vger.kernel.org,
	Tirupathi Reddy <tirupath@codeaurora.org>
Subject: [PATCH V7 0/2] clk: qcom: spmi_pmic clock divider support
Date: Tue, 21 Nov 2017 14:41:03 +0530	[thread overview]
Message-ID: <1511255465-3984-1-git-send-email-tirupath@codeaurora.org> (raw)

The SPMI_PMIC clock divider driver configures the clkdiv modules present
on Qualcomm Technologies, Inc. SPMI PMIC. This driver provides a clock
interface for each clkdiv module and allows clock operations such as enable,
disable, set_rate, recalc_rate and round_rate.

Tirupathi Reddy (2):
  clk: qcom: Add spmi_pmic clock divider support
  dt-bindings: Add qcom spmi_pmic clock divider bindings

 .../bindings/clock/qcom,spmi-pmic-div.txt          |  59 ++++
 drivers/clk/qcom/Kconfig                           |   9 +
 drivers/clk/qcom/Makefile                          |   1 +
 drivers/clk/qcom/clk-spmi-pmic-div.c               | 302 +++++++++++++++++++++
 4 files changed, 371 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,spmi-pmic-div.txt
 create mode 100644 drivers/clk/qcom/clk-spmi-pmic-div.c

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

             reply	other threads:[~2017-11-21  9:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-21  9:11 Tirupathi Reddy [this message]
2017-11-21  9:11 ` [PATCH V7 1/2] clk: qcom: Add spmi_pmic clock divider support Tirupathi Reddy
2017-12-07  6:32   ` Stephen Boyd
2017-11-21  9:11 ` [PATCH V7 2/2] dt-bindings: Add qcom spmi_pmic clock divider bindings Tirupathi Reddy
2017-12-04 20:29   ` Rob Herring
2017-12-07  6:28     ` Stephen Boyd
2017-12-07  6:32   ` Stephen Boyd
     [not found] ` <1511255465-3984-1-git-send-email-tirupath-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2017-12-04 10:48   ` [PATCH V7 0/2] clk: qcom: spmi_pmic clock divider support Tirupathi Reddy T

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1511255465-3984-1-git-send-email-tirupath@codeaurora.org \
    --to=tirupath@codeaurora.org \
    --cc=andy.gross@linaro.org \
    --cc=david.brown@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-soc@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).