linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 0/3] remoteproc: imx_rproc: Support i.MX95
 2025-09-03  6:39 UTC  (9+ messages)
` [PATCH v5 1/3] dt-bindings: remoteproc: fsl,imx-rproc: Add support for i.MX95
` [PATCH v5 2/3] remoteproc: imx_rproc: Add support for System Manager API
` [PATCH v5 3/3] remoteproc: imx_rproc: Add support for i.MX95

[PATCH v2] dt-bindings: mfd: Move embedded controllers to own directory
 2025-09-02 15:20 UTC  (6+ messages)
` (subset) "

[PATCH 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2025-09-02 12:34 UTC  (19+ messages)
` [PATCH 1/4] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH 2/4] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode
` [PATCH 3/4] gpio: imx-rpmsg: add imx-rpmsg GPIO driver
` [PATCH 4/4] arm64: dts: imx8ulp: Add rpmsg node under imx_rproc

[PATCH net-next v2 0/8] Add RPMSG Ethernet Driver
 2025-09-02  9:07 UTC  (9+ messages)
` [PATCH net-next v2 1/8] dt-bindings: net: ti,rpmsg-eth: Add DT binding for RPMSG ETH
` [PATCH net-next v2 2/8] dt-bindings: remoteproc: k3-r5f: Add rpmsg-eth subnode
` [PATCH net-next v2 3/8] net: rpmsg-eth: Add Documentation for RPMSG-ETH Driver
` [PATCH net-next v2 4/8] net: rpmsg-eth: Add basic rpmsg skeleton
` [PATCH net-next v2 5/8] net: rpmsg-eth: Register device as netdev
` [PATCH net-next v2 6/8] net: rpmsg-eth: Add netdev ops
` [PATCH net-next v2 7/8] net: rpmsg-eth: Add support for multicast filtering
` [PATCH net-next v2 8/8] arch: arm64: dts: k3-am64*: Add rpmsg-eth node

[PATCH RESEND v2] rpmsg: qcom_smd: Fix fallback to qcom,ipc parse
 2025-08-30 22:39 UTC 

[PATCH] rpmsg: core: Drop dev_pm_domain_detach() call
 2025-08-29 16:35 UTC  (3+ messages)

[PATCH v5] remoteproc: k3: Correctly release some resources allocated in k3_rproc_request_mbox()
 2025-08-29 16:11 UTC  (2+ messages)

[PATCH v7] remoteproc: Add device awake calls in rproc boot and shutdown path
 2025-08-28  9:26 UTC 

[PATCH v3] dt-bindings: mfd: Move embedded controllers to own directory
 2025-08-28  8:41 UTC  (3+ messages)

[PATCH 1/3] remoteproc: da8xx: Use devm_rproc_alloc() helper
 2025-08-26 18:48 UTC  (7+ messages)
` [PATCH 2/3] remoteproc: da8xx: Use devm action to release reserved memory
` [PATCH 3/3] remoteproc: da8xx: Use devm_rproc_add() helper

[PATCH v2 00/11] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
 2025-08-25 11:19 UTC  (66+ messages)
` [PATCH v2 01/11] firmware: qcom_scm: Introduce PAS context initialization helper
` [PATCH v2 02/11] soc: qcom: mdtloader: Add context aware qcom_mdt_pas_load() helper
` [PATCH v2 03/11] firmware: qcom_scm: Add a prep version of auth_and_reset function
` [PATCH v2 04/11] firmware: qcom_scm: Simplify qcom_scm_pas_init_image()
` [PATCH v2 05/11] firmware: qcom_scm: Add shmbridge support to pas_init/release function
` [PATCH v2 06/11] remoteproc: Move resource table data structure to its own header
` [PATCH v2 07/11] firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get resource table
` [PATCH v2 08/11] soc: qcom: mdt_loader: Add helper functions to map and unmap resources
` [PATCH v2 09/11] remoteproc: pas: Extend parse_fw callback to parse resource table
` [PATCH v2 10/11] remoteproc: qcom: pas: Enable Secure PAS support with IOMMU managed by Linux
` [PATCH v2 11/11] media: iris: "

[PATCH 0/2] rpmsg: glink_native: fix leak and cleanup
 2025-08-22 10:20 UTC  (6+ messages)
` [PATCH 1/2] rpmsg: glink_native: fix rpmsg device leak
` [PATCH 2/2] rpmsg: glink_native: remove duplicate code for rpmsg device remove

[PATCH] remoteproc: ti_k3_common: remove remote processor mailbox ping
 2025-08-20 19:56 UTC  (3+ messages)

[PATCH v5] remoteproc: Use of_reserved_mem_region_* functions for "memory-region"
 2025-08-20 19:31 UTC  (5+ messages)

[PATCH v2 0/4] remoteproc: qcom_q6v5: Misc fixes to prepare for reusing the "lite" ADSP FW
 2025-08-20 17:18 UTC  (6+ messages)
` [PATCH v2 1/4] remoteproc: qcom_q6v5: Avoid disabling handover IRQ twice
` [PATCH v2 2/4] remoteproc: qcom_q6v5: Avoid handling handover twice
` [PATCH v2 3/4] remoteproc: qcom_q6v5_pas: Shutdown lite ADSP DTB on X1E
` [PATCH v2 4/4] remoteproc: qcom_q6v5_pas: Drop redundant assignment to ret

[PATCH 0/3] remoteproc: qcom_q6v5: Misc fixes to prepare for reusing the "lite" ADSP FW
 2025-08-19 18:37 UTC  (11+ messages)
` [PATCH 1/3] remoteproc: qcom_q6v5: Avoid disabling handover IRQ twice
` [PATCH 2/3] remoteproc: qcom_q6v5: Avoid handling handover twice
` [PATCH 3/3] remoteproc: qcom_q6v5_pas: Shutdown lite ADSP DTB on X1E

[PATCH v4] remoteproc: Use of_reserved_mem_region_* functions for "memory-region"
 2025-08-19 17:32 UTC  (4+ messages)

[PATCH v19 0/6] Introduction of a remoteproc tee to load signed firmware
 2025-08-18  5:07 UTC  (10+ messages)
` [PATCH v19 2/6] remoteproc: Add TEE support

[PATCH 1/4] remoteproc: wkup_m3: Use devm_pm_runtime_enable() helper
 2025-08-14 15:39 UTC  (4+ messages)
` [PATCH 2/4] remoteproc: wkup_m3: Use devm action to call PM runtime put sync
` [PATCH 3/4] remoteproc: wkup_m3: Use devm_rproc_alloc() helper
` [PATCH 4/4] remoteproc: wkup_m3: Use devm_rproc_add() helper

[PATCH 1/5] remoteproc: keystone: Use devm action to release reserved memory
 2025-08-14 14:08 UTC  (5+ messages)
` [PATCH 2/5] remoteproc: keystone: Use devm_pm_runtime_enable() helper
` [PATCH 3/5] remoteproc: keystone: Use devm action to call PM runtime put sync
` [PATCH 4/5] remoteproc: keystone: Use devm_gpiod_get() helper
` [PATCH 5/5] remoteproc: keystone: Use devm_rproc_add() helper

[PATCH 0/3] EDITME: cover title for mdtloader-changes
 2025-08-12  8:31 UTC  (9+ messages)
` [PATCH 2/3] soc: qcom: mdt_loader: Remove pas id parameter
` [PATCH 3/3] soc: qcom: mdt_loader: Fix check mdt_header_valid()

[Patch v3 1/3] soc: qcom: mdt_loader: Remove unused parameter
 2025-08-11 18:41 UTC  (7+ messages)
` [Patch v3 2/3] soc: qcom: mdt_loader: Remove pas id parameter
` [Patch v3 3/3] soc: qcom: mdt_loader: Remove unused parameter

[PATCH] remoteproc: qcom: Update MAX_NUM_OF_SS to 30
 2025-08-11 16:00 UTC  (3+ messages)

[PATCH v2 1/4] soc: qcom: mdt_loader: Fix check mdt_header_valid()
 2025-08-07 16:50 UTC  (9+ messages)
` [PATCH v2 2/4] soc: qcom: mdt_loader: Remove unused parameter
` [PATCH v2 3/4] soc: qcom: mdt_loader: Remove pas id parameter
` [PATCH v2 4/4] soc: qcom: mdt_loader: Remove unused parameter

System can not go into suspend when remoteproc is probed on AM62X
 2025-08-05 18:41 UTC  (6+ 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).