All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH_v3 0/2] Add Q6SSTOP clock controller for QCS404
@ 2019-08-23 13:13 Govind Singh
  2019-08-23 13:14 ` [PATCH_v3 1/2] dt-bindings: clock: qcom: Add QCOM Q6SSTOP clock controller bindings Govind Singh
  2019-08-23 13:14 ` [PATCH_v3 2/2] clk: qcom: Add Q6SSTOP clock controller for QCS404 Govind Singh
  0 siblings, 2 replies; 6+ messages in thread
From: Govind Singh @ 2019-08-23 13:13 UTC (permalink / raw)
  To: sboyd, robh
  Cc: bjorn.andersson, linux-arm-msm, linux-clk, devicetree, linux-soc,
	linux-remoteproc, Govind Singh

Add support for the Q6SSTOP clock control used on qcs404
based devices. This would allow wcss remoteproc driver to
control the required WCSS Q6SSTOP clock/reset controls to
bring the subsystem out of reset and shutdown the WCSS Q6DSP.

Changes in v3:
    - Fixed dt binding errors.

Changes in v2:
    - changed binding doc to yaml format.
    - Fixed alignment in q6sstop cc driver.

Govind Singh (2):
  dt-bindings: clock: qcom: Add QCOM Q6SSTOP clock controller bindings
  clk: qcom: Add Q6SSTOP clock controller for QCS404

 .../bindings/clock/qcom,q6sstopcc.yaml        |  47 ++++
 drivers/clk/qcom/Kconfig                      |   8 +
 drivers/clk/qcom/Makefile                     |   1 +
 drivers/clk/qcom/q6sstop-qcs404.c             | 223 ++++++++++++++++++
 .../dt-bindings/clock/qcom,q6sstopcc-qcs404.h |  18 ++
 5 files changed, 297 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,q6sstopcc.yaml
 create mode 100644 drivers/clk/qcom/q6sstop-qcs404.c
 create mode 100644 include/dt-bindings/clock/qcom,q6sstopcc-qcs404.h

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

end of thread, other threads:[~2019-10-11 13:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-23 13:13 [PATCH_v3 0/2] Add Q6SSTOP clock controller for QCS404 Govind Singh
2019-08-23 13:14 ` [PATCH_v3 1/2] dt-bindings: clock: qcom: Add QCOM Q6SSTOP clock controller bindings Govind Singh
2019-08-27 12:27   ` Rob Herring
2019-09-06 20:31     ` Stephen Boyd
2019-10-11 13:35       ` Govind Singh
2019-08-23 13:14 ` [PATCH_v3 2/2] clk: qcom: Add Q6SSTOP clock controller for QCS404 Govind Singh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.