linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-15 15:14:21 to 2021-11-15 15:17:16 UTC [more...]

[PATCH v1 0/3] Initial Renesas R-Car remoteproc support
 2021-11-15 15:17 UTC  (7+ messages)
` [PATCH v1 1/3] dt-bindings: remoteproc: Add Renesas R-Car
` [PATCH v1 2/3] arm64: dts: renesas: r8a77951: Add CR7 realtime processor
` [PATCH v1 3/3] remoteproc: Add Renesas rcar driver

[RFC PATCH 0/3] Initial Renesas R-Car remoteproc support
 2021-11-15 13:34 UTC  (10+ messages)
` [RFC PATCH 1/3] dt-bindings: remoteproc: Add Renesas R-Car
` [RFC PATCH 2/3] arm64: dts: renesas: r8a77951: Add CR7 realtime processor
` [RFC PATCH 3/3] remoteproc: Add Renesas rcar driver

[PATCH v8 0/3] Add support for sc7280 WPSS PIL loading
 2021-11-12 18:41 UTC  (6+ messages)
` [PATCH v8 1/3] dt-bindings: remoteproc: qcom: adsp: Convert binding to YAML
` [PATCH v8 2/3] dt-bindings: remoteproc: qcom: Add SC7280 WPSS support
` [PATCH v8 3/3] remoteproc: qcom: q6v5_wpss: Add support for sc7280 WPSS

[PATCH v2] remoteproc: use %pe format string to print return error code
 2021-11-12 16:25 UTC  (4+ messages)

[PATCH v3 0/5] Update STMicroelectronics maintainers email
 2021-11-12  7:42 UTC  (12+ messages)
` [PATCH v3 1/5] dt-bindings: timer: Update maintainers for st,stm32-timer
` [PATCH v3 2/5] dt-bindings: mfd: timers: Update maintainers for st,stm32-timers
` [PATCH v3 3/5] dt-bindings: media: Update maintainers for st,stm32-cec.yaml
` [PATCH v3 4/5] dt-bindings: media: Update maintainers for st,stm32-hwspinlock.yaml
` [PATCH v3 5/5] dt-bindings: treewide: Update @st.com email address to @foss.st.com

[PATCH] remoteproc: imx_rproc: use imx specific hook for find_loaded_rsc_table
 2021-11-12  6:34 UTC 

[PATCH V1 3/3] rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support
 2021-11-12  2:50 UTC 

[PATCH] remoteproc: imx_rproc: Fix a resource leak in the remove function
 2021-11-11 18:20 UTC  (6+ messages)

[RFC PATCH v2 0/1] rpmsg: syslog driver
 2021-11-11 10:36 UTC  (6+ messages)
` [RFC PATCH v2 1/1] rpmsg: add "

[GIT PULL] rpmsg updates for v5.16
 2021-11-10 17:44 UTC  (2+ messages)

[GIT PULL] remoteproc updates for v5.16
 2021-11-10 17:44 UTC  (2+ messages)

[PATCH V1 0/3] rpmsg and glink signaling api support
 2021-11-10  6:23 UTC  (11+ messages)
` [PATCH V1 1/3] rpmsg: core: Add signal API support

[PATCH] remoteproc: coredump: correct argument 2 type for memcpy_fromio
 2021-11-10  3:21 UTC 

[RFC PATCH 0/1] rpmsg: syslog driver
 2021-11-09  8:40 UTC  (3+ messages)
` [RFC PATCH 1/1] rpmsg: add "

[PATCH] rpmsg: Fix documentation return formatting
 2021-11-08 21:30 UTC  (2+ messages)

[PATCH v0 14/42] remoteproc: Check notifier registration return value
 2021-11-08 21:18 UTC  (16+ messages)
` [PATCH v0 42/42] notifier: Return an error when callback is already registered
` [PATCH v0 00/42] notifiers: "

[PATCH v7 00/12] Restructure the rpmsg_char driver and introduce rpmsg_ctrl driver
 2021-11-08 14:19 UTC  (13+ messages)
` [PATCH v7 01/12] rpmsg: char: Export eptdev create an destroy functions
` [PATCH v7 02/12] rpmsg: Create the rpmsg class in core instead of in rpmsg char
` [PATCH v7 03/12] rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrl
` [PATCH v7 04/12] ARM: configs: Configs that had RPMSG_CHAR now gets RPMSG_CTRL
` [PATCH v7 05/12] RISCV: "
` [PATCH v7 06/12] rpmsg: Update rpmsg_chrdev_register_device function
` [PATCH v7 07/12] rpmsg: char: Refactor rpmsg_chrdev_eptdev_create function
` [PATCH v7 08/12] rpmsg: Introduce rpmsg_create_default_ept function
` [PATCH v7 09/12] rpmsg: char: Add possibility to use default endpoint of the rpmsg device
` [PATCH v7 10/12] rpmsg: char: Introduce the "rpmsg-raw" channel
` [PATCH v7 11/12] rpmsg: ctrl: Introduce new RPMSG_CREATE/RELEASE_DEV_IOCTL controls
` [PATCH v7 12/12] rpmsg: core: send a ns announcement when a default endpoint is created

[PATCH] rpmsg: char: Add pr_fmt() to prefix messages
 2021-11-08 13:59 UTC 

remoteproc: rproc_va_to_pa returns invalid physical address when using sparse memory model
 2021-11-08  9:48 UTC 

[PATCH v6 00/10] Restructure the rpmsg_char driver and introduce rpmsg_ctrl driver
 2021-11-03 17:48 UTC  (25+ messages)
` [PATCH v6 01/10] rpmsg: char: Export eptdev create an destroy functions
` [PATCH v6 02/10] rpmsg: create the rpmsg class in core instead of in rpmsg char
` [PATCH v6 03/10] rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrl
` [PATCH v6 04/10] rpmsg: Update rpmsg_chrdev_register_device function
` [PATCH v6 05/10] rpmsg: char: Refactor rpmsg_chrdev_eptdev_create function
` [PATCH v6 06/10] rpmsg: Introduce rpmsg_create_default_ept function
` [PATCH v6 07/10] rpmsg: char: Add possibility to use default endpoint of the rpmsg device
` [PATCH v6 08/10] rpmsg: char: Introduce the "rpmsg-raw" channel
` [PATCH v6 09/10] rpmsg: ctrl: Introduce new RPMSG_CREATE/RELEASE_DEV_IOCTL controls
` [PATCH v6 10/10] rpmsg: core: send a ns announcement when a default endpoint is created

[PATCH v3 0/2] Fix two kernel warnings in glink driver
 2021-11-03 17:16 UTC  (5+ messages)
` [PATCH v3 1/2] rpmsg: glink: Fix use-after-free in qcom_glink_rpdev_release()
` [PATCH v3 2/2] rpmsg: glink: Update cdev add/del API in rpmsg_ctrldev_release_device()

[PATCH v2 0/5] msm8996: Enable support for MSS and SLPI
 2021-11-03 13:55 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: dts: qcom: msm8996: Revamp reserved memory

[RFC PATCH 0/7] remoteproc: restructure the remoteproc VirtIO device
 2021-11-03  9:16 UTC  (15+ messages)
` [RFC PATCH 2/7] remoteproc: Move rvdev management in rproc_virtio
` [RFC PATCH 3/7] remoteproc: Remove vdev_to_rvdev and vdev_to_rproc from remoteproc API
  ` (subset) "
` [RFC PATCH 4/7] remoteproc: create the REMOTEPROC_VIRTIO config
` [RFC PATCH 5/7] remoteproc: virtio: Create platform device for the remoteproc_virtio
` [RFC PATCH 7/7] remoteproc: Instantiate the new remoteproc virtio platform device

[PATCH v7 0/3] Add support for sc7280 WPSS PIL loading
 2021-11-02 14:26 UTC  (11+ messages)
` [PATCH v7 1/3] dt-bindings: remoteproc: qcom: adsp: Convert binding to YAML
` [PATCH v7 2/3] dt-bindings: remoteproc: qcom: Add SC7280 WPSS support
` [PATCH v7 3/3] remoteproc: qcom: q6v5_wpss: Add support for sc7280 WPSS

[PATCH] remoteproc: use %d format string to print return error code
 2021-11-02 14:04 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add rpmsg tty driver maintainer
 2021-11-02 12:38 UTC 

[PATCH v10 0/2] Add rpmsg tty driver
 2021-11-02 10:54 UTC  (3+ messages)

[PATCH 0/2] Add support for sc7280 WPSS PIL loading
 2021-10-28  7:43 UTC  (6+ messages)
` [PATCH 2/2] remoteproc: qcom: q6v5_wpss: Add support for sc7280 WPSS

dt-bindings: treewide: Update @st.com email address to @foss.st.com
 2021-10-27 16:57 UTC  (7+ messages)

[PATCH v2 0/2] Fix two kernel warnings in glink driver
 2021-10-26  0:39 UTC  (5+ messages)
` [PATCH v2 1/2] rpmsg: glink: Fix use-after-free in qcom_glink_rpdev_release()
` [PATCH v2 2/2] rpmsg: glink: Update cdev add/del API in rpmsg_ctrldev_release_device()

[PATCH 0/2] Fix two kernel warnings in glink driver
 2021-10-25 23:25 UTC  (3+ messages)
` [PATCH 1/2] rpmsg: glink: Fix use-after-free in qcom_glink_rpdev_release()
` [PATCH 2/2] rpmsg: glink: Update cdev add/del API in rpmsg_ctrldev_release_device()

[PATCH] remoteproc: fix linking against QMP
 2021-10-20  4:23 UTC  (2+ messages)

[PATCH v5 0/4] Restructure the rpmsg char to decorrelate the control part
 2021-10-19 12:54 UTC  (11+ messages)
` [PATCH v5 3/4] rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrl

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-18  9:24 UTC  (4+ messages)

[PATCH] remoteproc: core: fix potential memory leakage
 2021-10-18  7:09 UTC  (2+ messages)

[PATCH V2 1/1] soc: qcom: smp2p: add feature negotiation and ssr ack feature support
 2021-10-18  0:13 UTC  (2+ messages)
` (subset) "

[PATCH 0/9] treewide: simplify getting .driver_data
 2021-10-15 17:22 UTC  (2+ messages)

[PATCH V1 0/6] Glink native fixes upstreaming
 2021-10-15 17:22 UTC  (11+ messages)
` [PATCH V1 2/6] rpmsg: glink: Deny intent request if reusable intent fits
` [PATCH V1 3/6] rpmsg: glink: Add TX_DATA_CONT command while sending
  ` (subset) "
` [PATCH V1 4/6] rpmsg: glink: Remove the rpmsg dev in close_ack
  ` (subset) "
` [PATCH V1 5/6] rpmsg: glink: Remove channel decouple from rpdev release
  ` (subset) "
` [PATCH V1 6/6] rpmsg: glink: Send READ_NOTIFY command in FIFO full case
  ` (subset) "

[PATCH] remoteproc: qcom_q6v5_mss: Use devm_platform_ioremap_resource_byname() to simplify code
 2021-10-15 17:22 UTC  (2+ messages)
` (subset) "

[PATCH] remoteproc: Fix spelling mistake "atleast" -> "at least"
 2021-10-15 17:22 UTC  (2+ messages)
` (subset) "

[PATCH] remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'
 2021-10-15 17:22 UTC  (2+ messages)
` (subset) "

[PATCH] rpmsg: virtio_rpmsg_bus: use dev_warn_ratelimited for msg with no recipient
 2021-10-15 17:22 UTC  (2+ messages)
` (subset) "


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