linux-kernel.vger.kernel.org archive mirror
 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,
	Suman Anna <s-anna@ti.com>,
	Rishabh Bhatnagar <rishabhb@codeaurora.org>,
	Sibi Sankar <sibis@codeaurora.org>,
	Alexandre Courbot <acourbot@chromium.org>,
	Colin Ian King <colin.king@canonical.com>,
	Mathieu Poirier <mathieu.poirier@linaro.org>,
	Pi-Hsun Shih <pihsun@chromium.org>
Subject: [GIT PULL] remoteproc updates for v5.10
Date: Thu, 22 Oct 2020 11:32:46 -0500	[thread overview]
Message-ID: <20201022163246.21438-1-bjorn.andersson@linaro.org> (raw)

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git tags/rproc-v5.10

for you to fetch changes up to 141bc97c1bfe31397b2a12e5676d0c2692c8e07e:

  remoteproc/mediatek: Remove non-standard dsb() (2020-10-15 22:14:42 -0500)

----------------------------------------------------------------
remoteproc updates for v5.10

This introduces support for the Mediatek MT9182 SCP and controlling the
Cortex R5F processors found in TI K3 platforms. It clones the
longstanding debugfs interface for controlling crash handling to sysfs.
Lastly it solves a bug where after a warm reset of Qualcomm platforms
the modem would crash upon first boot.

----------------------------------------------------------------
Alexandre Courbot (1):
      remoteproc: scp: add COMPILE_TEST dependency

Bjorn Andersson (1):
      remoteproc/mediatek: Remove non-standard dsb()

Colin Ian King (1):
      remoteproc/mediatek: fix null pointer dereference on null scp pointer

Mathieu Poirier (1):
      remoteproc: stm32: Fix pointer assignement

Pi-Hsun Shih (1):
      remoteproc/mediatek: Add support for mt8192 SCP

Rishabh Bhatnagar (3):
      remoteproc: Change default dump configuration to "disabled"
      remoteproc: Add coredump as part of sysfs interface
      remoteproc: Add recovery configuration to the sysfs interface

Sibi Sankar (2):
      remoteproc: qcom_q6v5: Assign mpss region to Q6 before MBA boot
      remoteproc: Fixup coredump debugfs disable request

Suman Anna (4):
      dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs
      remoteproc: k3-r5: Add a remoteproc driver for R5F subsystem
      remoteproc: k3-r5: Initialize TCM memories for ECC
      remoteproc: k3-r5: Add loading support for on-chip SRAM regions

 Documentation/ABI/testing/sysfs-class-remoteproc   |   44 +
 .../bindings/remoteproc/ti,k3-r5f-rproc.yaml       |  281 ++++
 drivers/remoteproc/Kconfig                         |   15 +-
 drivers/remoteproc/Makefile                        |    1 +
 drivers/remoteproc/mtk_common.h                    |   32 +
 drivers/remoteproc/mtk_scp.c                       |  199 ++-
 drivers/remoteproc/mtk_scp_ipi.c                   |    9 +-
 drivers/remoteproc/qcom_q6v5_mss.c                 |   16 +-
 drivers/remoteproc/remoteproc_coredump.c           |    6 +-
 drivers/remoteproc/remoteproc_debugfs.c            |   23 +-
 drivers/remoteproc/remoteproc_sysfs.c              |  119 ++
 drivers/remoteproc/stm32_rproc.c                   |    2 +-
 drivers/remoteproc/ti_k3_r5_remoteproc.c           | 1395 ++++++++++++++++++++
 include/linux/remoteproc.h                         |    8 +-
 14 files changed, 2087 insertions(+), 63 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml
 create mode 100644 drivers/remoteproc/ti_k3_r5_remoteproc.c

             reply	other threads:[~2020-10-22 16:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-22 16:32 Bjorn Andersson [this message]
2020-10-22 20:04 ` [GIT PULL] remoteproc updates for v5.10 pr-tracker-bot

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=20201022163246.21438-1-bjorn.andersson@linaro.org \
    --to=bjorn.andersson@linaro.org \
    --cc=acourbot@chromium.org \
    --cc=colin.king@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=ohad@wizery.com \
    --cc=pihsun@chromium.org \
    --cc=rishabhb@codeaurora.org \
    --cc=s-anna@ti.com \
    --cc=sibis@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).