This patch series is to add remoteproc driver for Cortex-R5 included in Xilinx Zynq UltraScale MPSoC so that we can boot and passing messages to the R5 subsystem.
Wendy Liang (2): remoteproc: Add zynqmp R5 remoteproc driver Documentation: DTS: bindings: add ZynqMP RPU remoteproc .../bindings/remoteproc/zynqmp_r5_remoteproc.txt | 49 ++ drivers/remoteproc/Kconfig | 9 + drivers/remoteproc/Makefile | 1 + drivers/remoteproc/zynqmp_r5_remoteproc.c | 809 +++++++++++++++++++++ 4 files changed, 868 insertions(+) create mode 100644 Documentation/devicetree/bindings/remoteproc/zynqmp_r5_remoteproc.txt create mode 100644 drivers/remoteproc/zynqmp_r5_remoteproc.c -- 2.1.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

