[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1524576771-31096-1-git-send-email-anischal@codeaurora.org>
Date: Tue, 24 Apr 2018 19:02:49 +0530
From: Amit Nischal <anischal@...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>,
Taniya Das <tdas@...eaurora.org>,
linux-arm-msm@...r.kernel.org, linux-soc@...r.kernel.org,
linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, Amit Nischal <anischal@...eaurora.org>
Subject: [PATCH 0/2] Add QCOM video clock controller driver
This patch series adds a driver and device tree documentation binding
for the video clock controller on some Qualcomm Technologies, Inc, SoCs
such as SDM845. This would allow video drivers to probe and control their
clocks.
The video clock driver depends upon the RPMh driver[1], command DB driver[2],
RPMh clock driver[3], rcg2 shared ops[4] changes which are undergoing review.
[1]: https://lkml.org/lkml/2018/4/19/914
[2]: https://lkml.org/lkml/2018/4/5/451
[3]: https://lkml.org/lkml/2018/4/24/390
[4]: https://lkml.org/lkml/2018/4/18/367
Amit Nischal (2):
dt-bindings: clock: Introduce QCOM Video clock bindings
clk: qcom: Add video clock controller driver for SDM845
.../devicetree/bindings/clock/qcom,videocc.txt | 18 ++
drivers/clk/qcom/Kconfig | 11 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/videocc-sdm845.c | 359 +++++++++++++++++++++
include/dt-bindings/clock/qcom,videocc-sdm845.h | 25 ++
5 files changed, 414 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/qcom,videocc.txt
create mode 100644 drivers/clk/qcom/videocc-sdm845.c
create mode 100644 include/dt-bindings/clock/qcom,videocc-sdm845.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