Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
 messages from 2020-04-01 07:12:00 to 2020-04-09 21:38:15 UTC [more...]

[PATCH v2 00/17] remoteproc: Add support for synchronisation with MCU
 2020-04-09 21:38 UTC  (57+ messages)
` [PATCH v2 01/17] remoteproc: Add new operation and state machine for MCU synchronisation
` [PATCH v2 03/17] remoteproc: Split firmware name allocation from rproc_alloc()
` [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 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/7] TI K3 R5F remoteproc support
 2020-04-09 21:36 UTC  (28+ messages)
` [PATCH 1/7] remoteproc: add prepare and unprepare ops
` [PATCH 3/7] dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs
` [PATCH 5/7] remoteproc/k3-r5: Add a remoteproc driver for R5F subsystem
` [PATCH 6/7] remoteproc/k3-r5: Initialize TCM memories for ECC

[PATCH] remoteproc: pull in slab.h
 2020-04-09 21:10 UTC  (2+ messages)

[PATCH] rpmsg: pull in slab.h
 2020-04-09 21:10 UTC  (2+ messages)

[PATCH] remoteproc: core: Add a memory efficient coredump function
 2020-04-09 20:27 UTC  (12+ messages)

[PATCH v2 1/2] remoteproc: Add character device interface
 2020-04-09 17:14 UTC  (23+ messages)

[PATCH v2 0/2] Misc. rproc fixes around fixed memory region support
 2020-04-09 13:20 UTC  (18+ messages)
` [PATCH v2 1/2] remoteproc: fall back to using parent memory pool if no dedicated available

[PATCH v2] rpmsg: core: Add wildcard match for name service
 2020-04-09  8:54 UTC  (15+ messages)

[PATCH 1/2] remoteproc: drop memset when loading elf segments
 2020-04-09  8:22 UTC  (4+ messages)
` [PATCH 2/2] remoteproc: use filesz as backup when translate memsz fail

[PATCH v2 0/6] remoteproc: qcom: Add callbacks for remoteproc events
 2020-04-08 23:36 UTC  (13+ messages)
` [PATCH v2 1/6] remoteproc: sysmon: Add ability to send type of notification
` [PATCH v2 2/6] remoteproc: sysmon: Add notifications for events
` [PATCH v2 3/6] remoteproc: sysmon: Inform current rproc about all active rprocs
` [PATCH v2 4/6] remoteproc: qcom: Add name field for every subdevice
` [PATCH v2 5/6] remoteproc: qcom: Add per subsystem SSR notification
` [PATCH v2 6/6] remoteproc: qcom: Add notification types to SSR

[PATCH 0/3] remoteproc: bug fixes
 2020-04-08 22:18 UTC  (12+ 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

[PATCH v2 0/2] remoteproc: core: Add core functionality to the remoteproc framework
 2020-04-08 22:18 UTC  (6+ messages)
` [PATCH v2 1/2] remoteproc: core: Add an API for changing firmware name
` [PATCH v2 2/2] remoteproc: core: Prevent sleep when rproc crashes

[PATCH] remoteproc: mtk_scp: use dma_addr_t for DMA API
 2020-04-08 15:54 UTC  (2+ messages)

[PATCH] remoteproc: qcom_q6v5_mss: map/unmap mpss region before/after use
 2020-04-08 12:20 UTC  (5+ messages)

[PATCH 0/2] remoteproc: core: Add core functionality to the remoteproc framework
 2020-04-07 23:27 UTC  (11+ messages)
` [PATCH 2/2] remoteproc: core: Prevent sleep when rproc crashes

[PATCH v8 07/19] remoteproc: pull in slab.h
 2020-04-07  5:31 UTC  (8+ messages)
` [PATCH v8 15/19] remoteproc: switch to virtio_legacy_init/size

[PATCH v7 07/19] remoteproc: pull in slab.h
 2020-04-07  1:08 UTC  (4+ messages)
` [PATCH v7 15/19] remoteproc: switch to virtio_legacy_init/size

[PATCH 1/2] remoteproc: imx_rproc: dummy kick method
 2020-04-07  1:07 UTC  (11+ 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 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 v7 0/2] Add rpmsg tty driver
 2020-04-06 14:18 UTC  (13+ 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

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

[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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox