linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-24 23:52:26 to 2020-10-22 21:55:46 UTC [more...]

[PATCH 00/13] remoteproc: Add support for detaching from rproc
 2020-10-22 21:55 UTC  (29+ messages)
` [PATCH 01/13] remoteproc: Re-check state in rproc_shutdown()
` [PATCH 02/13] remoteproc: Remove useless check in rproc_del()
` [PATCH 03/13] remoteproc: Add new RPROC_ATTACHED state
` [PATCH 04/13] remoteproc: Properly represent the attached state
` [PATCH 05/13] remoteproc: Add new detach() remoteproc operation
` [PATCH 06/13] remoteproc: Introduce function __rproc_detach()
` [PATCH 07/13] remoteproc: Introduce function rproc_detach()
` [PATCH 08/13] remoteproc: Rename function rproc_actuate()
` [PATCH 09/13] remoteproc: Add return value to function rproc_shutdown()
` [PATCH 10/13] remoteproc: Properly deal with a stop request when attached
` [PATCH 11/13] remoteproc: Properly deal with detach request
` [PATCH 12/13] remoteproc: Refactor rproc delete and cdev release path
` [PATCH 13/13] remoteproc: Properly deal with a kernel panic when attached

[GIT PULL] rpmsg updates for 5.10
 2020-10-22 20:04 UTC  (2+ messages)

[GIT PULL] remoteproc updates for v5.10
 2020-10-22 20:04 UTC  (2+ messages)

[PATCH v4] remoteproc/mediatek: Add support for mt8192 SCP
 2020-10-21 19:35 UTC  (2+ messages)

[PATCH v3 0/8] rpmsg: Make RPMSG name service modular
 2020-10-20  7:17 UTC  (13+ messages)
` [PATCH v3 1/8] rpmsg: Introduce __rpmsg{16|32|64} types
` [PATCH v3 2/8] rpmsg: virtio: Move from virtio to rpmsg byte conversion
` [PATCH v3 3/8] rpmsg: Move structure rpmsg_ns_msg to header file
` [PATCH v3 4/8] rpmsg: virtio: Rename rpmsg_create_channel
` [PATCH v3 5/8] rpmsg: core: Add channel creation internal API
` [PATCH v3 6/8] rpmsg: virtio: Add rpmsg channel device ops
` [PATCH v3 7/8] rpmsg: Make rpmsg_{register|unregister}_device() public
` [PATCH v3 8/8] rpmsg: Turn name service into a stand alone driver

[PATCH v19 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-10-19 22:40 UTC  (6+ messages)
` [PATCH v19 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v19 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v19 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v19 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v19 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH v18 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-10-19 21:33 UTC  (20+ messages)
` [PATCH v18 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v18 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v18 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v18 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v18 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver
      `  "
          `  "

[PATCH v2 0/4] ARM: stm32: add DT properties for remote proc synchronisation
 2020-10-19 20:27 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: arm: stm32: Add compatible for syscon tamp node
` [PATCH v2 2/4] dt-bindings: remoteproc: stm32_rproc: update for firmware synchronization
` [PATCH v2 3/4] dt-bindings: remoteproc: stm32_rproc: update syscon descriptions
` [PATCH v2 4/4] ARM: dts: stm32: update stm32mp151 for remote proc synchronization support

[PATCH V2 0/7] remoteproc: imx_rproc: support iMX8MQ/M
 2020-10-19 20:12 UTC  (16+ messages)
` [PATCH V2 1/7] remoteproc: elf: support platform specific memory hook
` [PATCH V2 2/7] remoteproc: imx_rproc: add elf memory hooks
` [PATCH V2 3/7] remoteproc: imx_rproc: correct err message
` [PATCH V2 4/7] remoteproc: imx_rproc: use devm_ioremap
` [PATCH V2 5/7] remoteproc: imx_rproc: add i.MX specific parse fw hook
` [PATCH V2 6/7] remoteproc: imx_rproc: support i.MX8MQ/M
` [PATCH V2 7/7] remoteproc: imx_proc: enable virtio/mailbox

[PATCH v2 0/9] rpmsg: Make RPMSG name service modular
 2020-10-16  9:45 UTC  (21+ messages)
` [PATCH v2 1/9] rpmsg: Move rpmsg_endpoint_ops to rpmsg.h
` [PATCH v2 2/9] rpmsg: Introduce __rpmsg{16|32|64} types
` [PATCH v2 3/9] rpmsg: virtio: Move from virtio to rpmsg byte conversion
` [PATCH v2 4/9] rpmsg: Move rpmsg_hr and rpmsg_ns_msg to header file
` [PATCH v2 5/9] rpmsg: virtio: Rename rpmsg_create_channel
` [PATCH v2 6/9] rpmsg: core: Add channel creation internal API
` [PATCH v2 7/9] rpmsg: virtio: Add rpmsg channel device ops
` [PATCH v2 8/9] rpmsg: Make rpmsg_{register|unregister}_device() public
` [PATCH v2 9/9] rpmsg: Turn name service into a stand alone driver

[RFC PATCH 0/4] Add a RPMsg driver to support AI Processing Unit (APU)
 2020-10-15 16:33 UTC  (10+ messages)
` [RFC PATCH 1/4] Add a RPMSG driver for the APU in the mt8183
` [RFC PATCH 2/4] rpmsg: apu_rpmsg: Add support for async apu request
` [RFC PATCH 3/4] rpmsg: apu_rpmsg: update the way to store IOMMU mapping
` [RFC PATCH 4/4] rpmsg: apu_rpmsg: Add an IOCTL to request "

[PATCH v2 0/3] Expose recovery/coredump configuration from sysfs
 2020-10-14  0:32 UTC  (5+ messages)

[PATCH v2] remoteproc: Fixup coredump debugfs disable request
 2020-10-14  0:10 UTC  (2+ messages)

[PATCH v3] remoteproc: qcom_q6v5: Assign mpss region to Q6 before MBA boot
 2020-10-14  0:10 UTC  (2+ messages)

[PATCH] remoteproc/mediatek: fix null pointer dereference on null scp pointer
 2020-10-14  0:10 UTC  (2+ messages)

[PATCH v3] remoteproc/mediatek: Add support for mt8192 SCP
 2020-10-14  0:10 UTC  (2+ messages)

[PATCH v5 0/4] TI K3 R5F remoteproc support
 2020-10-14  0:10 UTC  (6+ messages)
` [PATCH v5 1/4] dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs
` [PATCH v5 2/4] remoteproc: k3-r5: Add a remoteproc driver for R5F subsystem
` [PATCH v5 3/4] remoteproc: k3-r5: Initialize TCM memories for ECC
` [PATCH v5 4/4] remoteproc: k3-r5: Add loading support for on-chip SRAM regions

Disinfectant
 2020-10-13  8:06 UTC 

[PATCH 00/10] rpmsg: Make RPMSG name service modular
 2020-10-07 17:26 UTC  (17+ messages)
` [PATCH 02/10] rpmsg: core: Add channel creation internal API
` [PATCH 04/10] rpmsg: Move common structures and defines to headers
` [PATCH 05/10] rpmsg: virtio: Move virtio RPMSG structures to private header
` [PATCH 06/10] rpmsg: Turn name service into a stand alone driver
` [PATCH 08/10] rpmsg: core: Add RPMSG byte conversion operations
` [PATCH 10/10] rpmsg: ns: Make Name service module transport agnostic

[PATCH -next] dt-bindings: hwlock: omap: Fix warnings with k3.yaml
 2020-10-06 16:16 UTC  (4+ messages)

[PATCH] dt-bindings: Another round of adding missing 'additionalProperties'
 2020-10-06  7:00 UTC  (13+ messages)

[PATCH 3/3] dt-bindings: mfd: google,cros-ec: add missing properties
 2020-10-05 15:48 UTC 

[PATCH v6 0/4] Introduce mini-dump support for remoteproc
 2020-10-03  2:05 UTC  (5+ messages)
` [PATCH v6 1/4] remoteproc: core: Add ops to enable custom coredump functionality
` [PATCH v6 2/4] remoteproc: coredump: Add minidump functionality
` [PATCH v6 3/4] remoteproc: qcom: Add capability to collect minidumps
` [PATCH v6 4/4] remoteproc: qcom: Add minidump id for sm8150 modem

[PATCH v17 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-10-02 19:07 UTC  (8+ messages)
` [PATCH v17 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v17 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v17 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v17 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v17 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH v7 0/3] Move recovery/coredump configuration to sysfs
 2020-10-02 18:09 UTC  (4+ messages)
` [PATCH v7 1/3] remoteproc: Change default dump configuration to "disabled"
` [PATCH v7 2/3] remoteproc: Add coredump as part of sysfs interface
` [PATCH v7 3/3] remoteproc: Add recovery configuration to the "

[PATCH v6 0/4] Add a vhost RPMsg API
 2020-10-01 17:57 UTC  (6+ messages)

[PATCH v16 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver
 2020-10-01 11:32 UTC  (2+ messages)

[PATCH v16 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-09-30 22:40 UTC  (5+ messages)
` [PATCH v16 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings

[PATCH v6 0/3] Move recovery/coredump configuration to sysfs
 2020-09-30  8:58 UTC  (10+ messages)
` [PATCH v6 1/3] remoteproc: Move coredump "
` [PATCH v6 2/3] remoteproc: Move recovery "
` [PATCH v6 3/3] remoteproc: Change default dump configuration to "disabled"

[PATCH 00/10] rpmsg: Make RPMSG name service modular
 2020-09-30  5:34 UTC  (2+ messages)

[PATCH v2 0/4] Add support of mt8183 APU
 2020-09-29 18:01 UTC  (7+ messages)
` [PATCH v2 1/4] dt bindings: remoteproc: Add bindings for MT8183 APU
` [PATCH v2 2/4] remoteproc: Add a remoteproc driver for the MT8183's APU
` [PATCH v2 3/4] remoteproc: mtk_vpu_rproc: Add support of JTAG

[PATCH v5 0/3] Introduce mini-dump support for remoteproc
 2020-09-28 19:38 UTC  (6+ messages)
` [PATCH v5 2/3] remoteproc: qcom: Add capability to collect minidumps
` [PATCH v5 3/3] remoteproc: qcom: Add minidump id for sm8150 modem remoteproc

[PATCH v5 0/2] Move recovery/coredump configuration to sysfs
 2020-09-26  3:32 UTC  (3+ messages)
` [PATCH v5 1/2] remoteproc: Move coredump "


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