[STLinux Kernel] [PATCH v5 4/7] remoteproc: Supply controller driver for ST's Remote Processors
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2016-03-16 16:38:26
Also in:
linux-devicetree, lkml
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2016-03-16 16:38:26
Also in:
linux-devicetree, lkml
On Tue, 12 Jan 2016, Lee Jones wrote:
Signed-off-by: Ludovic Barre <redacted> Signed-off-by: Lee Jones <redacted> --- drivers/remoteproc/Kconfig | 9 ++ drivers/remoteproc/Makefile | 1 + drivers/remoteproc/st_remoteproc.c | 297 +++++++++++++++++++++++++++++++++++++ 3 files changed, 307 insertions(+) create mode 100644 drivers/remoteproc/st_remoteproc.c
Acked-by: Peter Griffin <peter.griffin@linaro.org> regards, Peter.