linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/9] remoteproc: qcom: q6v5-wcss: Add support for secure pil
@ 2020-07-30 12:26 Gokul Sriram Palanisamy
  2020-07-30 12:26 ` [PATCH v7 1/9] remoteproc: qcom: Add PRNG proxy clock Gokul Sriram Palanisamy
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Gokul Sriram Palanisamy @ 2020-07-30 12:26 UTC (permalink / raw)
  To: gokulsri, agross, bjorn.andersson, david.brown, devicetree,
	jassisinghbrar, linux-arm-msm, linux-clk, linux-kernel,
	linux-remoteproc, mark.rutland, mturquette, nprakash, ohad,
	robh+dt, sboyd, sricharan

IPQ8074 needs support for secure pil as well.
Also, currently only unified firmware is supported.
IPQ8074 supports split firmware for q6 and m3, so
adding support for that.

This series is based on Govind's
"[v8] Add non PAS wcss Q6 support for QCS404"

changes since v6:
 - Rebased on top of the above mentioned dependant patch series

changes since v5:
 - Rebased on top of linux-5.8-rc3

changes since v4:
 - Rebased patch 8

changes since v3:
 - In patch 10, Added release_firmware to free up
   memory requested for m3 firmware.

changes since v2:
 - In patch 5, Added a driver data 'bcr_reset_required'
   to select if bcr reset is required
 - In patch 10, Removed syscon implementation and moved
   to mailbox framework to access APCS IPC

changes since v1:
 - In patch 10, Addressed minor review comments.

Gokul Sriram Palanisamy (9):
  remoteproc: qcom: Add PRNG proxy clock
  remoteproc: qcom: Add secure PIL support
  remoteproc: qcom: Add support for split q6 + m3 wlan firmware
  remoteproc: qcom: Add ssr subdevice identifier
  remoteproc: qcom: Update regmap offsets for halt register
  dt-bindings: clock: qcom: Add reset for WCSSAON
  clk: qcom: Add WCSSAON reset
  arm64: dts: Add support for scm on IPQ8074 SoCs
  arm64: dts: qcom: Enable Q6v5 WCSS for ipq8074 SoC

 arch/arm64/boot/dts/qcom/ipq8074.dtsi        | 127 +++++++++++++++++++++
 drivers/clk/qcom/gcc-ipq8074.c               |   1 +
 drivers/remoteproc/qcom_q6v5_wcss.c          | 162 +++++++++++++++++++++------
 include/dt-bindings/clock/qcom,gcc-ipq8074.h |   1 +
 4 files changed, 259 insertions(+), 32 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-07-30 12:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30 12:26 [PATCH v7 0/9] remoteproc: qcom: q6v5-wcss: Add support for secure pil Gokul Sriram Palanisamy
2020-07-30 12:26 ` [PATCH v7 1/9] remoteproc: qcom: Add PRNG proxy clock Gokul Sriram Palanisamy
2020-07-30 12:26 ` [PATCH v7 2/9] remoteproc: qcom: Add secure PIL support Gokul Sriram Palanisamy
2020-07-30 12:26 ` [PATCH v7 3/9] remoteproc: qcom: Add support for split q6 + m3 wlan firmware Gokul Sriram Palanisamy
2020-07-30 12:26 ` [PATCH v7 4/9] remoteproc: qcom: Add ssr subdevice identifier Gokul Sriram Palanisamy
2020-07-30 12:26 ` [PATCH v7 5/9] remoteproc: qcom: Update regmap offsets for halt register Gokul Sriram Palanisamy
2020-07-30 12:26 ` [PATCH v7 6/9] dt-bindings: clock: qcom: Add reset for WCSSAON Gokul Sriram Palanisamy
2020-07-30 12:26 ` [PATCH v7 7/9] clk: qcom: Add WCSSAON reset Gokul Sriram Palanisamy
2020-07-30 12:26 ` [PATCH v7 8/9] arm64: dts: Add support for scm on IPQ8074 SoCs Gokul Sriram Palanisamy
2020-07-30 12:26 ` [PATCH v7 9/9] arm64: dts: qcom: Enable Q6v5 WCSS for ipq8074 SoC Gokul Sriram Palanisamy

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