Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1665297

[PATCH v3 0/3] Add Keystone2 Remoteproc driver

From Suman Anna <s-anna@ti.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/3] Add Keystone2 Remoteproc driver
Date 2017-06-14 01:50 +0200
Message-ID <tS3Jo-5XL-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Bjorn,

This is v3 of the patchset that adds the DT binding and the driver for
loading and booting the DSP devices present on various Keystone2 SoC families.
The binding and driver patches have already been acked by Rob Herring and Santosh
Shilimkar respectively, and this is just a minor refresh with one small comment
from Rob addressed in the binding (Patch 1). There are no code changes in remaining
patches. I have picked up their Acks in all the relevant patches.

Appreciate it if you can pick up the series for v4.13.

v2:
http://marc.info/?l=linux-kernel&m=149688154304565&w=2
v1:
http://marc.info/?t=149581802500004&r=1&w=2

regards
Suman

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

Suman Anna (2):
  dt-bindings: remoteproc: Add Keystone DSP remoteproc binding
  remoteproc/keystone: Add a remoteproc driver for Keystone 2 DSPs

 .../bindings/remoteproc/ti,keystone-rproc.txt      | 133 ++++++
 drivers/remoteproc/Kconfig                         |  13 +
 drivers/remoteproc/Makefile                        |   1 +
 drivers/remoteproc/keystone_remoteproc.c           | 525 +++++++++++++++++++++
 4 files changed, 672 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt
 create mode 100644 drivers/remoteproc/keystone_remoteproc.c

-- 
2.13.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/3] Add Keystone2 Remoteproc driver Suman Anna <s-anna@ti.com> - 2017-06-14 01:50 +0200
  [PATCH v3 3/3] remoteproc/keystone: Ensure the DSPs are in reset in probe Suman Anna <s-anna@ti.com> - 2017-06-14 01:50 +0200
  [PATCH v3 1/3] dt-bindings: remoteproc: Add Keystone DSP remoteproc binding Suman Anna <s-anna@ti.com> - 2017-06-14 01:50 +0200
  [PATCH v3 2/3] remoteproc/keystone: Add a remoteproc driver for Keystone 2 DSPs Suman Anna <s-anna@ti.com> - 2017-06-14 01:50 +0200

csiph-web