remoteproc: Introduce K3 C66 and C71 remoteproc driver
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 4 Sep 2019 10:31:36 +0000 (16:01 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2019 14:07:34 +0000 (10:07 -0400)
commitab827b385718be0aceefb9cd20108265ebb90572
tree11631b6ad3c9494b8d10dca1ee2f4abd30cd99ba
parente18fb7dd5c00d2830f4c6acca2451032fe1b4870
remoteproc: Introduce K3 C66 and C71 remoteproc driver

Certain SoCs with K3 architecture have integrated a C66 Corepac DSP
subsystem and an advanced C71 DSPs. Introduce a remoteproc driver
that that does take care of loading an elf to any of the specified
DSPs and start it.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
drivers/remoteproc/Kconfig
drivers/remoteproc/Makefile
drivers/remoteproc/ti_k3_dsp_rproc.c [new file with mode: 0644]