* [GIT PULL] remoteproc updates for v4.13
@ 2017-07-05 23:43 Bjorn Andersson
0 siblings, 0 replies; only message in thread
From: Bjorn Andersson @ 2017-07-05 23:43 UTC (permalink / raw)
To: Linus Torvalds
Cc: Ohad Ben-Cohen, linux-remoteproc, linux-kernel, Suman Anna,
Sarangdhar Joshi, Andrew F. Davis, Colin Ian King
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-07-05 23:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 23:43 [GIT PULL] remoteproc updates for v4.13 Bjorn Andersson
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.