public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ohad Ben-Cohen <ohad@wizery.com>,
	linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>,
	Loic Pallardy <loic.pallardy@st.com>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Subject: [GIT PULL] remoteproc updates for v4.15
Date: Fri, 17 Nov 2017 16:59:22 -0800	[thread overview]
Message-ID: <20171118005922.GB12202@builder> (raw)

The following changes since commit 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9:

  Linux 4.14-rc5 (2017-10-15 21:01:12 -0400)

are available in the Git repository at:

  git://github.com/andersson/remoteproc tags/rproc-v4.15

for you to fetch changes up to 1a5d5c592e902191bfa091ec9169aa43299a7d0f:

  remoteproc: qcom: Fix error handling paths in order to avoid memory leaks (2017-11-14 23:20:11 -0800)

----------------------------------------------------------------
remoteproc updates for v4.15

This adds an interface for configuring Qualcomm's "secure SMMU" and adds
support for booting the modem Hexagon on MSM8996.

Two new debugfs entries are added in the remoteproc core to introspect the list
of memory carveouts and the loaded resource table.

----------------------------------------------------------------
Avaneesh Kumar Dwivedi (4):
      firmware: scm: Add new SCM call API for switching memory ownership
      remoteproc: qcom: refactor mss fw image loading sequence
      remoteproc: qcom: Make secure world call for mem ownership switch
      remoteproc: qcom: Add support for mss remoteproc on msm8996

Bjorn Andersson (1):
      remoteproc: qcom: Drop pr_err in q6v5_xfer_mem_ownership()

Christophe JAILLET (1):
      remoteproc: qcom: Fix error handling paths in order to avoid memory leaks

Loic Pallardy (2):
      remoteproc: debug: add resource table dump feature
      remoteproc: debug: add carveouts list dump feature

 .../devicetree/bindings/remoteproc/qcom,q6v5.txt   |   1 +
 drivers/firmware/qcom_scm-32.c                     |   7 +
 drivers/firmware/qcom_scm-64.c                     |  27 ++
 drivers/firmware/qcom_scm.c                        |  95 +++++++
 drivers/firmware/qcom_scm.h                        |   5 +
 drivers/remoteproc/qcom_q6v5_pil.c                 | 291 ++++++++++++++++++---
 drivers/remoteproc/remoteproc_debugfs.c            | 130 +++++++++
 include/linux/qcom_scm.h                           |  16 ++
 8 files changed, 533 insertions(+), 39 deletions(-)

                 reply	other threads:[~2017-11-18  0:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20171118005922.GB12202@builder \
    --to=bjorn.andersson@linaro.org \
    --cc=akdwived@codeaurora.org \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=loic.pallardy@st.com \
    --cc=ohad@wizery.com \
    --cc=torvalds@linux-foundation.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