devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] remoteproc: Add zynqmp_r5 driver
@ 2020-04-16 21:54 Ben Levinsky
  2020-04-16 21:54 ` [PATCH v2 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration Ben Levinsky
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Ben Levinsky @ 2020-04-16 21:54 UTC (permalink / raw)
  To: ohad, bjorn.andersson, michal.simek, jollys, rajan.vaja, robh+dt,
	mark.rutland
  Cc: linux-remoteproc, linux-arm-kernel, devicetree, linux-kernel

There are Cortex-R5 processors on Xilinx ZynqMP UltraScale+
MPSoC.
This patch is to add an Xilinx ZynqMP R5 remoteproc driver to
enable Linux kernel to bringup R5, and enable communication
between Linux kernel and R5.

Ben Levinsky (5):
  firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU
    configuration.
  firmware: xilinx: Add shutdown/wakeup APIs
  firmware: xilinx: Add zynqmp_get_node_status API
  dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc
    bindings
  remoteproc: Add initial zynqmp R5 remoteproc driver


Changes since v1:
- remove domain struct as per review from Mathieu

 .../remoteproc/xilinx,zynqmp-r5-remoteproc.yaml    | 119 +++
 drivers/firmware/xilinx/zynqmp.c                   |  81 ++
 drivers/remoteproc/Kconfig                         |  10 +
 drivers/remoteproc/Makefile                        |   1 +
 drivers/remoteproc/zynqmp_r5_remoteproc.c          | 911 +++++++++++++++++++++
 include/linux/firmware/xlnx-zynqmp.h               |  30 +
 6 files changed, 1152 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/xilinx,zynqmp-r5-remoteproc.yaml
 create mode 100644 drivers/remoteproc/zynqmp_r5_remoteproc.c

-- 
2.7.4


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-04-17 16:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-16 21:54 [PATCH v2 0/5] remoteproc: Add zynqmp_r5 driver Ben Levinsky
2020-04-16 21:54 ` [PATCH v2 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration Ben Levinsky
2020-04-16 21:54 ` [PATCH v2 2/5] firmware: xilinx: Add shutdown/wakeup APIs Ben Levinsky
2020-04-16 21:54 ` [PATCH v2 3/5] firmware: xilinx: Add zynqmp_get_node_status API Ben Levinsky
2020-04-16 21:54 ` [PATCH v2 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings Ben Levinsky
2020-04-17 16:13   ` Rob Herring
2020-04-16 21:54 ` [PATCH v2 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver Ben Levinsky
2020-04-17  6:32   ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).