linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-04 17:35:02 to 2021-03-04 09:22:06 UTC [more...]

[PATCH v5 00/16] introduce a generic IOCTL interface for RPMsg channels management
 2021-03-04  9:20 UTC  (28+ messages)
` [PATCH v5 01/16] rpmsg: char: rename rpmsg_char_init to rpmsg_chrdev_init
` [PATCH v5 02/16] rpmsg: move RPMSG_ADDR_ANY in user API
` [PATCH v5 03/16] rpmsg: add short description of the IOCTL defined in UAPI
` [PATCH v5 04/16] rpmsg: char: export eptdev create an destroy functions
` [PATCH v5 05/16] rpmsg: char: dissociate the control device from the rpmsg class
` [PATCH v5 06/16] rpmsg: move the rpmsg control device from rpmsg_char to rpmsg_ctrl
` [PATCH v5 07/16] rpmsg: update rpmsg_chrdev_register_device function
` [PATCH v5 08/16] rpmsg: glink: add sendto and trysendto ops
` [PATCH v5 09/16] rpmsg: smd: "
` [PATCH v5 10/16] rpmsg: char: use sendto to specify the message destination address
` [PATCH v5 11/16] rpmsg: virtio: register the rpmsg_ctrl device
` [PATCH v5 12/16] rpmsg: ctrl: introduce RPMSG_CREATE_DEV_IOCTL
` [PATCH v5 13/16] rpmsg: char: introduce __rpmsg_chrdev_create_eptdev function
` [PATCH v5 14/16] rpmsg: char: introduce a RPMsg driver for the RPMsg char device
` [PATCH v5 15/16] rpmsg: char: no dynamic endpoint management for the default one
` [PATCH v5 16/16] rpmsg: char: return an error if device already open

[PATCH] remoteproc: sysfs: Use scnprintf instead of sprintf
 2021-03-03 21:38 UTC  (3+ messages)

[PATCH v2] remoteproc: sysfs: Use sysfs_emit instead of sprintf
 2021-03-03 21:47 UTC 

[PATCH V12 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-03-03  6:53 UTC  (12+ messages)
` [PATCH V12 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema
` [PATCH V12 02/10] dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M support
` [PATCH V12 03/10] remoteproc: introduce is_iomem to rproc_mem_entry
` [PATCH V12 04/10] remoteproc: add is_iomem to da_to_va
` [PATCH V12 05/10] remoteproc: imx_rproc: correct err message
` [PATCH V12 06/10] remoteproc: imx_rproc: use devm_ioremap
` [PATCH V12 07/10] remoteproc: imx_rproc: add i.MX specific parse fw hook
` [PATCH V12 08/10] remoteproc: imx_rproc: support i.MX8MQ/M
` [PATCH V12 09/10] remoteproc: imx_rproc: ignore mapping vdev regions
` [PATCH V12 10/10] remoteproc: imx_proc: enable virtio/mailbox

[PATCH v6 00/16] remoteproc: Add support for detaching a remote processor
 2021-03-01 18:58 UTC  (30+ messages)
` [PATCH v6 01/16] remoteproc: Remove useless check in rproc_del()
` [PATCH v6 02/16] remoteproc: Rename function rproc_actuate()
` [PATCH v6 03/16] remoteproc: Add new RPROC_ATTACHED state
` [PATCH v6 04/16] remoteproc: Properly represent the attached state
` [PATCH v6 05/16] remoteproc: Add new get_loaded_rsc_table() to rproc_ops
` [PATCH v6 06/16] remoteproc: stm32: Move resource table setup "
` [PATCH v6 07/16] remoteproc: stm32: Move memory parsing "
` [PATCH v6 08/16] remoteproc: Add new detach() remoteproc operation
` [PATCH v6 09/16] remoteproc: Introduce function __rproc_detach()
` [PATCH v6 10/16] remoteproc: Introduce function rproc_detach()
` [PATCH v6 11/16] remoteproc: Properly deal with the resource table when attached
` [PATCH v6 12/16] remoteproc: Properly deal with a kernel panic "
` [PATCH v6 13/16] remoteproc: Properly deal with a start request "
` [PATCH v6 14/16] remoteproc: Properly deal with a stop "
` [PATCH v6 15/16] remoteproc: Properly deal with a detach "
` [PATCH v6 16/16] remoteproc: Refactor rproc delete and cdev release path

[PATCH RESEND] remoteproc: core: Remove casting to rproc_handle_resource_t
 2021-02-24 20:39 UTC 

[PATCH] remoteproc: pru: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2021-02-24 20:32 UTC  (2+ messages)

[GIT PULL] hwspinlock updated for v5.12
 2021-02-24 19:37 UTC  (2+ messages)

[GIT PULL] rpmsg updates for v5.12
 2021-02-24 19:37 UTC  (2+ messages)

[GIT PULL] remoteproc updates for v5.12
 2021-02-24 19:37 UTC  (2+ messages)

[PATCH] remoteproc: core: Remove casting to rproc_handle_resource_t
 2021-02-23 17:32 UTC  (4+ messages)

[PATCH v26 0/5] Add initial zynqmp R5 remoteproc driver
 2021-02-23 16:34 UTC  (7+ messages)
` [PATCH v26 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v26 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v26 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v26 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v26 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH v4 00/16] introduce a generic IOCTL interface for RPMsg channels management
 2021-02-18 17:52 UTC  (21+ messages)
` [PATCH v4 01/16] rpmsg: char: rename rpmsg_char_init to rpmsg_chrdev_init
` [PATCH v4 02/16] rpmsg: move RPMSG_ADDR_ANY in user API
` [PATCH v4 03/16] rpmsg: add short description of the IOCTL defined in UAPI
` [PATCH v4 04/16] rpmsg: char: export eptdev create an destroy functions
` [PATCH v4 05/16] rpmsg: char: dissociate the control device from the rpmsg class
` [PATCH v4 06/16] rpmsg: move the rpmsg control device from rpmsg_char to rpmsg_ctrl
` [PATCH v4 07/16] rpmsg: update rpmsg_chrdev_register_device function
` [PATCH v4 08/16] rpmsg: glink: add sendto and trysendto ops
` [PATCH v4 09/16] rpmsg: smd: "
` [PATCH v4 10/16] rpmsg: char: use sendto to specify the message destination address
` [PATCH v4 11/16] rpmsg: virtio: register the rpmsg_ctrl device
` [PATCH v4 12/16] rpmsg: ctrl: introduce RPMSG_CREATE_DEV_IOCTL
` [PATCH v4 13/16] rpmsg: char: introduce __rpmsg_chrdev_create_eptdev function
` [PATCH v4 14/16] rpmsg: char: introduce a RPMsg driver for the RPMsg char device
` [PATCH v4 15/16] rpmsg: char: no dynamic endpoint management for the default one
` [PATCH v4 16/16] rpmsg: char: return an error if device already open

[PATCH] remoteproc: qcom: wcnss: Allow specifying firmware-name
 2021-02-17 22:20 UTC  (2+ messages)

[PATCH v25 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2021-02-17 21:58 UTC  (9+ messages)
` [PATCH v25 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH v5 00/19] remoteproc: Add support for detaching a remote processor
 2021-02-17 21:22 UTC  (24+ messages)
` [PATCH v5 01/19] dt-bindings: remoteproc: Add bindind to support autonomous processors
` [PATCH v5 02/19] remoteproc: Re-check state in rproc_shutdown()
` [PATCH v5 03/19] remoteproc: Remove useless check in rproc_del()
` [PATCH v5 04/19] remoteproc: Rename function rproc_actuate()
` [PATCH v5 05/19] remoteproc: Add new RPROC_ATTACHED state
` [PATCH v5 06/19] remoteproc: Properly represent the attached state
` [PATCH v5 07/19] remoteproc: Add new get_loaded_rsc_table() to rproc_ops
` [PATCH v5 08/19] remoteproc: stm32: Move resource table setup "
` [PATCH v5 09/19] remoteproc: stm32: Move memory parsing "
` [PATCH v5 10/19] remoteproc: Add new detach() remoteproc operation
` [PATCH v5 11/19] remoteproc: Introduce function __rproc_detach()
` [PATCH v5 12/19] remoteproc: Introduce function rproc_detach()
` [PATCH v5 13/19] remoteproc: Properly deal with the resource table
` [PATCH v5 14/19] remoteproc: Add return value to function rproc_shutdown()
` [PATCH v5 15/19] remoteproc: Properly deal with a kernel panic when attached
` [PATCH v5 16/19] remoteproc: Properly deal with a stop request "
` [PATCH v5 17/19] remoteproc: Properly deal with a start "
` [PATCH v5 18/19] remoteproc: Properly deal with detach request
` [PATCH v5 19/19] remoteproc: Refactor rproc delete and cdev release path

[PATCH V10 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-02-17 20:24 UTC  (12+ messages)
` [PATCH V10 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema
` [PATCH V10 02/10] dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M support
` [PATCH V10 03/10] remoteproc: introduce is_iomem to rproc_mem_entry
` [PATCH V10 04/10] remoteproc: add is_iomem to da_to_va
` [PATCH V10 05/10] remoteproc: imx_rproc: correct err message
` [PATCH V10 06/10] remoteproc: imx_rproc: use devm_ioremap
` [PATCH V10 07/10] remoteproc: imx_rproc: add i.MX specific parse fw hook
` [PATCH V10 08/10] remoteproc: imx_rproc: support i.MX8MQ/M
` [PATCH V10 09/10] remoteproc: imx_rproc: ignore mapping vdev regions
` [PATCH V10 10/10] remoteproc: imx_proc: enable virtio/mailbox

[PATCH v5 13/19] remoteproc: Properly deal with the resource table (fwd)
 2021-02-14 22:33 UTC 

[PATCH V10 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-02-13 11:26 UTC  (13+ messages)
` [PATCH V10 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema
` [PATCH V10 02/10] dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M support
` [PATCH V10 03/10] remoteproc: introduce is_iomem to rproc_mem_entry
` [PATCH V10 04/10] remoteproc: add is_iomem to da_to_va
` [PATCH V10 05/10] remoteproc: imx_rproc: correct err message
` [PATCH V10 06/10] remoteproc: imx_rproc: use devm_ioremap
` [PATCH V10 07/10] remoteproc: imx_rproc: add i.MX specific parse fw hook
` [PATCH V10 08/10] remoteproc: imx_rproc: support i.MX8MQ/M
` [PATCH V10 09/10] remoteproc: imx_rproc: ignore mapping vdev regions
` [PATCH V10 10/10] remoteproc: imx_proc: enable virtio/mailbox

[PATCH 1/2] dt-bindings: remoteproc: qcom: pas: Add SM8350 remoteprocs
 2021-02-12  4:37 UTC  (4+ messages)
` [PATCH 2/2] remoteproc: qcom: pas: Add SM8350 PAS remoteprocs

Troubleshooting steps for remoteproc modules
 2021-02-11  7:48 UTC 

[PATCH] remoteproc: core: Fix rproc->firmware free in rproc_set_firmware()
 2021-02-09 22:50 UTC  (3+ messages)

[PATCH 0/3] remoteproc: qcom: q6v5-wcss: Add driver data for IPQ6018
 2021-02-09 20:05 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding "

[PATCH] remoteproc: ingenic: Add module parameter 'auto_boot'
 2021-02-09 17:40 UTC  (2+ messages)

[PATCH v2] remoteproc: stm32: improve debug using dev_err_probe
 2021-02-09 17:40 UTC  (3+ messages)

[PATCH] remoteproc/mediatek: acknowledge watchdog IRQ after handled
 2021-02-09 17:40 UTC  (2+ messages)

[PATCH v3 0/4] remoteproc/mediatek: support L1TCM for MT8192 SCP
 2021-02-09 17:40 UTC  (2+ messages)

[PATCH] remoteproc: qcom: fix glink dependencies
 2021-02-09 17:40 UTC  (5+ messages)

[PATCH] remoteproc: qcom_wcnss: remove unneeded semicolon
 2021-02-09 17:40 UTC  (2+ messages)

[PATCH 0/2] Add HwSpinlock support for TI K3 AM64x SoCs
 2021-02-09 17:25 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: hwlock: Update OMAP HwSpinlock binding for "

[PATCH v2 0/2] Add HwSpinlock support for TI K3 AM64x SoCs
 2021-02-09 17:22 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: hwlock: Update OMAP HwSpinlock binding for "
` [PATCH v2 2/2] hwspinlock: omap: Add support for K3 "

[PATCH 1/2] dt-bindings: remoteproc: qcom: pas: Add SC8180X adsp, cdsp and mpss
 2021-02-09  2:35 UTC  (2+ messages)

[PATCH v4 00/17] remoteproc: Add support for detaching a rproc
 2021-02-08 23:43 UTC  (7+ messages)

[PATCH V9 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-02-05 20:27 UTC  (3+ messages)
` [PATCH V9 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema

[PATCH v3 06/15] rpmsg: update rpmsg_chrdev_register_device function
 2021-02-05  8:21 UTC  (5+ 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 NNTP newsgroup(s).