linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-03 15:11:54 to 2022-02-27 13:54:12 UTC [more...]

[PATCH v3 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-02-27 13:53 UTC  (12+ messages)
` [PATCH v3 01/11] driver: platform: Add helper for safer setting of driver_override
` [PATCH v3 02/11] amba: Use driver_set_override() instead of open-coding
` [PATCH v3 03/11] fsl-mc: "
` [PATCH v3 04/11] hv: "
` [PATCH v3 05/11] PCI: "
` [PATCH v3 06/11] s390: cio: "
` [PATCH v3 07/11] spi: Use helper for safer setting of driver_override
` [PATCH v3 08/11] vdpa: "
` [PATCH v3 09/11] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v3 10/11] slimbus: qcom-ngd: "
` [PATCH v3 11/11] rpmsg: "

[PATCH v2 0/3] Add support for WASP SoC on AVM router boards
 2022-02-27 11:58 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add AVM
` [PATCH v2 2/3] dt-bindings: remoteproc: Add AVM WASP
` [PATCH v2 3/3] remoteproc: Add AVM WASP driver

[PATCH v1 0/3] Fixes for Mediatek dt-bindings
 2022-02-25 22:58 UTC  (2+ messages)
` [PATCH v1 1/3] dt-bindings: remoteproc: mediatek: Add interrupts property to mtk,scp

[PATCH v9 00/11] Restructure the rpmsg_char driver and introduce rpmsg_ctrl driver
 2022-02-25 21:45 UTC  (4+ messages)

[PATCH 1/3] dt-bindings: vendor-prefixes: Add AVM
 2022-02-25 19:08 UTC  (2+ messages)

[PATCH v2 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-02-25 17:13 UTC  (25+ messages)
` [PATCH v2 01/11] driver: platform: add and use helper for safer setting of driver_override
` [PATCH v2 02/11] amba: "
` [PATCH v2 03/11] fsl-mc: "
` [PATCH v2 04/11] hv: vmbus: "
` [PATCH v2 05/11] pci: "
` [PATCH v2 06/11] s390: cio: "
` [PATCH v2 07/11] spi: "
` [PATCH v2 08/11] vdpa: "
` [PATCH v2 09/11] clk: imx: scu: fix kfree() of static memory on setting driver_override
` [PATCH v2 10/11] slimbus: qcom-ngd: "
` [PATCH v2 11/11] rpmsg: "

[RESEND v5 1/2] dt-bindings: remoteproc: mediatek: Add binding for mt8186 scp
 2022-02-25 13:27 UTC  (2+ messages)
` [RESEND v5 2/2] remoteproc: mediatek: Support "

[PATCH] remoteproc: qcom: q6v5: Add interconnect path proxy vote
 2022-02-25  3:32 UTC 

[PATCH V2] remoteproc: support self recovery after rproc crash
 2022-02-25  2:10 UTC  (7+ messages)

[PATCH v2 00/10] Initial MSM8953 & Fairphone 3 support
 2022-02-24 20:54 UTC  (3+ messages)
` [PATCH v2 05/10] rpmsg: smd: allow opening rpm_requests even if already opened
` (subset) [PATCH v2 00/10] Initial MSM8953 & Fairphone 3 support

[PATCH 0/3] Add support for proxy interconnect bandwidth votes
 2022-02-24 19:59 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: qcom: Add interconnects property
` [PATCH 2/3] remoteproc: qcom_q6v5_mss: Add support for interconnect bandwidth voting
` [PATCH 3/3] arm64: dts: qcom: sc7280: Add proxy interconnect requirements for modem

[PATCH 2/3] dt-bindings: remoteproc: Add AVM WASP
 2022-02-24 16:07 UTC  (5+ messages)

[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-02-24  8:11 UTC  (27+ messages)
` [PATCH v6 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v6 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v6 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v6 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v6 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
` [PATCH v6 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v6 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v6 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v6 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v6 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v6 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v6 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v6 14/26] virtio: add helper for queue reset
` [PATCH v6 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v6 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v6 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v6 18/26] virtio: find_vqs() add arg sizes
` [PATCH v6 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v6 20/26] virtio_mmio: "
` [PATCH v6 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v6 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v6 23/26] virtio_net: split free_unused_bufs()
` [PATCH v6 24/26] virtio_net: support rx/tx queue reset
` [PATCH v6 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v6 26/26] virtio_net: support set_ringparam

[PATCH V4 1/2] soc: qcom: smem: map only partitions used by local HOST
 2022-02-24  3:28 UTC  (4+ messages)
` [PATCH V4 2/2] soc: qcom: smem: validate fields of shared structures

[RFT PATCH 0/3] Fix kfree() of const memory on setting driver_override
 2022-02-23 17:04 UTC  (10+ messages)
` [RFT PATCH 1/3] clk: imx: scu: fix "
` [RFT PATCH 2/3] slimbus: qcom-ngd: "
` [RFT PATCH 3/3] rpmsg: "

[PATCH 3/3] remoteproc: Add AVM WASP driver
 2022-02-23 14:58 UTC  (5+ messages)

[PATCH v3 0/6] Add Xilinx RPU subsystem support
 2022-02-22 18:08 UTC  (19+ messages)
` [PATCH v3 1/6] dt-bindings: remoteproc: Add Xilinx RPU subsystem bindings
` [PATCH v3 2/6] arm64: dts: xilinx: zynqmp: Add RPU subsystem device node
` [PATCH v3 3/6] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v3 4/6] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v3 5/6] firmware: xilinx: Add RPU configuration APIs
` [PATCH v3 6/6] drivers: remoteproc: Add Xilinx r5 remoteproc driver

[RFC PATCH v3 0/4] remoteproc: restructure the remoteproc VirtIO device
 2022-02-22 13:07 UTC  (4+ messages)

[PATCH 0/3] Add support for WASP SoC on AVM router boards
 2022-02-21 13:52 UTC 

[PATCH 00/11] soc: ti: wkup_m3_ipc: support vtt toggle, io isolation & voltage scaling
 2022-02-21 12:58 UTC  (14+ messages)
` [PATCH 01/11] remoteproc: move rproc_da_to_va declaration to remoteproc.h
` [PATCH 02/11] dt-bindings: wkup_m3_ipc: Add vtt toggling bindings
` [PATCH 03/11] soc: ti: wkup_m3_ipc: Add support for toggling VTT regulator
` [PATCH 04/11] dt-bindings: wkup_m3_ipc: Add ti,io-isolation property
` [PATCH 05/11] soc: ti: wkup_m3_ipc: Add support for IO Isolation
` [PATCH 06/11] ARM: dts: am437x-gp-evm: Enable wkup_m3 control of IO isolation
` [PATCH 07/11] dt-bindings: wkup_m3_ipc: Add scale-data-fw property
` [PATCH 08/11] soc: ti: wkup_m3_ipc: Add support for i2c voltage scaling
` [PATCH 09/11] ARM: dts: am33xx: Add scale data fw to wkup_m3_ipc node
` [PATCH 10/11] ARM: dts: am43xx: "
` [PATCH 11/11] soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspend

[PATCH] rpmsg: mtk_rpmsg: Fix circular locking dependency
 2022-02-18 18:01 UTC  (6+ messages)

[PATCH v5 0/2] remoteproc sysfs fixes/improvements
 2022-02-18  5:54 UTC  (7+ messages)
` [PATCH v5 1/2] remoteproc: Introduce sysfs_read_only flag
` [PATCH v5 2/2] remoteproc: wkup_m3: Set "

[PATCH v4 0/2] remoteproc sysfs fixes/improvements
 2022-02-16  8:05 UTC  (5+ messages)
` [PATCH v4 1/2] remoteproc: Introduce deny_sysfs_ops flag
    ` [EXTERNAL] "
` [PATCH v4 2/2] remoteproc: wkup_m3: Set "

[PATCH] rpmsg: use struct_size over open coded arithmetic
 2022-02-16  3:07 UTC 

[PATCH 00/15] Initial MSM8953 & Fairphone 3 support
 2022-02-15 15:34 UTC  (6+ messages)
` [PATCH 09/15] rpmsg: smd: Drop unnecessary condition for channel creation

[PATCH V1 0/3] rpmsg char fixes for race conditions in device reboot
 2022-02-14 15:02 UTC  (4+ messages)
` [PATCH V1 1/3] rpmsg: glink: Free device context only when cdev not in use

[PATCH 0/1] rpmsg: char - treat `ENOMEM` as `EAGAIN`
 2022-02-14  9:30 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v3 0/5] K3 R5F & DSP IPC-only mode support
 2022-02-13 20:12 UTC  (6+ messages)
` [PATCH v3 1/5] remoteproc: Change rproc_shutdown() to return a status
` [PATCH v3 2/5] remoteproc: k3-r5: Refactor mbox request code in start
` [PATCH v3 3/5] remoteproc: k3-r5: Add support for IPC-only mode for all R5Fs
` [PATCH v3 4/5] remoteproc: k3-dsp: Refactor mbox request code in start
` [PATCH v3 5/5] remoteproc: k3-dsp: Add support for IPC-only mode for all K3 DSPs

[PATCH] remoteproc: fix minmax.cocci warnings
 2022-02-10 17:58 UTC  (2+ messages)

[PATCH v2 0/6] Add Xilinx RPU subsystem support
 2022-02-09 10:23 UTC  (6+ messages)
` [PATCH v2 6/6] drivers: remoteproc: Add Xilinx r5 remoteproc driver

[PATCH] remoteproc: Fix count check in rproc_coredump_write()
 2022-02-08  3:28 UTC  (2+ messages)

[PATCH 00/13] soc: qcom: mdt_loader: Support Qualcomm SM8450
 2022-02-04 18:35 UTC  (4+ messages)
` (subset) "

[PATCH 0/2] remoteproc sysfs fixes/improvements
 2022-02-04 17:03 UTC  (7+ messages)
` [PATCH 1/2] remoteproc: Introduce deny_sysfs_ops flag


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