All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Keystone2 Remoteproc driver
@ 2017-05-26 16:53 ` Suman Anna
  0 siblings, 0 replies; 35+ messages in thread
From: Suman Anna @ 2017-05-26 16:53 UTC (permalink / raw)
  To: Bjorn Andersson, Ohad Ben-Cohen, Rob Herring
  Cc: Santosh Shilimkar, Mark Rutland, linux-remoteproc,
	linux-arm-kernel, devicetree, linux-kernel, Suman Anna,
	Andrew F. Davis, Sam Nelson

Hi,

This series 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. Support
for the remaining 66AK2G SoC family will be added later as it is
awaiting the dependent clock and reset drivers to be merged into
mainline.

Supported features include basic load/boot using DSP internal memory
regions and error recovery. IPC based on the virtio-rpmsg transport
with vrings in external DDR memory and interrupts supported through
MMRs.

The DTS nodes will be posted separately once the binding is accepted.
The virtio-rpmsg based IPC stack would require some support in the
virtio_rpmsg driver (first 2 patches from Loic's "virtio_rpmsg: make
rpmsg channel configurable" series [1] to begin with) if using CMA
pools from HighMem area.

regards
Suman

[1] https://lkml.org/lkml/2017/3/28/349

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

Suman Anna (2):
  Documentation: DT: add Keystone DSP remoteproc binding
  remoteproc/keystone: add a remoteproc driver for Keystone 2 DSPs

 .../bindings/remoteproc/ti,keystone-rproc.txt      | 132 ++++++
 drivers/remoteproc/Kconfig                         |  13 +
 drivers/remoteproc/Makefile                        |   1 +
 drivers/remoteproc/keystone_remoteproc.c           | 525 +++++++++++++++++++++
 4 files changed, 671 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] 35+ messages in thread

end of thread, other threads:[~2017-06-05 20:05 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-26 16:53 [PATCH 0/3] Add Keystone2 Remoteproc driver Suman Anna
2017-05-26 16:53 ` Suman Anna
2017-05-26 16:53 ` Suman Anna
2017-05-26 16:53 ` [PATCH 1/3] Documentation: DT: add Keystone DSP remoteproc binding Suman Anna
2017-05-26 16:53   ` Suman Anna
2017-05-26 16:53   ` Suman Anna
2017-05-26 16:53   ` Suman Anna
2017-05-31 19:12   ` Rob Herring
2017-05-31 19:12     ` Rob Herring
2017-05-31 20:05     ` Suman Anna
2017-05-31 20:05       ` Suman Anna
2017-05-31 20:05       ` Suman Anna
2017-05-31 20:05       ` Suman Anna
2017-06-05 17:26       ` Rob Herring
2017-06-05 17:26         ` Rob Herring
2017-06-05 18:21         ` Suman Anna
2017-06-05 18:21           ` Suman Anna
2017-06-05 18:21           ` Suman Anna
2017-06-05 18:21           ` Suman Anna
2017-06-05 19:10           ` Rob Herring
2017-06-05 19:10             ` Rob Herring
2017-06-05 19:10             ` Rob Herring
2017-06-05 19:10             ` Rob Herring
2017-06-05 20:05             ` Suman Anna
2017-06-05 20:05               ` Suman Anna
2017-06-05 20:05               ` Suman Anna
2017-06-05 20:05               ` Suman Anna
2017-05-26 16:53 ` [PATCH 2/3] remoteproc/keystone: add a remoteproc driver for Keystone 2 DSPs Suman Anna
2017-05-26 16:53   ` Suman Anna
2017-05-26 16:53   ` Suman Anna
2017-05-26 16:53   ` Suman Anna
2017-05-26 16:53 ` [PATCH 3/3] remoteproc/keystone: ensure the DSPs are in reset in probe Suman Anna
2017-05-26 16:53   ` Suman Anna
2017-05-26 16:53   ` Suman Anna
2017-05-26 16:53   ` Suman Anna

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.