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

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

[PATCH 0/6] rpmsg: enable the use of the rpmsg_char device for the Virtio backend
 2021-03-11 14:04 UTC  (7+ messages)
` [PATCH 1/6] rpmsg: char: Rename rpmsg_char_init to rpmsg_chrdev_init
` [PATCH 2/6] rpmsg: Move RPMSG_ADDR_ANY in user API
` [PATCH 3/6] rpmsg: Add short description of the IOCTL defined in UAPI
` [PATCH 4/6] rpmsg: char: Use rpmsg_sendto to specify the message destination address
` [PATCH 5/6] rpmsg: virtio: Register the rpmsg_char device
` [PATCH 6/6] rpmsg: char: Return an error if device already open

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

[PATCH 0/2] Add support for sc7280 WPSS PIL loading
 2021-03-10 16:47 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: qcom: Add SC7280 WPSS support
` [PATCH 2/2] remoteproc: qcom: q6v5_wpss: Add support for sc7280 WPSS

[PATCH v26 0/5] Add initial zynqmp R5 remoteproc driver
 2021-03-09 16:53 UTC  (9+ 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] remoteproc: qcom: pil-info: avoid 64-bit division on 32-bit architectures
 2021-03-08 15:32 UTC 

[PATCH] rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data()
 2021-03-06 13:36 UTC 

[PATCH V12 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-03-05 22:39 UTC  (15+ 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 v5 00/16] introduce a generic IOCTL interface for RPMsg channels management
 2021-03-05 18:01 UTC  (40+ 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 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 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  (6+ messages)
` [PATCH v5 07/19] remoteproc: Add new get_loaded_rsc_table() to rproc_ops
` [PATCH v5 13/19] remoteproc: Properly deal with the resource table

[PATCH V10 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-02-17 20:24 UTC  (8+ messages)
` [PATCH V10 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema
` [PATCH V10 05/10] remoteproc: imx_rproc: correct err message
` [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


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