All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add non PAS wcss Q6 support for QCS404
@ 2018-10-09 13:05 Govind Singh
  2018-10-09 13:05 ` [PATCH 1/6] dt-bindings: clock: qcom: Add QCOM WCSS GCC clock bindings Govind Singh
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Govind Singh @ 2018-10-09 13:05 UTC (permalink / raw)
  To: bjorn.andersson, linux-remoteproc, sricharan, sibis,
	linux-arm-msm, andy.gross, david.brown, linux-soc, devicetree
  Cc: Govind Singh

Add non PAS(Peripheral Authentication System) WCSS remoteproc
driver support and wcss clock/reset controls for QCS404 SOC.
Add WCSS q6 bootup and shutdown sequence handled from
Application Processor SubSystem(APSS).

Govind Singh (6):
  dt-bindings: clock: qcom: Add QCOM WCSS GCC clock bindings
  clk: qcom: Add WCSS gcc clock control for QCS404
  dt-bindings: clock: qcom: Introduce QCOM WCSS Q6DSP clock bindings
  clk: qcom: Add WCSS Q6DSP clock controller for QCS404
  remoteproc: qcom: wcss: populate hardcoded param using driver data
  remoteproc: qcom: wcss: Add non pas wcss Q6 support for QCS404

 .../devicetree/bindings/clock/qcom,wcsscc.txt      |  26 +
 .../devicetree/bindings/remoteproc/qcom,q6v5.txt   |   1 +
 drivers/clk/qcom/Kconfig                           |   9 +
 drivers/clk/qcom/Makefile                          |   1 +
 drivers/clk/qcom/gcc-qcs404.c                      |  39 +-
 drivers/clk/qcom/wcsscc-qcs404.c                   | 290 +++++++++
 drivers/remoteproc/qcom_q6v5_wcss.c                | 666 +++++++++++++++++++--
 include/dt-bindings/clock/qcom,gcc-qcs404.h        |   3 +
 include/dt-bindings/clock/qcom,wcss-qcs404.h       |  24 +
 9 files changed, 1020 insertions(+), 39 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,wcsscc.txt
 create mode 100644 drivers/clk/qcom/wcsscc-qcs404.c
 create mode 100644 include/dt-bindings/clock/qcom,wcss-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] 9+ messages in thread

end of thread, other threads:[~2018-10-10  7:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09 13:05 [PATCH 0/6] Add non PAS wcss Q6 support for QCS404 Govind Singh
2018-10-09 13:05 ` [PATCH 1/6] dt-bindings: clock: qcom: Add QCOM WCSS GCC clock bindings Govind Singh
2018-10-09 13:05 ` [PATCH 2/6] clk: qcom: Add WCSS gcc clock control for QCS404 Govind Singh
2018-10-09 17:55   ` Taniya Das
2018-10-10  7:33     ` Govind Singh
2018-10-09 13:05 ` [PATCH 3/6] dt-bindings: clock: qcom: Introduce QCOM WCSS Q6DSP clock bindings Govind Singh
2018-10-09 13:05 ` [PATCH 4/6] clk: qcom: Add WCSS Q6DSP clock controller for QCS404 Govind Singh
2018-10-09 13:05 ` [PATCH 5/6] remoteproc: qcom: wcss: populate hardcoded param using driver data Govind Singh
2018-10-09 13:05 ` [PATCH 6/6] remoteproc: qcom: wcss: Add non pas wcss Q6 support 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.