linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-13 09:05:53 to 2020-04-16 18:39:25 UTC [more...]

[PATCH 1/3] remoteproc: Make coredump functionality configurable
 2020-04-16 18:38 UTC  (4+ messages)
` [PATCH 2/3] remoteproc: Add inline coredump functionality
` [PATCH 3/3] remoteproc: Add coredump sysfs attribute

RPMSG over VirtIO under KVM
 2020-04-16 17:50 UTC  (2+ messages)

[RFC 00/18] remoteproc: Decorelate virtio from core
 2020-04-16 16:13 UTC  (38+ messages)
` [RFC 01/18] remoteproc: Store resource table address in rvdev
` [RFC 02/18] remoteproc: Introduce virtio device add/remove functions in core
` [RFC 03/18] remoteproc: Move rvdev management in rproc_virtio
` [RFC 04/18] remoteproc: Add rproc_get_by_node helper
` [RFC 05/18] remoteproc: Create platform device for vdev
` [RFC 06/18] remoteproc: Add component in core for child devices synchronization
` [RFC 07/18] remoteproc: Add component bind/unbind for virtio platform
` [RFC 08/18] remoteproc: Externalize carveout functions
` [RFC 09/18] remoteproc: Move vring management from core to virtio
` [RFC 10/18] remoteproc: Add capability to populate rproc subnode devices
` [RFC 11/18] remoteproc: Add child node component in rproc match list
` [RFC 12/18] remoteproc: Support of pre-registered virtio device
` [RFC 13/18] remoteproc: Add memory default allocator helper
` [RFC 14/18] remoteproc: Add pa to da translation API
` [RFC 15/18] remoteproc: associate memory entry to a device
` [RFC 16/18] remoteproc: Parse virtio node for memory region
` [RFC 17/18] remoteproc: stm32: Add the pa to da ops
` [RFC 18/18] ARM: dts: stm32: Declare a virtio device

[PATCH 1/2] dt-bindings: Clean-up schema indentation formatting
 2020-04-16 14:37 UTC  (31+ messages)
` [PATCH 2/2] dt-bindings: Remove cases of 'allOf' containing a '$ref'

[PATCH v2 0/7] remoteproc: Refactor function rproc_alloc()
 2020-04-16  6:26 UTC  (26+ 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/7] TI K3 R5F remoteproc support
 2020-04-15 22:44 UTC  (8+ messages)
` [PATCH 5/7] remoteproc/k3-r5: Add a remoteproc driver for R5F subsystem

[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  (19+ 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  (3+ messages)

[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  (6+ 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).