devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add QCOM RPMh Clock driver
@ 2018-04-08 10:32 Taniya Das
  2018-04-08 10:32 ` [[PATCH v2] 1/2] clk: qcom: clk-rpmh: Add QCOM RPMh clock driver Taniya Das
  2018-04-08 10:32 ` [[PATCH v2] 2/2] dt-bindings: clock: Introduce QCOM RPMh clock bindings Taniya Das
  0 siblings, 2 replies; 9+ messages in thread
From: Taniya Das @ 2018-04-08 10:32 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette
  Cc: Andy Gross, David Brown, Rajendra Nayak, Odelu Kukatla,
	Amit Nischal, linux-arm-msm, linux-soc, linux-clk, linux-kernel,
	devicetree, Taniya Das

 [v2]
  * Addressed comments from Stephen
  * Addressed comments from Evan

This patch series adds a driver and device tree documentation binding
for the clock control via Resource Power Manager-hardened (RPMh) on some
Qualcomm Technologies, Inc, SoCs such as SDM845. The clock RPMh driver
would send requests for the RPMh managed clock resources.

The RPMh clock driver depends upon the RPMh driver [1] and command DB
driver [2] which are both still undergoing review.

Thanks,
Taniya

[1]: https://lkml.org/lkml/2018/3/9/979
[2]: https://lkml.org/lkml/2018/3/14/787

Amit Nischal (2):
  clk: qcom: clk-rpmh: Add QCOM RPMh clock driver
  dt-bindings: clock: Introduce QCOM RPMh clock bindings

 .../devicetree/bindings/clock/qcom,rpmh-clk.txt |  22 ++
 drivers/clk/qcom/Kconfig                        |   9 +
 drivers/clk/qcom/Makefile                       |   1 +
 drivers/clk/qcom/clk-rpmh.c                     | 394 +++++++++++++++++++++
 include/dt-bindings/clock/qcom,rpmh.h           |  25 ++
 5 files changed, 451 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,rpmh-clk.txt
 create mode 100644 drivers/clk/qcom/clk-rpmh.c
 create mode 100644 include/dt-bindings/clock/qcom,rpmh.h

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-04-14  2:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-08 10:32 [PATCH v2 0/2] Add QCOM RPMh Clock driver Taniya Das
2018-04-08 10:32 ` [[PATCH v2] 1/2] clk: qcom: clk-rpmh: Add QCOM RPMh clock driver Taniya Das
2018-04-10 17:39   ` Bjorn Andersson
2018-04-14  2:02     ` Taniya Das
2018-04-13 16:37   ` Rob Herring
2018-04-14  2:02     ` Taniya Das
2018-04-08 10:32 ` [[PATCH v2] 2/2] dt-bindings: clock: Introduce QCOM RPMh clock bindings Taniya Das
2018-04-09 22:58   ` Bjorn Andersson
2018-04-14  2:03     ` Taniya Das

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).