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>,
Arnd Bergmann <arnd@arndb.de>,
Loic Pallardy <loic.pallardy@st.com>,
Sricharan R <sricharan@codeaurora.org>,
Suman Anna <s-anna@ti.com>, Alex Elder <elder@linaro.org>,
Bartosz Golaszewski <bgolaszewski@baylibre.com>,
Sibi Sankar <sibis@codeaurora.org>
Subject: [GIT PULL] remoteproc updates for v4.19
Date: Fri, 17 Aug 2018 14:44:22 -0700 [thread overview]
Message-ID: <20180817214422.GA3941@tuxbook-pro> (raw)
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the Git repository at:
git://github.com/andersson/remoteproc tags/rproc-v4.19
for you to fetch changes up to b2201ee554a5811f569f31280b0079e7d6177606:
remoteproc/davinci: use the reset framework (2018-08-16 17:39:55 -0700)
----------------------------------------------------------------
remoteproc updates for v4.19
This adds support for pre-start and post-shutdown hooks for remoteproc
subdevices, refactors the Qualcomm Hexagon support to allow reuse
between several drivers, makes authentication in the MDT file loader
optional, migrates a few format strings to use %pK and migrates the
Davinci driver to use the reset framework.
----------------------------------------------------------------
Alex Elder (1):
remoteproc: rename subdev probe and remove functions
Arnd Bergmann (2):
remoteproc: qcom q6v5: fix modular build
remoteproc: qcom: fix Q6V5_WCSS dependencies
Bartosz Golaszewski (1):
remoteproc/davinci: use the reset framework
Bjorn Andersson (7):
remoteproc: q6v5: Extract common resource handling
remoteproc: qcom: adsp: Use common q6v5 helpers
remoteproc: qcom: q6v5-pil: Use common q6v5 helpers
remoteproc: Rename subdev functions to start/stop
remoteproc: Make start and stop in subdev optional
remoteproc: Make client initialize ops in rproc_subdev
remoteproc: Introduce prepare and unprepare for subdevices
Loic Pallardy (2):
remoteproc: replace "%p" with "%pK"
remoteproc: st_slim: replace "%p" with "%pK"
Sibi Sankar (1):
remoteproc: qcom: q6v5-pil: fix modem hang on SDM845 after axis2 clk unvote
Sricharan R (2):
remoteproc: qcom: mdt_loader: Make the firmware authentication optional
remoteproc: qcom: Introduce Hexagon V5 based WCSS driver
Suman Anna (2):
remoteproc: Reset table_ptr in rproc_start() failure paths
remoteproc/davinci: Mark error recovery as disabled
.../devicetree/bindings/remoteproc/qcom,q6v5.txt | 7 +-
drivers/remoteproc/Kconfig | 23 +
drivers/remoteproc/Makefile | 2 +
drivers/remoteproc/da8xx_remoteproc.c | 37 +-
drivers/remoteproc/qcom_adsp_pil.c | 156 +-----
drivers/remoteproc/qcom_common.c | 26 +-
drivers/remoteproc/qcom_q6v5.c | 252 +++++++++
drivers/remoteproc/qcom_q6v5.h | 46 ++
drivers/remoteproc/qcom_q6v5_pil.c | 158 +-----
drivers/remoteproc/qcom_q6v5_wcss.c | 601 +++++++++++++++++++++
drivers/remoteproc/qcom_sysmon.c | 5 +-
drivers/remoteproc/remoteproc_core.c | 117 ++--
drivers/remoteproc/remoteproc_debugfs.c | 4 +-
drivers/remoteproc/remoteproc_virtio.c | 2 +-
drivers/remoteproc/st_slim_rproc.c | 3 +-
drivers/soc/qcom/mdt_loader.c | 87 ++-
include/linux/remoteproc.h | 19 +-
include/linux/soc/qcom/mdt_loader.h | 4 +
18 files changed, 1188 insertions(+), 361 deletions(-)
create mode 100644 drivers/remoteproc/qcom_q6v5.c
create mode 100644 drivers/remoteproc/qcom_q6v5.h
create mode 100644 drivers/remoteproc/qcom_q6v5_wcss.c
reply other threads:[~2018-08-17 21:44 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=20180817214422.GA3941@tuxbook-pro \
--to=bjorn.andersson@linaro.org \
--cc=arnd@arndb.de \
--cc=bgolaszewski@baylibre.com \
--cc=elder@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=loic.pallardy@st.com \
--cc=ohad@wizery.com \
--cc=s-anna@ti.com \
--cc=sibis@codeaurora.org \
--cc=sricharan@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