linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 22:03:24 to 2020-04-07 01:07:44 UTC [more...]

[PATCH 1/2] remoteproc: imx_rproc: dummy kick method
 2020-04-07  1:07 UTC  (10+ messages)
` [PATCH v2 0/3] remoteproc: imx_rproc: add virtio support
  ` [PATCH v2 1/3] remoteproc: imx_rproc: set pc on start
  ` [PATCH v2 2/3] remoteproc: imx_rproc: mailbox support
  ` [PATCH v2 3/3] remoteproc: imx_rproc: memory regions

[PATCH v7 07/19] remoteproc: pull in slab.h
 2020-04-07  1:07 UTC 

[PATCH v6 11/12] remoteproc: switch to virtio_legacy_init/size
 2020-04-06 22:26 UTC  (2+ messages)

[PATCH v5 11/12] remoteproc: switch to virtio_legacy_init/size
 2020-04-06 21:35 UTC  (2+ messages)

[PATCH v4 11/12] remoteproc: switch to virtio_legacy_init/size
 2020-04-06 21:34 UTC  (3+ messages)

[PATCH 0/7] TI K3 R5F remoteproc support
 2020-04-06 19:59 UTC  (16+ messages)
` [PATCH 1/7] remoteproc: add prepare and unprepare ops
` [PATCH 2/7] remoteproc: use a local copy for the name field
` [PATCH 3/7] dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs

[PATCH v2 1/2] remoteproc: Add character device interface
 2020-04-06 15:58 UTC  (17+ messages)

[PATCH v7 0/2] Add rpmsg tty driver
 2020-04-06 14:18 UTC  (30+ messages)
` [PATCH v7 1/2] rpmsg: core: add API to get MTU
` [PATCH v7 2/2] tty: add rpmsg driver

[GIT PULL] remoteproc updates for v5.7
 2020-04-03 21:18 UTC  (9+ messages)
` [PATCH] remoteproc/omap: Fix set_load call in omap_rproc_request_timer

[PATCH] remoteproc: core: Add a memory efficient coredump function
 2020-04-03 20:53 UTC  (8+ messages)

[PATCH 0/3] remoteproc: bug fixes
 2020-04-03 17:50 UTC  (8+ messages)
` [PATCH 1/3] remoteproc: fix a bug in rproc_alloc()
` [PATCH 2/3] remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()
` [PATCH 3/3] remoteproc: qcom_q6v5_mss: fix q6v5_probe() error paths

[GIT PULL] hwspinlock updates for v5.7
 2020-04-03  0:40 UTC  (2+ messages)

[PATCH v2 00/17] remoteproc: Add support for synchronisation with MCU
 2020-04-02 20:42 UTC  (60+ messages)
` [PATCH v2 01/17] remoteproc: Add new operation and state machine for MCU synchronisation
` [PATCH v2 02/17] remoteproc: Introduce function rproc_set_mcu_sync_state()
` [PATCH v2 03/17] remoteproc: Split firmware name allocation from rproc_alloc()
` [PATCH v2 04/17] remoteproc: Split rproc_ops "
` [PATCH v2 05/17] remoteproc: Get rid of tedious error path
` [PATCH v2 06/17] remoteproc: Introduce function rproc_alloc_internals()
` [PATCH v2 07/17] remoteproc: Introduce function rproc_alloc_state_machine()
` [PATCH v2 08/17] remoteproc: Allocate synchronisation state machine
` [PATCH v2 09/17] remoteproc: Call the right core function based on synchronisation state
` [PATCH v2 10/17] remoteproc: Decouple firmware load and remoteproc booting
` [PATCH v2 11/17] remoteproc: Repurpose function rproc_trigger_auto_boot()
` [PATCH v2 12/17] remoteproc: Rename function rproc_fw_boot()
` [PATCH v2 13/17] remoteproc: Introducting new functions to start and stop an MCU
` [PATCH v2 14/17] remoteproc: Refactor function rproc_trigger_recovery()
` [PATCH v2 15/17] remoteproc: Correctly deal with MCU synchronisation when changing FW image
` [PATCH v2 16/17] remoteproc: Correctly deal with MCU synchronisation when changing state

[PATCH 0/6] remoteproc: qcom: Add callbacks for remoteproc events
 2020-04-02 17:47 UTC  (11+ messages)
` [PATCH 6/6] remoteproc: qcom: Add notification types to SSR

[PATCH 0/4] Update K3 DSP remoteproc driver for C71x DSPs
 2020-03-31 21:56 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: remoteproc: k3-dsp: Update bindings "
` [PATCH 2/4] remoteproc: introduce version element into resource type field
` [PATCH 3/4] remoteproc: add support for a new 64-bit trace version
` [PATCH 4/4] remoteproc/k3-dsp: Add support for C71x DSPs

[PATCH v2] remoteproc: remove rproc_elf32_sanity_check
 2020-03-31 15:13 UTC  (2+ messages)

[PATCH] remoteproc: remove rproc_elf32_sanity_check
 2020-03-31  6:51 UTC  (4+ messages)

[PATCH 00/11] remoteproc: stm32: Add support for synchronisation with MCU
 2020-03-30 22:56 UTC  (26+ messages)
` [PATCH 01/11] remoteproc: stm32: Decouple rproc from memory translation
` [PATCH 02/11] remoteproc: stm32: Request IRQ with platform device
` [PATCH 03/11] remoteproc: stm32: Decouple rproc from DT parsing
` [PATCH 04/11] remoteproc: stm32: Remove memory translation "
` [PATCH 05/11] remoteproc: stm32: Parse syscon that will manage M4 synchronisation
` [PATCH 06/11] remoteproc: stm32: Get coprocessor state
` [PATCH 07/11] remoteproc: stm32: Get loaded resource table for synchronisation
` [PATCH 08/11] remoteproc: stm32: Introduce new start and stop ops "
` [PATCH 09/11] remoteproc: stm32: Introduce new parse fw "
` [PATCH 10/11] remoteproc: stm32: Introduce new loaded rsc "
` [PATCH 11/11] remoteproc: stm32: Allocate rproc for synchronisation with MCU

[PATCH v2 0/3] Request direct mapping for modem device
 2020-03-30 22:11 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: remoteproc: qcom: Add iommus property

[PATCH 00/18] remoteproc: Add support for synchronisation with MCU
 2020-03-30 19:24 UTC  (5+ messages)
` [PATCH 01/18] remoteproc: Add new operation and state machine for MCU synchronisation

[PATCH v2 0/2] Misc. rproc fixes around fixed memory region support
 2020-03-30 12:29 UTC  (6+ messages)
` [PATCH v2 1/2] remoteproc: fall back to using parent memory pool if no dedicated available

Build failure in omap_remoteproc due to 02e6d546e3bd
 2020-03-29 20:32 UTC  (2+ messages)

[PATCH v2] rpmsg: core: Add wildcard match for name service
 2020-03-27 19:36 UTC  (7+ messages)

[PATCH v4 0/5] remoteproc: Add elf64 support
 2020-03-27  7:37 UTC  (4+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 1/8] remoteproc: Use size_t type for len in da_to_va

[PATCH 0/3] TI K3 DSP remoteproc driver for C66x DSPs
 2020-03-26 16:54 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: Add bindings for C66x DSPs on TI K3 SoCs
` [PATCH 2/3] remoteproc/k3-dsp: Add a remoteproc driver of K3 C66x DSPs
` [PATCH 3/3] remoteproc/k3-dsp: Add support for L2RAM loading on "

[PATCH] remoteproc: error on kick missing
 2020-03-26  5:47 UTC  (2+ messages)

[PATCH v5] remoteproc: Fix NULL pointer dereference in rproc_virtio_notify
 2020-03-26  5:46 UTC  (2+ messages)

[PATCHv9 00/15] remoteproc: updates for omap remoteproc support
 2020-03-26  5:46 UTC  (2+ messages)

[PATCH v5 0/4] remoteproc: Panic handling
 2020-03-26  5:46 UTC  (2+ messages)

[RFC 0/2] Allow client to recover crashed processor
 2020-03-25 21:42 UTC  (5+ messages)
` [RFC 1/2] remoteproc: sysfs: authorize rproc shutdown when rproc is crashed


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