All of lore.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,
	Suman Anna <s-anna@ti.com>,
	Sarangdhar Joshi <spjoshi@codeaurora.org>,
	"Andrew F. Davis" <afd@ti.com>,
	Colin Ian King <colin.king@canonical.com>
Subject: [GIT PULL] remoteproc updates for v4.13
Date: Wed, 5 Jul 2017 16:43:54 -0700	[thread overview]
Message-ID: <20170705234354.GB20643@builder> (raw)

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

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

for you to fetch changes up to b0af7b7dbedd45367f8f1d91049c30b251ad528f:

  remoteproc/keystone: Fix circular dependencies for ARM configs (2017-06-27 16:21:34 -0700)

----------------------------------------------------------------
remoteproc updates for v4.13

This introduces the Keystone 2 DSP driver and refactors the start/stop code in
recovery. The Davinci DSP driver gets a few fixes and the Kconfig gets cleaned
up.

----------------------------------------------------------------
Andrew F. Davis (1):
      remoteproc/keystone: Ensure the DSPs are in reset in probe

Colin Ian King (1):
      remoteproc: fix spelling mistake: "Resouce" -> "Resource"

Sarangdhar Joshi (2):
      remoteproc: Introduce rproc_{start,stop}() functions
      remoteproc: Modify recovery path to use rproc_{start,stop}()

Suman Anna (8):
      remoteproc/davinci: Update Kconfig to depend on DMA_CMA
      remoteproc/davinci: simplify the reset function
      remoteproc/davinci: fix unbalanced reset between start and stop ops
      dt-bindings: remoteproc: Add Keystone DSP remoteproc binding
      remoteproc/keystone: Add a remoteproc driver for Keystone 2 DSPs
      remoteproc: Drop VIRTUALIZATION dependency from REMOTEPROC
      remoteproc: Drop redundant REMOTEPROC dependency from driver Kconfigs
      remoteproc/keystone: Fix circular dependencies for ARM configs

 .../bindings/remoteproc/ti,keystone-rproc.txt      | 133 ++++++
 drivers/remoteproc/Kconfig                         |  22 +-
 drivers/remoteproc/Makefile                        |   1 +
 drivers/remoteproc/da8xx_remoteproc.c              |  32 +-
 drivers/remoteproc/keystone_remoteproc.c           | 525 +++++++++++++++++++++
 drivers/remoteproc/remoteproc_core.c               | 178 ++++---
 6 files changed, 787 insertions(+), 104 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt
 create mode 100644 drivers/remoteproc/keystone_remoteproc.c

                 reply	other threads:[~2017-07-05 23:43 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=20170705234354.GB20643@builder \
    --to=bjorn.andersson@linaro.org \
    --cc=afd@ti.com \
    --cc=colin.king@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=ohad@wizery.com \
    --cc=s-anna@ti.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.