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,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
Sarangdhar Joshi <spjoshi@codeaurora.org>,
Arnd Bergmann <arnd@arndb.de>,
Jitendra Sharma <shajit@codeaurora.org>,
Sibi Sankar <sibis@codeaurora.org>
Subject: [GIT PULL] remoteproc updates for v4.17
Date: Mon, 9 Apr 2018 15:25:46 -0700 [thread overview]
Message-ID: <20180409222546.GD17344@builder> (raw)
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
are available in the Git repository at:
git://github.com/andersson/remoteproc tags/rproc-v4.17
for you to fetch changes up to 730b2ad8f72898029160a6832141ba954122a0c8:
remoteproc: fix null pointer dereference on glink only platforms (2018-04-05 22:53:16 -0700)
----------------------------------------------------------------
remoteproc updates for v4.17
This adds support for generating coredumps for remoteprocs using
devcoredump, adds the Qualcomm sysmon driver for intra-remoteproc crash
handling and a number of fixes in Qualcomm and IMX drivers.
----------------------------------------------------------------
Arnd Bergmann (1):
soc: qcom: qmi: add CONFIG_NET dependency
Bjorn Andersson (5):
remoteproc: Rename "load_rsc_table" to "parse_fw"
soc: qcom: mdt-loader: Return relocation base
remoteproc: Pass type of shutdown to subdev remove
remoteproc: qcom: Introduce sysmon
samples: Introduce Qualcomm QMI sample client
Christophe JAILLET (3):
remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'
remoteproc: imx_rproc: Re-use existing error handling path in 'imx_rproc_probe()'
remoteproc: imx_rproc: Slightly simplify code in 'imx_rproc_probe()'
Jitendra Sharma (1):
remoteproc: Remove null character write of shared mem
Sarangdhar Joshi (2):
remoteproc: Add remote processor coredump support
remoteproc: qcom: Register segments for core dump
Sibi Sankar (1):
remoteproc: fix null pointer dereference on glink only platforms
drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 4 +-
drivers/media/platform/qcom/venus/firmware.c | 2 +-
drivers/remoteproc/Kconfig | 19 +
drivers/remoteproc/Makefile | 1 +
drivers/remoteproc/imx_rproc.c | 23 +-
drivers/remoteproc/qcom_adsp_pil.c | 20 +-
drivers/remoteproc/qcom_common.c | 56 ++-
drivers/remoteproc/qcom_common.h | 23 +
drivers/remoteproc/qcom_q6v5_pil.c | 9 +-
drivers/remoteproc/qcom_sysmon.c | 579 +++++++++++++++++++++++++
drivers/remoteproc/qcom_wcnss.c | 11 +-
drivers/remoteproc/remoteproc_core.c | 152 ++++++-
drivers/remoteproc/remoteproc_internal.h | 7 +-
drivers/soc/qcom/Kconfig | 2 +-
drivers/soc/qcom/mdt_loader.c | 7 +-
include/linux/remoteproc.h | 27 +-
include/linux/soc/qcom/mdt_loader.h | 3 +-
samples/Kconfig | 10 +
samples/Makefile | 2 +-
samples/qmi/Makefile | 1 +
samples/qmi/qmi_sample_client.c | 622 +++++++++++++++++++++++++++
21 files changed, 1524 insertions(+), 56 deletions(-)
create mode 100644 drivers/remoteproc/qcom_sysmon.c
create mode 100644 samples/qmi/Makefile
create mode 100644 samples/qmi/qmi_sample_client.c
reply other threads:[~2018-04-09 22:25 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=20180409222546.GD17344@builder \
--to=bjorn.andersson@linaro.org \
--cc=arnd@arndb.de \
--cc=christophe.jaillet@wanadoo.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=ohad@wizery.com \
--cc=shajit@codeaurora.org \
--cc=sibis@codeaurora.org \
--cc=spjoshi@codeaurora.org \
--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;
as well as URLs for NNTP newsgroup(s).