[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1522304274-18989-1-git-send-email-tdas@codeaurora.org>
Date: Thu, 29 Mar 2018 11:47:51 +0530
From: Taniya Das <tdas@...eaurora.org>
To: Stephen Boyd <sboyd@...eaurora.org>,
Michael Turquette <mturquette@...libre.com>
Cc: Andy Gross <andy.gross@...aro.org>,
David Brown <david.brown@...aro.org>,
Rajendra Nayak <rnayak@...eaurora.org>,
Odelu Kukatla <okukatla@...eaurora.org>,
Amit Nischal <anischal@...eaurora.org>,
linux-arm-msm@...r.kernel.org, linux-soc@...r.kernel.org,
linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
Taniya Das <tdas@...eaurora.org>
Subject: [PATCH 0/2] Add QCOM RPMh Clock driver
Hello,
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 clock RPMh driver
dt-bindings: clock: Introduce QCOM RPMh clock bindings
.../devicetree/bindings/clock/qcom,rpmh.txt | 22 ++
drivers/clk/qcom/Kconfig | 9 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/clk-rpmh.c | 397 +++++++++++++++++++++
include/dt-bindings/clock/qcom,rpmh.h | 25 ++
5 files changed, 454 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/qcom,rpmh.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 Code Aurora Forum, hosted by The Linux Foundation
Powered by blists - more mailing lists