linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add QCOM camera clock controller driver
@ 2018-07-23 11:26 Amit Nischal
  2018-07-23 11:26 ` [PATCH 1/2] dt-bindings: clock: Introduce QCOM Camera clock bindings Amit Nischal
  2018-07-23 11:26 ` [PATCH 2/2] clk: qcom: Add camera clock controller driver for SDM845 Amit Nischal
  0 siblings, 2 replies; 7+ messages in thread
From: Amit Nischal @ 2018-07-23 11:26 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette
  Cc: Andy Gross, David Brown, Rajendra Nayak, Odelu Kukatla,
	Taniya Das, linux-arm-msm, linux-soc, linux-clk, linux-kernel,
	Amit Nischal

This patch series adds a driver and device tree documentation binding
for the camera clock controller on some Qualcomm Technologies, Inc, SoCs
such as SDM845. This would allow camera drivers to probe and control their
clocks.

Amit Nischal (2):
  dt-bindings: clock: Introduce QCOM Camera clock bindings
  clk: qcom: Add camera clock controller driver for SDM845

 .../devicetree/bindings/clock/qcom,camcc.txt       |   18 +
 drivers/clk/qcom/Kconfig                           |    8 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/camcc-sdm845.c                    | 1736 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,camcc-sdm845.h      |  116 ++
 5 files changed, 1879 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,camcc.txt
 create mode 100644 drivers/clk/qcom/camcc-sdm845.c
 create mode 100644 include/dt-bindings/clock/qcom,camcc-sdm845.h

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

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

end of thread, other threads:[~2018-08-02 16:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-23 11:26 [PATCH 0/2] Add QCOM camera clock controller driver Amit Nischal
2018-07-23 11:26 ` [PATCH 1/2] dt-bindings: clock: Introduce QCOM Camera clock bindings Amit Nischal
2018-07-26 17:23   ` Stephen Boyd
2018-07-23 11:26 ` [PATCH 2/2] clk: qcom: Add camera clock controller driver for SDM845 Amit Nischal
2018-07-26 17:22   ` Stephen Boyd
2018-07-30  7:20     ` Amit Nischal
2018-08-02 16:57       ` Stephen Boyd

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