linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>
To: bjorn.andersson@linaro.org
Cc: sboyd@codeaurora.org, agross@codeaurora.org,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-remoteproc@vger.kernel.org,
	Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>
Subject: [RFC ADD HYPERVISOR CALL SUPPORT 0/2]: Add hypervisor call support to enable mss rproc on msm8996
Date: Mon,  9 Jan 2017 20:40:07 +0530	[thread overview]
Message-ID: <1483974609-25522-1-git-send-email-akdwived@codeaurora.org> (raw)

This Patch series consist two patches.
	1- Add hypervisor call support to enable stage two translation applicable for armv8 and above.
	2- Add and enable mss remoteproc support for msm8996

This patchseries is dependednt on https://patchwork.kernel.org/patch/9492177/

Avaneesh Kumar Dwivedi (2):
  soc: qcom: Add hypervisor stage two translation request support.
  remoteproc: qcom: Add mss rproc support for msm8996.

 .../devicetree/bindings/remoteproc/qcom,q6v5.txt   |   2 +-
 drivers/firmware/qcom_scm-64.c                     |  16 ++
 drivers/firmware/qcom_scm.c                        |  13 +
 drivers/firmware/qcom_scm.h                        |  10 +
 drivers/remoteproc/qcom_q6v5_pil.c                 | 275 ++++++++++++++++++---
 drivers/soc/qcom/Kconfig                           |   8 +
 drivers/soc/qcom/Makefile                          |   1 +
 drivers/soc/qcom/secure_buffer.c                   | 229 +++++++++++++++++
 include/linux/qcom_scm.h                           |   1 +
 include/soc/qcom/secure_buffer.h                   |  51 ++++
 10 files changed, 574 insertions(+), 32 deletions(-)
 create mode 100644 drivers/soc/qcom/secure_buffer.c
 create mode 100644 include/soc/qcom/secure_buffer.h

-- 
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project.

             reply	other threads:[~2017-01-09 15:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-09 15:10 Avaneesh Kumar Dwivedi [this message]
2017-01-09 15:10 ` [RFC ADD HYPERVISOR CALL SUPPORT 1/2] soc: qcom: Add hypervisor stage two translation request support Avaneesh Kumar Dwivedi
2017-01-21  9:09   ` Stephen Boyd
2017-01-25 13:43     ` Dwivedi, Avaneesh Kumar (avani)
2017-01-09 15:10 ` [RFC ADD HYPERVISOR CALL SUPPORT 2/2] remoteproc: qcom: Add mss rproc support for msm8996 Avaneesh Kumar Dwivedi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1483974609-25522-1-git-send-email-akdwived@codeaurora.org \
    --to=akdwived@codeaurora.org \
    --cc=agross@codeaurora.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).