linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v20 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
@ 2020-10-30 21:28 Ben Levinsky
  2020-10-30 21:28 ` [PATCH v20 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration Ben Levinsky
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ben Levinsky @ 2020-10-30 21:28 UTC (permalink / raw)
  To: stefanos, mathieu.poirier
  Cc: devicetree, linux-remoteproc, linux-kernel, robh+dt, linux-arm-kernel

Update as follows:

Xilinx R5 Device Tree Bindings
- update typos and style
- add compat string for singular r5 core to accomodate
  devm_of_platform_populate


Remoteproc Driver:
- remove zynqmp_r5_rproc::dt_node and replace usage with
  zynqmp_r5_rproc->dev->of_node throughout file
- emulate TI K3 R5 probe use of devm_of_platform_populate to set devices for
  each R5 core's corresponding remoteproc device
- replace zynqmp_r5_rproc var name 'core' to 'z_rproc' throughout file for
  consistency
- update indentation
- remove unused var in zynqmp_r5_remoteproc_probe
- update typo in Kconfig


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

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          | 143 ++++
 drivers/firmware/xilinx/zynqmp.c              |  96 +++
 drivers/remoteproc/Kconfig                    |   8 +
 drivers/remoteproc/Makefile                   |   1 +
 drivers/remoteproc/zynqmp_r5_remoteproc.c     | 771 ++++++++++++++++++
 include/linux/firmware/xlnx-zynqmp.h          |  60 ++
 6 files changed, 1079 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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 21:28 [PATCH v20 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP Ben Levinsky
2020-10-30 21:28 ` [PATCH v20 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration Ben Levinsky
2020-10-30 21:28 ` [PATCH v20 2/5] firmware: xilinx: Add shutdown/wakeup APIs Ben Levinsky
2020-10-30 21:28 ` [PATCH v20 3/5] firmware: xilinx: Add RPU configuration APIs Ben Levinsky
2020-10-30 21:28 ` [PATCH v20 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings Ben Levinsky
2020-10-30 21:28 ` [PATCH v20 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver Ben Levinsky
2020-11-02 15:49   ` Michael Auchter

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).