linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-05 18:32:35 to 2022-02-06 20:23:19 UTC [more...]

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

[PATCH 00/13] soc: qcom: mdt_loader: Support Qualcomm SM8450
 2022-02-04 18:35 UTC  (17+ messages)
` [PATCH 01/13] firmware: qcom: scm: Introduce pas_metadata context
` [PATCH 02/13] soc: qcom: mdt_loader: Split out split-file-loader
` [PATCH 03/13] soc: qcom: mdt_loader: Allow hash segment to be split out
` [PATCH 04/13] soc: qcom: mdt_loader: Allow hash to reside in any segment
` [PATCH 05/13] soc: qcom: mdt_loader: Extend check for split firmware
` [PATCH 06/13] soc: qcom: mdt_loader: Reorder parts of __qcom_mdt_load()
` [PATCH 07/13] soc: qcom: mdt_loader: Always invoke PAS mem_setup
` [PATCH 08/13] soc: qcom: mdt_loader: Extract PAS operations
` [PATCH 09/13] remoteproc: qcom: pas: Carry PAS metadata context
` [PATCH 10/13] dt-bindings: remoteproc: qcom: pas: Add SM8450 PAS compatibles
` [PATCH 11/13] remoteproc: qcom: pas: Add SM8450 remoteproc support
` [PATCH 12/13] arm64: dts: qcom: sm8450: Add remoteproc enablers and instances
` [PATCH 13/13] arm64: dts: qcom: sm8450-qrd: Enable remoteproc instances
` (subset) [PATCH 00/13] soc: qcom: mdt_loader: Support Qualcomm SM8450

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

[PATCH V1 0/3] rpmsg char fixes for race conditions in device reboot
 2022-02-03 17:35 UTC  (5+ messages)
` [PATCH V1 1/3] rpmsg: glink: Free device context only when cdev not in use
` [PATCH V1 2/3] rpmsg: glink: Add lock to avoid race when rpmsg device is released
` [PATCH V1 3/3] rpmsg: glink: Add lock for ctrl device

[PATCH v10 0/3] Add support for sc7280 WPSS PIL loading
 2022-02-03  5:27 UTC  (5+ messages)
` [PATCH v10 1/3] dt-bindings: remoteproc: qcom: adsp: Convert binding to YAML
` [PATCH v10 2/3] dt-bindings: remoteproc: qcom: Add SC7280 WPSS support
` [PATCH v10 3/3] remoteproc: qcom: q6v5_wpss: Add support for sc7280 WPSS

[PATCH 1/3] remoteproc: mtk_scp: Use devm variant of rproc_alloc()
 2022-02-02 17:53 UTC  (6+ messages)
` [PATCH 2/3] remoteproc: mtk_scp: Reorder scp_probe() sequence
` [PATCH 3/3] remoteproc: mtk_scp: Use dev_err_probe() where possible

[PATCH 0/2] TI K3 M4F support on AM64x SoC
 2022-01-31 18:36 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: k3-m4f: Add bindings for K3 AM64x SoCs
` [PATCH 2/2] remoteproc: k4-m4: Add a remoteproc driver for M4F subsystem

[PATCH v2] dt-bindings: remoteproc: ti: Add mailbox provider nodes to example
 2022-01-31 14:27 UTC  (2+ messages)

[PATCH 5.16 127/200] remoteproc: qcom: q6v5: fix service routines build errors
 2022-01-31 10:56 UTC 

[GIT PULL] remoteproc fixes for v5.17-rc1
 2022-01-27  9:44 UTC  (2+ messages)

[GIT PULL] rpmsg fixes for v5.17-rc1
 2022-01-27  9:44 UTC  (2+ messages)

[RFC PATCH v3 0/4] remoteproc: restructure the remoteproc VirtIO device
 2022-01-26 16:24 UTC  (5+ messages)
` [RFC PATCH v3 1/4] remoteproc: core: Introduce virtio device add/remove functions
` [RFC PATCH v3 2/4] remoteproc: core: Introduce rproc_register_rvdev function
` [RFC PATCH v3 3/4] remoteproc: Move rproc_vdev management to remoteproc_virtio.c
` [RFC PATCH v3 4/4] remoteproc: virtio: Create platform device for the remoteproc_virtio

[PATCH V2] remoteproc: support self recovery after rproc crash
 2022-01-26  8:51 UTC 

[PATCH][next] hwspinlock: stm32: Use struct_size() helper in devm_kzalloc()
 2022-01-26  8:29 UTC  (3+ messages)
` [Linux-stm32] "

[PATCH][next] hwspinlock: sprd: Use struct_size() helper in devm_kzalloc()
 2022-01-26  3:31 UTC  (2+ messages)

[PATCH] remoteproc: Use unbounded/high priority workqueue for recovery work
 2022-01-24 14:04 UTC  (2+ messages)

[PATCH v9 00/11] Restructure the rpmsg_char driver and introduce rpmsg_ctrl driver
 2022-01-24 10:25 UTC  (12+ messages)
` [PATCH v9 01/11] rpmsg: char: Export eptdev create and destroy functions
` [PATCH v9 02/11] rpmsg: Create the rpmsg class in core instead of in rpmsg char
` [PATCH v9 03/11] rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrl
` [PATCH v9 04/11] arm: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL
` [PATCH v9 05/11] RISC-V: "
` [PATCH v9 06/11] arm64: defconfig: Config that had RPMSG_CHAR now gets RPMSG_CTRL
` [PATCH v9 07/11] rpmsg: Update rpmsg_chrdev_register_device function
` [PATCH v9 08/11] rpmsg: char: Refactor rpmsg_chrdev_eptdev_create function
` [PATCH v9 09/11] rpmsg: char: Add possibility to use default endpoint of the rpmsg device
` [PATCH v9 10/11] rpmsg: char: Introduce the "rpmsg-raw" channel
` [PATCH v9 11/11] rpmsg: ctrl: Introduce new RPMSG_CREATE/RELEASE_DEV_IOCTL controls

[PATCH AUTOSEL 5.4 1/8] hwspinlock: stm32: enable clock at probe
 2022-01-23  0:13 UTC 

[PATCH AUTOSEL 5.10 1/9] hwspinlock: stm32: enable clock at probe
 2022-01-23  0:12 UTC 

[PATCH AUTOSEL 5.15 01/16] remoteproc: coredump: Correct argument 2 type for memcpy_fromio
 2022-01-23  0:12 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 02/16] hwspinlock: stm32: enable clock at probe

[PATCH AUTOSEL 5.16 01/19] remoteproc: coredump: Correct argument 2 type for memcpy_fromio
 2022-01-23  0:10 UTC  (2+ messages)
` [PATCH AUTOSEL 5.16 02/19] hwspinlock: stm32: enable clock at probe

[PATCH V2] remoteproc: imx_rproc: use imx specific hook for find_loaded_rsc_table
 2022-01-21  1:00 UTC  (32+ messages)
` [PATCH] remoteproc: imx_rproc: validate resource table
` [PATCH 0/9] remoteproc: imx_rproc: support i.MX8QXP/QM and self recovery
` [PATCH 1/9] dt-bindings: remoteproc: imx_rproc: support i.MX8QXP
` [PATCH 2/9] dt-bindings: remoteproc: imx_rproc: support i.MX8QM
` [PATCH 3/9] remoteproc: support self recovery after rproc crash
` [PATCH 4/9] remoteproc: imx_rproc: ignore create mem entry for resource table
` [PATCH 5/9] remoteproc: imx_rproc: make clk optional
` [PATCH 6/9] remoteproc: imx_rproc: support attaching to i.MX8QXP M4
` [PATCH 7/9] remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP
` [PATCH 8/9] remoteproc: imx_rproc: support i.MX8QM
` [PATCH 9/9] remoteproc: imx_rproc: request mbox channel later

[PATCH v2] remoteproc: Fix NULL vs IS_ERR() checking in rproc_create_trace_file
 2022-01-20 20:05 UTC  (7+ messages)
` [PATCH v3] "

[PATCH] dt-bindings: Improve phandle-array schemas
 2022-01-20  4:38 UTC  (13+ messages)

[PATCH] remoteproc: Fix count check in rproc_coredump_write()
 2022-01-20  0:24 UTC  (2+ messages)

[GIT PULL] hwspinlock updates for v5.17
 2022-01-19  9:48 UTC  (2+ messages)

[PATCH V2 0/3] rpmsg and glink signaling API support
 2022-01-18 19:43 UTC  (4+ messages)
` [PATCH V2 1/3] rpmsg: core: Add signal "
` [PATCH V2 2/3] rpmsg: glink: Add support to handle signals command
` [PATCH V2 3/3] rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support

[PATCH v8 00/13] Restructure the rpmsg_char driver and introduce rpmsg_ctrl driver
 2022-01-18 17:27 UTC  (12+ messages)
` [PATCH v8 01/13] rpmsg: char: Export eptdev create an destroy functions
` [PATCH v8 03/13] rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrl
` [PATCH v8 11/13] rpmsg: char: Introduce the "rpmsg-raw" channel

Query on moving Recovery remoteproc work to a separate wq instead of system freezable wq
 2022-01-18  9:27 UTC  (3+ messages)

[GIT PULL] rpmsg updates for v5.17
 2022-01-18  7:41 UTC  (2+ messages)

[GIT PULL] remoteproc updates for v5.17
 2022-01-18  7:41 UTC  (2+ messages)

[PATCH] remoteproc: qcom: q6v5: fix service routines build errors
 2022-01-17 22:47 UTC  (4+ messages)
` (subset) "

[PATCH v6 1/2] rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev
 2022-01-17 22:46 UTC  (6+ messages)
` [PATCH v6 2/2] rpmsg: char: Fix race between the release of rpmsg_eptdev "

[PATCH v4 0/2] Add SCP support for mt8186
 2022-01-17 17:26 UTC 

[PATCH] rpmsg: mtk_rpmsg: Fix circular locking dependency
 2022-01-14 14:47 UTC 

[PATCH v2] rpmsg: qcom_smd: Fix redundant channel->registered assignment
 2022-01-14 13:32 UTC 

[PATCH] rpmsg: qcom_smd: Fix redundant channel->assigned assignment
 2022-01-14 11:59 UTC 

[Question] remoteproc: use io helper
 2022-01-11  6:52 UTC 

[PATCH v5 1/2] rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev
 2022-01-10 18:37 UTC  (5+ messages)
` [PATCH v5 2/2] rpmsg: char: Fix race between the release of rpmsg_eptdev "

[PATCH v1 0/3] Initial Renesas R-Car remoteproc support
 2022-01-10 13:00 UTC  (3+ messages)
` [PATCH v1 2/3] arm64: dts: renesas: r8a77951: Add CR7 realtime processor

[PATCH v4] rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev
 2022-01-08  1:19 UTC  (5+ messages)

[PATCH] dt-bindings: remoteproc: ti: Fix the number of mailboxes
 2022-01-07 17:21 UTC  (4+ messages)

[RFC PATCH v2 0/6] remoteproc: restructure the remoteproc VirtIO device
 2022-01-07  9:30 UTC  (10+ messages)
` [RFC PATCH v2 3/6] remoteproc: Move rproc_vdev management to remoteproc_virtio.c
` [RFC PATCH v2 4/6] remoteproc: virtio: Create platform device for the remoteproc_virtio
` [RFC PATCH v2 5/6] remoteproc: virtio: Add helper to create platform device
` [RFC PATCH v2 6/6] remoteproc: Instantiate the new remoteproc virtio "


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