messages from 2021-01-26 13:56:32 to 2021-02-19 11:19:20 UTC [more...]
[PATCH v5 00/16] introduce a generic IOCTL interface for RPMsg channels management
2021-02-19 11:14 UTC (4+ 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 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 V12 00/10] remoteproc: imx_rproc: support iMX8MQ/M
2021-02-18 1:25 UTC (11+ 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] 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 (11+ 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 (5+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding "
` [PATCH 2/3] remoteproc: qcom: wcss: populate driver data "
` [PATCH 3/3] arm64: dts: ipq6018: Update WCSS PIL driver compatible
[PATCH] remoteproc: ingenic: Add module parameter 'auto_boot'
2021-02-09 17:40 UTC (3+ 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 (6+ messages)
` [PATCH v3 1/4] remoteproc/mediatek: use devm_platform_ioremap_resource_byname
` [PATCH v3 2/4] remoteproc/mediatek: enable MPU for all memory regions in MT8192 SCP
` [PATCH v3 3/4] dt-bindings: remoteproc: mediatek: add L1TCM memory region
` [PATCH v3 4/4] remoteproc/mediatek: support L1TCM
[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 (18+ messages)
` [PATCH v4 05/17] remoteproc: Add new get_loaded_rsc_table() remoteproc operation
` [PATCH v4 11/17] remoteproc: Introduce function __rproc_detach()
` [PATCH v4 12/17] remoteproc: Introduce function rproc_detach()
` [PATCH v4 17/17] remoteproc: Refactor rproc delete and cdev release path
[PATCH V9 00/10] remoteproc: imx_rproc: support iMX8MQ/M
2021-02-05 20:27 UTC (4+ messages)
` [PATCH V9 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema
[PATCH v3 00/15] introduce a generic IOCTL interface for RPMsg channels management
2021-02-05 8:21 UTC (21+ messages)
` [PATCH v3 01/15] rpmsg: char: rename rpmsg_char_init to rpmsg_chrdev_init
` [PATCH v3 02/15] rpmsg: move RPMSG_ADDR_ANY in user API and document the API
` [PATCH v3 03/15] rpmsg: char: export eptdev create an destroy functions
` [PATCH v3 04/15] rpmsg: char: dissociate the control device from the rpmsg class
` [PATCH v3 05/15] rpmsg: move the rpmsg control device from rpmsg_char to rpmsg_ctrl
` [PATCH v3 06/15] rpmsg: update rpmsg_chrdev_register_device function
` [PATCH v3 07/15] rpmsg: virtio: probe the rpmsg_ctrl device
` [PATCH v3 08/15] rpmsg: glink: add sendto and trysendto ops
` [PATCH v3 09/15] rpmsg: smd: "
` [PATCH v3 10/15] rpmsg: char: use sendto to specify the message destination address
` [PATCH v3 11/15] rpmsg: ctrl: introduce RPMSG_CREATE_DEV_IOCTL
` [PATCH v3 12/15] rpmsg: char: introduce __rpmsg_chrdev_create_eptdev function
` [PATCH v3 13/15] rpmsg: char: introduce a RPMsg driver for the RPmsg char device
` [PATCH v3 14/15] rpmsg: char: no dynamic endpoint management for the default one
` [PATCH v3 15/15] rpmsg: char: return an error if device already open
[PATCH v8 0/9] remoteproc: qcom: q6v5-wcss: Add support for secure pil
2021-01-30 5:20 UTC (10+ messages)
` [PATCH v8 1/9] remoteproc: qcom: Add PRNG proxy clock
` [PATCH v8 2/9] remoteproc: qcom: Add secure PIL support
` [PATCH v8 3/9] remoteproc: qcom: Add support for split q6 + m3 wlan firmware
` [PATCH v8 4/9] remoteproc: qcom: Add ssr subdevice identifier
` [PATCH v8 5/9] remoteproc: qcom: Update regmap offsets for halt register
` [PATCH v8 6/9] dt-bindings: clock: qcom: Add reset for WCSSAON
` [PATCH v8 7/9] clk: qcom: Add WCSSAON reset
` [PATCH v8 8/9] arm64: dts: Add support for scm on IPQ8074 SoCs
` [PATCH v8 9/9] arm64: dts: qcom: Enable Q6v5 WCSS for ipq8074 SoC
[PATCH v9 0/4] Add non PAS wcss Q6 support for QCS404
2021-01-30 5:19 UTC (5+ messages)
` [PATCH v9 1/4] remoteproc: qcom: wcss: populate hardcoded param using driver data
` [PATCH v9 2/4] dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding for QCS404
` [PATCH v9 3/4] remoteproc: qcom: wcss: Add non pas wcss Q6 support "
` [PATCH v9 4/4] remoteproc: qcom: wcss: explicitly request exclusive reset control
[PATCH 0/3] remoteproc: qcom: q6v5-wcss: Add driver data for IPQ6018
2021-01-29 17:09 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding "
` [PATCH 2/3] remoteproc: qcom: wcss: populate driver data "
` [PATCH 3/3] arm64: dts: ipq6018: Update WCSS PIL driver compatible
[PATCH v2 00/16] introduce generic IOCTL interface for RPMsg channels management
2021-01-29 9:45 UTC (8+ messages)
` [PATCH v2 04/16] rpmsg: ctrl: implement the ioctl function to create device
[PATCH] remoteproc: pru: future-proof PRU ID matching
2021-01-28 23:37 UTC (5+ messages)
[PATCH] remoteproc/wkup_m3: Drop legacy platform data no longer needed
2021-01-28 23:14 UTC (2+ messages)
[PATCH v9 4/4] remoteproc: qcom: wcss: explicitly request exclusive reset control
2021-01-28 18:48 UTC
[PATCH v2 0/5] Introduce PRU remoteproc consumer API
2021-01-25 15:43 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox