devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add Keystone2 Remoteproc driver
@ 2017-06-08  0:24 Suman Anna
  2017-06-08  0:24 ` [PATCH v2 1/3] dt-bindings: remoteproc: Add Keystone DSP remoteproc binding Suman Anna
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Suman Anna @ 2017-06-08  0:24 UTC (permalink / raw)
  To: Bjorn Andersson, Rob Herring, Ohad Ben-Cohen
  Cc: Santosh Shilimkar, Mark Rutland, linux-remoteproc,
	linux-arm-kernel, devicetree, linux-kernel, Suman Anna,
	Andrew F. Davis, Sam Nelson

Hi,

This is v2 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 current series supports the 66AK2H/K, 66AK2L and 66AK2E SoC families.
The DTS nodes will be posted separately once the binding is accepted,
and dependent patches from Loic are merged. See v1 cover-letter for details.

Main changes are in the binding to address various comments from 
Rob Herring. The driver is updated to construct firmware names based on
alias property. Exact changes are summarized in each patch.

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      | 135 ++++++
 drivers/remoteproc/Kconfig                         |  13 +
 drivers/remoteproc/Makefile                        |   1 +
 drivers/remoteproc/keystone_remoteproc.c           | 525 +++++++++++++++++++++
 4 files changed, 674 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt
 create mode 100644 drivers/remoteproc/keystone_remoteproc.c

-- 
2.12.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-06-10 19:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-08  0:24 [PATCH v2 0/3] Add Keystone2 Remoteproc driver Suman Anna
2017-06-08  0:24 ` [PATCH v2 1/3] dt-bindings: remoteproc: Add Keystone DSP remoteproc binding Suman Anna
2017-06-09 14:27   ` Rob Herring
     [not found]   ` <20170608002447.47580-2-s-anna-l0cyMroinI0@public.gmane.org>
2017-06-10 19:33     ` Santosh Shilimkar
2017-06-08  0:24 ` [PATCH v2 2/3] remoteproc/keystone: Add a remoteproc driver for Keystone 2 DSPs Suman Anna
     [not found]   ` <20170608002447.47580-3-s-anna-l0cyMroinI0@public.gmane.org>
2017-06-10 19:32     ` Santosh Shilimkar
2017-06-08  0:24 ` [PATCH v2 3/3] remoteproc/keystone: Ensure the DSPs are in reset in probe Suman Anna
     [not found]   ` <20170608002447.47580-4-s-anna-l0cyMroinI0@public.gmane.org>
2017-06-10 19:32     ` Santosh Shilimkar

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).