remoteproc: Introduce a sandbox dummy driver
authorNishanth Menon <nm@ti.com>
Thu, 17 Sep 2015 20:42:40 +0000 (15:42 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 22 Oct 2015 18:18:39 +0000 (14:18 -0400)
commit3df0b8b4dad19c764c1cc81d283bf903f4ab9e69
tree78034d1d88f1b2888b43427bc059f1794dbd9540
parentddf56bc7e3ef43920b4a23320e70c1998f1ef843
remoteproc: Introduce a sandbox dummy driver

Introduce a dummy driver for sandbox that allows us to verify basic
functionality. This is not meant to do anything functional - but is
more or less meant as a framework plumbing debug helper.

The sandbox remoteproc driver maintains absolutey no states and is a
simple driver which just is filled with empty hooks. Idea being to give
an approximate idea to implement own remoteproc driver using this as a
template.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/remoteproc/Kconfig
drivers/remoteproc/Makefile
drivers/remoteproc/sandbox_testproc.c [new file with mode: 0644]