Linux-remoteproc Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-08 14:48:38 to 2024-03-27 12:40:40 UTC [more...]

[PATCH 0/2] MediaTek SCP: Urgent fixes for all MTK SoCs
 2024-03-27 12:40 UTC  (7+ messages)
` [PATCH 1/2] remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
` [PATCH 2/2] remoteproc: mediatek: Don't parse extraneous subnodes for multi-core

[PATCH vhost v6 0/6] refactor the params of find_vqs()
 2024-03-27  9:57 UTC  (7+ messages)
` [PATCH vhost v6 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v6 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v6 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v6 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v6 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v6 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH vhost v4 0/6] refactor the params of find_vqs()
 2024-03-26 20:23 UTC  (17+ messages)
` [PATCH vhost v4 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v4 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v4 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v4 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v4 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v4 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH v4 0/4] Introduction of a remoteproc tee to load signed firmware
 2024-03-26 19:31 UTC  (11+ messages)
` [PATCH v4 1/4] remoteproc: Add TEE support
` [PATCH v4 2/4] dt-bindings: remoteproc: Add compatibility for "
` [PATCH v4 3/4] remoteproc: stm32: Create sub-functions to request shutdown and release
` [PATCH v4 4/4] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware

[PATCH 0/3] remoteproc: introduce Arm remoteproc support
 2024-03-26 17:14 UTC  (25+ messages)
` [PATCH 1/3] remoteproc: Add Arm remoteproc driver
` [PATCH 3/3] dt-bindings: remoteproc: Add Arm remoteproc

[PATCH v9 1/3] soc: qcom: Add qcom_rproc_minidump module
 2024-03-26 14:13 UTC  (3+ messages)
` [PATCH v9 2/3] remoteproc: qcom_q6v5_pas: Use qcom_rproc_minidump()
` [PATCH v9 3/3] remoteproc: qcom: Remove minidump related data from qcom_common.c

[PATCH vhost v5 0/6] refactor the params of find_vqs()
 2024-03-26  7:42 UTC  (13+ messages)
` [PATCH vhost v5 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v5 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v5 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v5 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v5 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v5 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH][next] rpmsg: glink: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-25 18:03 UTC 

[PATCH 00/13] OMAP mailbox FIFO removal
 2024-03-25 17:20 UTC  (14+ messages)
` [PATCH 01/13] mailbox: omap: Remove unused omap_mbox_{enable,disable}_irq() functions
` [PATCH 02/13] mailbox: omap: Remove unused omap_mbox_request_channel() function
` [PATCH 03/13] mailbox: omap: Move omap_mbox_irq_t into driver
` [PATCH 04/13] mailbox: omap: Move fifo size check to point of use
` [PATCH 05/13] mailbox: omap: Remove unneeded header omap-mailbox.h
` [PATCH 06/13] mailbox: omap: Remove device class
` [PATCH 07/13] mailbox: omap: Use devm_pm_runtime_enable() helper
` [PATCH 08/13] mailbox: omap: Merge mailbox child node setup loops
` [PATCH 09/13] mailbox: omap: Use function local struct mbox_controller
` [PATCH 10/13] mailbox: omap: Use mbox_controller channel list directly
` [PATCH 11/13] mailbox: omap: Remove mbox_chan_to_omap_mbox()
` [PATCH 12/13] mailbox: omap: Reverse FIFO busy check logic
` [PATCH 13/13] mailbox: omap: Remove kernel FIFO message queuing

[PATCH 1/3] remoteproc: k3-dsp: Fix usage of omap_mbox_message and mbox_msg_t
 2024-03-25 16:58 UTC  (3+ messages)
` [PATCH 2/3] remoteproc: k3-r5: "
` [PATCH 3/3] remoteproc: omap: Remove unused header omap-mailbox.h

[PATCH 0/3] Add Versal and Versal-NET platform support
 2024-03-22 18:28 UTC  (24+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: add Versal "
` [PATCH 2/3] dt-bindings: remoteproc: add Versal-NET platform
` [PATCH 3/3] drivers: remoteproc: add Versal and Versal-NET support

[GIT PULL] remoteproc updates for v6.9
 2024-03-21 18:08 UTC  (4+ messages)

[GIT PULL] rpmsg updates for v6.9
 2024-03-21 17:57 UTC  (2+ messages)

[GIT PULL] hwspinlock updates for v6.9
 2024-03-21 17:57 UTC  (2+ messages)

[PATCH vhost v3 0/4] refactor the params of find_vqs()
 2024-03-21  4:11 UTC  (20+ messages)
` [PATCH vhost v3 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v3 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost v3 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost v3 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[RFC PATCH] rpmsg: glink: Add bounds check on tx path
 2024-03-20  6:14 UTC  (4+ messages)
  `  "

[PATCH v13 0/4] add zynqmp TCM bindings
 2024-03-19 14:54 UTC  (11+ messages)
` [PATCH v13 1/4] remoteproc: zynqmp: fix lockstep mode memory region
` [PATCH v13 2/4] dt-bindings: remoteproc: add Tightly Coupled Memory (TCM) bindings
` [PATCH v13 3/4] dts: zynqmp: add properties for TCM in remoteproc
` [PATCH v13 4/4] remoteproc: zynqmp: parse TCM from device tree

[PATCH] remoteproc: zynqmp: Add coredump support
 2024-03-18 16:52 UTC  (2+ messages)

[PATCH v4 0/7] soc: qcom: add in-kernel pd-mapper implementation
 2024-03-16 18:15 UTC  (24+ messages)
` [PATCH v4 1/7] soc: qcom: pdr: protect locator_addr with the main mutex
` [PATCH v4 2/7] soc: qcom: qmi: add a way to remove running service
` [PATCH v4 3/7] soc: qcom: add pd-mapper implementation
` [PATCH v4 4/7] remoteproc: qcom: pas: correct data indentation
` [PATCH v4 5/7] remoteproc: qcom: adsp: add configuration for in-kernel pdm
` [PATCH v4 6/7] remoteproc: qcom: mss: "
` [PATCH v4 7/7] remoteproc: qcom: pas: "

[PATCH v12 0/4] add zynqmp TCM bindings
 2024-03-12 15:49 UTC  (9+ messages)
` [PATCH v12 2/4] dt-bindings: remoteproc: add Tightly Coupled Memory (TCM) bindings

[PATCH vhost v2 0/4] refactor the params of find_vqs()
 2024-03-11 15:52 UTC  (7+ messages)
` [PATCH vhost v2 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v2 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost v2 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost v2 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH] remoteproc: make rproc_class constant
 2024-03-11 15:41 UTC  (2+ messages)

[PATCH vhost v1 0/4] refactor the params of find_vqs()
 2024-03-11  2:24 UTC  (4+ messages)
` [PATCH vhost v1 2/4] virtio: vring_create_virtqueue: pass struct instead of multi parameters


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 read-only IMAP folder(s) and NNTP newsgroup(s).