linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-08 23:37:12 to 2020-04-15 20:49:04 UTC [more...]

[PATCH v2 0/7] remoteproc: Refactor function rproc_alloc()
 2020-04-15 20:48 UTC  (10+ messages)
` [PATCH v2 1/7] remoteproc: Fix IDR initialisation in rproc_alloc()
` [PATCH v2 2/7] remoteproc: Split firmware name allocation from rproc_alloc()
` [PATCH v2 3/7] remoteproc: Simplify default name allocation
` [PATCH v2 4/7] remoteproc: Use kstrdup_const() rather than kstrup()
` [PATCH v2 5/7] remoteproc: Restructure firmware name allocation
` [PATCH v2 6/7] remoteproc: Split rproc_ops allocation from rproc_alloc()
` [PATCH v2 7/7] remoteproc: Get rid of tedious error path

[PATCH 0/4] remoteproc: Refactor function rproc_alloc()
 2020-04-15 19:34 UTC  (34+ messages)
` [PATCH 1/4] remoteproc: Fix a bug in rproc_alloc()
` [PATCH 2/4] remoteproc: Split firmware name allocation from rproc_alloc()
` [PATCH 3/4] remoteproc: Split rproc_ops "
` [PATCH 4/4] remoteproc: Get rid of tedious error path

[PATCH v2 0/6] remoteproc: qcom: Add callbacks for remoteproc events
 2020-04-15 18:11 UTC  (24+ 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 1/2] remoteproc: imx_rproc: dummy kick method
 2020-04-15 16:26 UTC  (17+ 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 v3,0/3] drivers: rpmon: new driver Remote Processor Monitor
 2020-04-15 15:16 UTC  (12+ messages)
  ` [PATCH v3,1/3] driver: "
  ` [PATCH v3,2/3] driver: rpmon: qmi message version 01
  ` [PATCH v3,3/3] driver: rpmon: add rpmon_qmi driver

[PATCH 0/2] Drop all accesses to MPSS PERPH register space
 2020-04-15 14:51 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: qcom: Replace halt-nav with spare-regs
` [PATCH 2/2] remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register space

[PATCH] hwspinlock: Simplify Kconfig
 2020-04-15 13:32 UTC  (4+ messages)

[PATCH v2 1/2] remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after use
 2020-04-15  7:16 UTC  (4+ messages)
` [PATCH v2 2/2] remoteproc: qcom_q6v5_mss: Remove unused q6v5_da_to_va function

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

[PATCH 4/4] remoteproc: Get rid of tedious error path
 2020-04-14 12:27 UTC  (4+ messages)

[PATCH 1/4] remoteproc: Fix a bug in rproc_alloc()
 2020-04-14 12:27 UTC  (4+ messages)

[PATCH 1/2] remoteproc: drop memset when loading elf segments
 2020-04-13  9:05 UTC  (18+ messages)
` [PATCH 2/2] remoteproc: use filesz as backup when translate memsz fail

[PATCH] remoteproc: Add missing '\n' in log messages
 2020-04-11 16:07 UTC  (2+ messages)

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

[PATCH 0/2] remoteproc: add rproc_coredump_set_elf_info
 2020-04-11  1:30 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] remoteproc: use rproc_coredump_set_elf_info in drivers

[PATCH] remoteproc: core: Add a memory efficient coredump function
 2020-04-11  1:16 UTC  (11+ messages)

[PATCH 0/7] TI K3 R5F remoteproc support
 2020-04-10 20:30 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 7/7] remoteproc/k3-r5: Add loading support for on-chip SRAM regions

[PATCH v2 1/2] remoteproc: Add character device interface
 2020-04-10 14:51 UTC  (16+ messages)

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

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

[PATCH v2 00/17] remoteproc: Add support for synchronisation with MCU
 2020-04-09 21:53 UTC  (39+ messages)
` [PATCH v2 01/17] remoteproc: Add new operation and state machine for MCU synchronisation
` [PATCH v2 06/17] remoteproc: Introduce function rproc_alloc_internals()
` [PATCH v2 07/17] remoteproc: Introduce function rproc_alloc_state_machine()
` [PATCH v2 09/17] remoteproc: Call the right core function based on synchronisation state
` [PATCH v2 14/17] remoteproc: Refactor function rproc_trigger_recovery()
` [PATCH v2 16/17] remoteproc: Correctly deal with MCU synchronisation when changing state

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


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