Linux-remoteproc Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-17 23:50:25 to 2024-02-02 21:38:27 UTC [more...]

[PATCH 1/9] remoteproc: imx_dsp_rproc: Use devm_rproc_alloc() helper
 2024-02-02 21:37 UTC  (15+ messages)
` [PATCH 2/9] remoteproc: imx_rproc: "
` [PATCH 3/9] remoteproc: qcom_q6v5_adsp: "
` [PATCH 4/9] remoteproc: qcom_q6v5_mss: "
` [PATCH 5/9] remoteproc: qcom_q6v5_pas: "
` [PATCH 6/9] remoteproc: qcom_q6v5_wcss: "
` [PATCH 7/9] remoteproc: qcom_wcnss: "
` [PATCH 8/9] remoteproc: st: "
` [PATCH 9/9] remoteproc: stm32: "

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

[PATCH v7 0/5] TI K3 M4F support on AM64x and AM62x SoCs
 2024-02-02 19:15 UTC  (7+ messages)
` [PATCH v7 1/5] dt-bindings: remoteproc: k3-m4f: Add K3 AM64x SoCs
` [PATCH v7 2/5] remoteproc: k3: Move out data structures common with M4 driver
` [PATCH v7 3/5] remoteproc: k3: Move out functions "
` [PATCH v7 4/5] remoteproc: k3-m4: Add a remoteproc driver for M4F subsystem
` [PATCH v7 5/5] arm64: defconfig: Enable TI K3 M4 remote proc driver

[PATCH 1/8] remoteproc: k3-dsp: Use devm_rproc_alloc() helper
 2024-02-02 18:21 UTC  (9+ messages)
` [PATCH 2/8] remoteproc: k3-dsp: Add devm action to release reserved memory
` [PATCH 3/8] remoteproc: k3-dsp: Use devm_kcalloc() helper
` [PATCH 4/8] remoteproc: k3-dsp: Use devm_ti_sci_get_by_phandle() helper
` [PATCH 5/8] remoteproc: k3-dsp: Use devm_kzalloc() helper
` [PATCH 6/8] remoteproc: k3-dsp: Add devm action to release tsp
` [PATCH 7/8] remoteproc: k3-dsp: Use devm_ioremap_wc() helper
` [PATCH 8/8] remoteproc: k3-dsp: Use devm_rproc_add() helper

[RFC] Passing device-tree to remoteproc?
 2024-02-02  9:14 UTC  (3+ messages)

[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-02  9:39 UTC  (20+ messages)
` [PATCH vhost v1 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v1 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v1 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v1 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v1 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v1 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v1 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v1 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v1 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v1 10/19] virtio_ring: reuse the parameter struct of find_vqs()
` [PATCH vhost v1 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v1 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v1 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v1 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v1 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v1 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v1 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v1 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v1 19/19] virtio_net: sq support premapped mode

[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
 2024-02-02  3:06 UTC  (46+ messages)
` [PATCH vhost 01/17] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost 02/17] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost 03/17] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost 05/17] virtio_ring: split: structure the indirect desc table
` [PATCH vhost 06/17] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost 08/17] virtio: vring_new_virtqueue(): "
` [PATCH vhost 09/17] virtio_ring: reuse the parameter struct of find_vqs()
` [PATCH vhost 10/17] virtio: find_vqs: add new parameter premapped
` [PATCH vhost 11/17] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost 12/17] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost 13/17] virtio_ring: remove api of setting vq premapped
` [PATCH vhost 14/17] virtio_ring: introduce dma map api for page
` [PATCH vhost 15/17] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost 16/17] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost 17/17] virtio_net: sq support premapped mode

[PATCH] remoteproc: zynqmp: fix lockstep mode memory region
 2024-02-01  0:48 UTC 

[PATCH v9 0/3] add zynqmp TCM bindings
 2024-01-31 17:14 UTC  (5+ messages)
` [PATCH v9 3/3] remoteproc: zynqmp: parse TCM from device tree

[PATCH v8 00/10] Add Qualcomm APSS Minidump driver related support
 2024-01-31 11:08 UTC  (11+ messages)
` [PATCH v8 01/10] docs: qcom: Add qualcomm minidump guide
` [PATCH v8 02/10] soc: qcom: Add qcom_rproc_minidump module
` [PATCH v8 03/10] remoteproc: qcom_q6v5_pas: Use qcom_rproc_minidump()
` [PATCH v8 04/10] remoteproc: qcom: Remove minidump related data from qcom_common.c
` [PATCH v8 05/10] init: export linux_banner data variable
` [PATCH v8 06/10] soc: qcom: Add Qualcomm APSS minidump kernel driver
` [PATCH v8 07/10] MAINTAINERS: Add entry for minidump related files
` [PATCH v8 08/10] pstore/ram: Add dynamic ramoops region support through commandline
` [PATCH v8 09/10] pstore/ram: Add ramoops information notifier support
` [PATCH v8 10/10] soc: qcom: register ramoops region with APSS minidump

[PATCH 0/3] remoteproc: qcom_q6v5_pas: Add aDSP and cDSP for X1E80100
 2024-01-31  9:30 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: qcom,sm8550-pas: document the X1E80100 aDSP & cDSP
` [PATCH 2/3] remoteproc: qcom_q6v5_pas: Add support for X1E80100 ADSP/CDSP
` [PATCH 3/3] remoteproc: qcom_q6v5_pas: Unload lite firmware on ADSP

[PATCH v5] remoteproc: Make rproc_get_by_phandle() work for clusters
 2024-01-30 15:48 UTC 

[PATCH v3 0/5] PM: domains: Add helpers for multi PM domains to avoid open-coding
 2024-01-30 12:39 UTC  (6+ messages)
` [PATCH v3 1/5] PM: domains: Add helper functions to attach/detach multiple PM domains
` [PATCH v3 2/5] remoteproc: imx_dsp_rproc: Convert to dev_pm_domain_attach|detach_list()
` [PATCH v3 3/5] remoteproc: imx_rproc: "
` [PATCH v3 4/5] remoteproc: qcom_q6v5_adsp: "
` [PATCH v3 5/5] media: venus: Convert to dev_pm_domain_attach|detach_list() for vcodec

[PATCH vhost 00/14] virtio remove dma info for premapped mode
 2024-01-30 11:43 UTC  (16+ messages)
` [PATCH 01/14] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH 02/14] virtio_ring: packed: remove double check of the unmap ops
` [PATCH 03/14] virtio_ring: packed: structure the indirect desc table
` [PATCH 04/14] virtio_ring: split: remove double check of the unmap ops
` [PATCH 05/14] virtio_ring: split: structure the indirect desc table
` [PATCH 06/14] virtio_ring: no store dma info when unmap is not needed
` [PATCH 07/14] virtio_ring: introduce dma map api for page
` [PATCH 08/14] virtio: find_vqs introduce premapped parameter
` [PATCH 09/14] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH 10/14] virtio_net: set premapped mode by find_vqs()
` [PATCH 11/14] virtio_ring: remove api of setting vq premapped
` [PATCH 12/14] virtio_net: unify the code for recycling the xmit ptr
` [PATCH 13/14] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH 14/14] virtio_net: sq support premapped mode

(no subject)
 2024-01-30  8:12 UTC 

subscribe
 2024-01-30  8:05 UTC 

[PATCH v4 0/2] remoteproc: get rproc devices for clusters
 2024-01-29 17:43 UTC  (6+ messages)
` [PATCH v4 1/2] remoteproc: Make rproc_get_by_phandle() work "
` [PATCH v4 2/2] remoteproc: enhance rproc_put() "

[RFC PATCH] rpmsg: glink: Add bounds check on tx path
 2024-01-29 16:33 UTC  (3+ messages)
  `  "

[PATCH v2 0/5] PM: domains: Add helpers for multi PM domains to avoid open-coding
 2024-01-26 19:07 UTC  (10+ messages)
` [PATCH v2 2/5] remoteproc: imx_dsp_rproc: Convert to dev_pm_domain_attach|detach_list()
` [PATCH v2 3/5] remoteproc: imx_rproc: "

Remoteproc/RPMSG patchset review order for January 25th 2024
 2024-01-25 15:30 UTC 

[PATCH 0/2] remoteproc: stm32: Fix sparse warnings
 2024-01-23 19:01 UTC  (2+ messages)

[PATCH 1/4] hwspinlock: omap: Remove unneeded check for OF node
 2024-01-23 16:04 UTC  (4+ messages)
` [PATCH 2/4] hwspinlock: omap: Use devm_pm_runtime_enable() helper
` [PATCH 3/4] hwspinlock: omap: Use devm_hwspin_lock_register() helper
` [PATCH 4/4] hwspinlock: omap: Use index to get hwspinlock pointer

[PATCH v7 0/4] remoteproc: qcom: Introduce DSP support for SM8650
 2024-01-23  9:58 UTC  (7+ messages)
` [PATCH v7 1/4] dt-bindings: remoteproc: qcom,sm8550-pas: document the SM8650 PAS
` [PATCH v7 2/4] remoteproc: qcom: pas: make region assign more generic
` [PATCH v7 3/4] remoteproc: qcom: pas: Add SM8650 remoteproc support
` [PATCH v7 4/4] arm64: dts: qcom: sm8650: add missing qlink_logging reserved memory for mpss

[PATCH 70/82] remoteproc: Refactor intentional wrap-around test
 2024-01-23  0:27 UTC 

[PATCH 4/4] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware
 2024-01-18  7:37 UTC  (3+ messages)

[GIT PULL] rpmsg updates for v6.8
 2024-01-18  0:05 UTC  (2+ messages)

[GIT PULL] remoteproc updates for v6.8
 2024-01-18  0:05 UTC  (2+ messages)

[GIT PULL] hwspinlock updates to v6.8
 2024-01-18  0:05 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).