All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v23 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
@ 2020-11-14 16:49 ` Ben Levinsky
  0 siblings, 0 replies; 20+ messages in thread
From: Ben Levinsky @ 2020-11-14 16:49 UTC (permalink / raw)
  To: mathieu.poirier
  Cc: devicetree, linux-remoteproc, linux-kernel, linux-arm-kernel

v23:
- add TCM Nodes to xlnx-zynqmp.h to be used in R5 Remoteproc Driver
- Update grammar and capitalization in device tree bindings and R5 remoteproc driver comments
- Update device tree bindings and driver to align with TI Remoteproc R5 driver
- fix minor comments in v22 review

Previous version:
https://patchwork.kernel.org/project/linux-remoteproc/list/?series=376801


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

 .../xilinx,zynqmp-r5-remoteproc.yaml          | 238 +++++
 drivers/firmware/xilinx/zynqmp.c              |  96 ++
 drivers/remoteproc/Kconfig                    |   8 +
 drivers/remoteproc/Makefile                   |   1 +
 drivers/remoteproc/zynqmp_r5_remoteproc.c     | 872 ++++++++++++++++++
 include/linux/firmware/xlnx-zynqmp.h          |  64 ++
 6 files changed, 1279 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/xilinx,zynqmp-r5-remoteproc.yaml
 create mode 100644 drivers/remoteproc/zynqmp_r5_remoteproc.c

-- 
2.17.1


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

end of thread, other threads:[~2020-11-30 15:35 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14 16:49 [PATCH v23 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP Ben Levinsky
2020-11-14 16:49 ` Ben Levinsky
2020-11-14 16:49 ` [PATCH v23 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration Ben Levinsky
2020-11-14 16:49   ` Ben Levinsky
2020-11-14 16:49 ` [PATCH v23 2/5] firmware: xilinx: Add shutdown/wakeup APIs Ben Levinsky
2020-11-14 16:49   ` Ben Levinsky
2020-11-14 16:49 ` [PATCH v23 3/5] firmware: xilinx: Add RPU configuration APIs Ben Levinsky
2020-11-14 16:49   ` Ben Levinsky
2020-11-14 16:49 ` [PATCH v23 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings Ben Levinsky
2020-11-14 16:49   ` Ben Levinsky
2020-11-16 15:29   ` Rob Herring
2020-11-16 15:29     ` Rob Herring
2020-11-14 16:49 ` [PATCH v23 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver Ben Levinsky
2020-11-14 16:49   ` Ben Levinsky
2020-11-29 17:20   ` Ben Levinsky
2020-11-29 17:20     ` Ben Levinsky
2020-11-30 15:31     ` Mathieu Poirier
2020-11-30 15:31       ` Mathieu Poirier
2020-11-30 15:33       ` Ben Levinsky
2020-11-30 15:33         ` Ben Levinsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.