linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Venus remoteproc driver
@ 2016-08-19 15:53 Stanimir Varbanov
  2016-08-19 15:53 ` [PATCH 1/4] firmware: qcom: scm: add a video command for state setting Stanimir Varbanov
                   ` (3 more replies)
  0 siblings, 4 replies; 24+ messages in thread
From: Stanimir Varbanov @ 2016-08-19 15:53 UTC (permalink / raw)
  To: Andy Gross, Ohad Ben-Cohen, Bjorn Andersson, Stephen Boyd,
	Rob Herring, Mark Rutland
  Cc: Rob Clark, Srinivas Kandagatla, linux-kernel, linux-arm-msm,
	linux-remoteproc, devicetree, Stanimir Varbanov

Hi all,

The first patch adds a call to qcom SCM driver which helps to change
the Venus core state, in practice it is used for supend and resume
the video core. Second patch add two SCM calls needed by Venus
remoteproc driver in order to load and authenticate the firmware.

Next two patches add dt binding document and the Venus remoteproc
driver itself.

Comments are welcome.

regards,
Stan

Stanimir Varbanov (4):
  firmware: qcom: scm: add a video command for state setting
  firmware: qcom: scm: add iommu scm calls for pg table
  dt-binding: remoteproc: venus rproc dt binding document
  remoteproc: qcom: add Venus video core firmware loader driver

 .../devicetree/bindings/remoteproc/qcom,venus.txt  |  33 +++
 drivers/firmware/qcom_scm-32.c                     |  18 ++
 drivers/firmware/qcom_scm-64.c                     |  58 ++++++
 drivers/firmware/qcom_scm.c                        |  28 +++
 drivers/firmware/qcom_scm.h                        |  13 ++
 drivers/remoteproc/Kconfig                         |  10 +
 drivers/remoteproc/Makefile                        |   1 +
 drivers/remoteproc/qcom_venus_pil.c                | 226 +++++++++++++++++++++
 include/linux/qcom_scm.h                           |   5 +
 9 files changed, 392 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,venus.txt
 create mode 100644 drivers/remoteproc/qcom_venus_pil.c

-- 
2.7.4

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

end of thread, other threads:[~2016-10-18 16:24 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-19 15:53 [PATCH 0/4] Venus remoteproc driver Stanimir Varbanov
2016-08-19 15:53 ` [PATCH 1/4] firmware: qcom: scm: add a video command for state setting Stanimir Varbanov
2016-08-19 15:53 ` [PATCH 2/4] firmware: qcom: scm: add iommu scm calls for pg table Stanimir Varbanov
2016-08-22 16:29   ` kbuild test robot
2016-08-24 18:35   ` Gupta, Puja
2016-08-25  9:08     ` Stanimir Varbanov
2016-08-30 21:15     ` Andy Gross
2016-08-19 15:53 ` [PATCH 3/4] dt-binding: remoteproc: venus rproc dt binding document Stanimir Varbanov
2016-08-23 17:32   ` Rob Herring
2016-08-23 18:21     ` Bjorn Andersson
2016-08-24 15:36     ` Stanimir Varbanov
2016-08-25  0:05       ` Bjorn Andersson
2016-08-25 11:10         ` Stanimir Varbanov
2016-08-26 22:23           ` Bjorn Andersson
2016-08-29 11:48             ` Stanimir Varbanov
2016-08-30 17:17               ` Bjorn Andersson
2016-09-01 14:58                 ` Stanimir Varbanov
2016-09-01 20:46                   ` Andy Gross
2016-09-02 11:52                   ` Marek Szyprowski
2016-09-02 20:12                     ` Bjorn Andersson
2016-09-07 11:52                       ` Stanimir Varbanov
     [not found]                       ` <CGME20160915084644eucas1p1bd3f2078d4e1cb3acfa0ea87557bff4f@eucas1p1.samsung.com>
2016-09-15  8:46                         ` Marek Szyprowski
2016-08-19 15:53 ` [PATCH 4/4] remoteproc: qcom: add Venus video core firmware loader driver Stanimir Varbanov
2016-10-18 16:23   ` Stanimir Varbanov

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