[RFC PATCH 0/2] remoteproc: Add zynqmp R5 remoteproc driver

Wendy Liang wendy.liang at xilinx.com
Wed Jul 15 05:22:53 PDT 2015


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




More information about the linux-arm-kernel mailing list