Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
 messages from 2025-09-17 14:39:05 to 2025-10-05 14:15:02 UTC [more...]

[PATCH 0/6] remoteproc: core: misc update
 2025-10-05 14:14 UTC  (3+ messages)
` [PATCH 1/6] remoteproc: core: Drop redundant initialization of 'ret' in rproc_shutdown()
` [PATCH 2/6] remoteproc: core: Sort header includes

[GIT PULL] rpmsg updates for v6.18
 2025-10-04 23:42 UTC  (2+ messages)

[GIT PULL] remoteproc updates for v6.18
 2025-10-04 23:42 UTC  (2+ messages)

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

[RFC PATCH] remoteproc: core: full attach detach during recovery
 2025-10-02 15:33 UTC 

[PATCH 0/5] dt-bindings: remoteproc: Document Glymur ADSP/CDSP PAS
 2025-10-02  0:55 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: mailbox: qcom-ipcc: Document the Glymur IPCC
` [PATCH 2/5] dt-bindings: mailbox: qcom-ipcc: Document Glymur physical client IDs
` [PATCH 3/5] dt-bindings: soc: qcom,aoss-qmp: Document the Glymur AOSS side channel
` [PATCH 4/5] dt-bindings: remoteproc: qcom,sm8550-pas: Document Glymur ADSP
` [PATCH 5/5] dt-bindings: remoteproc: qcom,sm8550-pas: Document Glymur CDSP

[PATCH v2 0/3] Adding brcmstb-hwspinlock support
 2025-10-01 18:16 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: hwlock: "
` [PATCH v2 2/3] hwspinlock: brcmstb hardware semaphore support
` [PATCH v2 3/3] MAINTAINERS: adding entry for BRCMSTB HWSPINLOCK driver

[PATCH 0/3] Adding brcmstb-hwspinlock support
 2025-10-01 15:28 UTC  (14+ messages)
` [PATCH 1/3] dt-bindings: hwlock: "
` [PATCH 1/3] dt-bindings: hwlock: support for brcmstb-hwspinlock
` [PATCH 2/3] hwspinlock: brcmstb hardware semaphore support
` [PATCH 3/3] MAINTAINERS: adding entry for BRCMSTB HWSPINLOCK driver

[PATCH v3 0/6] remoteproc: imx_rproc: Use device managed API to clean up the driver
 2025-10-01 14:22 UTC  (9+ messages)
` [PATCH v3 1/6] remoteproc: imx_rproc: Fix runtime PM cleanup and improve remove path
` [PATCH v3 2/6] remoteproc: imx_rproc: Use devm_add_action_or_reset() for workqueue cleanup
` [PATCH v3 3/6] remoteproc: imx_rproc: Use devm_add_action_or_reset() for mailbox cleanup
` [PATCH v3 4/6] remoteproc: imx_rproc: Use devm_clk_get_enabled() and simplify cleanup
` [PATCH v3 5/6] remoteproc: imx_rproc: Use devm_add_action_or_reset() for scu cleanup
` [PATCH v3 6/6] remoteproc: imx_rproc: Use devm_rproc_add() helper

[PATCH] mailbox: check mailbox queue is full or not
 2025-09-30 18:38 UTC  (13+ messages)

[PATCH 0/6] Add initial remoteproc support for Kaanapali SoC
 2025-09-30  2:54 UTC  (28+ messages)
` [PATCH 1/6] dt-bindings: remoteproc: qcom,sm8550-pas: Add Kaanapali ADSP
` [PATCH 2/6] dt-bindings: remoteproc: qcom,sm8550-pas: Add Kaanapali CDSP
` [PATCH 3/6] dt-bindings: remoteproc: qcom,sm8550-pas: Add Kaanapali MPSS
` [PATCH 4/6] dt-bindings: remoteproc: qcom,pas: Document pas for Kaanapali SoCCP
` [PATCH 5/6] remoteproc: qcom: pas: Add late attach support for subsystems
` [PATCH 6/6] remoteproc: qcom_q6v5_pas: Add SoCCP node on Kaanapali

[PATCH v2 0/6] remoteproc: imx_rproc: Use device managed API to clean up the driver
 2025-09-26  8:26 UTC  (15+ messages)
` [PATCH v2 1/6] remoteproc: imx_rproc: Fix runtime PM cleanup order and error handling
` [PATCH v2 2/6] remoteproc: imx_rproc: Use devm_add_action_or_reset() for workqueue cleanup
` [PATCH v2 3/6] remoteproc: imx_rproc: Use devm_add_action_or_reset() for mailbox cleanup
` [PATCH v2 4/6] remoteproc: imx_rproc: Use devm_clk_get_enabled() and simplify cleanup
` [PATCH v2 5/6] remoteproc: imx_rproc: Use devm_add_action_or_reset() for scu cleanup
` [PATCH v2 6/6] remoteproc: imx_rproc: Use devm_rproc_add() helper

[PATCH v2 0/2] Add support for MT8189 SCP and device tree bindings
 2025-09-25  6:23 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: mediatek: Add binding for mt8189 scp
` [PATCH v2 2/2] remoteproc: mediatek: Support MT8189 SCP

[PATCH 00/38] MediaTek devicetree/bindings warnings sanitization
 2025-09-23 21:37 UTC  (2+ messages)

[PATCH] remoteproc: Fix potential null pointer dereference in pru_rproc_set_ctable()
 2025-09-23 18:01 UTC  (6+ messages)
` [PATCH v2] remoteproc: pru: Fix potential NULL "

[PATCH v2 0/5] remoteproc: imx_rproc: misc clean up
 2025-09-23  5:22 UTC  (8+ messages)
` [PATCH v2 1/5] remoteproc: imx_rproc: Simplify clock enable logic using dcfg flags
` [PATCH v2 2/5] remoteproc: imx_rproc: Make detach operation platform-specific
` [PATCH v2 3/5] remoteproc: imx_rproc: Enable PM runtime support unconditionally
` [PATCH v2 4/5] remoteproc: imx_rproc: Remove the assignement to method
` [PATCH v2 5/5] MAINTAINERS: Add an entry for i.MX remoteproc driver

[PATCH 0/6] remoteproc: imx_rproc: Use device managed API to clean up the driver
 2025-09-23  4:33 UTC  (10+ messages)
` [PATCH 1/6] remoteproc: imx_rproc: Fix runtime PM cleanup order and error handling
` [PATCH 4/6] remoteproc: imx_rproc: Use devm_clk_get_enabled() and simplify cleanup
` [PATCH 6/6] remoteproc: imx_rproc: Use devm_rproc_add() helper

[PATCH v3 00/12] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
 2025-09-22 20:29 UTC  (33+ messages)
` [PATCH v3 01/12] dt-bindings: remoteproc: qcom,pas: Add iommus property
` [PATCH v3 02/12] firmware: qcom_scm: Rename peripheral as pas_id
` [PATCH v3 03/12] firmware: qcom_scm: Introduce PAS context initialization and destroy helper
` [PATCH v3 04/12] soc: qcom: mdtloader: Add context aware qcom_mdt_pas_load() helper
` [PATCH v3 05/12] remoteproc: pas: Use PAS context awareness in smc and mdt functions
` [PATCH v3 06/12] firmware: qcom_scm: Add a prep version of auth_and_reset function
` [PATCH v3 07/12] firmware: qcom_scm: Simplify qcom_scm_pas_init_image()
` [PATCH v3 08/12] firmware: qcom_scm: Add shmbridge support to pas_init/release function
` [PATCH v3 09/12] firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get resource table
` [PATCH v3 10/12] remoteproc: pas: Extend parse_fw callback to fetch resources via SMC call
` [PATCH v3 11/12] remoteproc: qcom: pas: Enable Secure PAS support with IOMMU managed by Linux
` [PATCH v3 12/12] arm64: dts: qcom: Add EL2 overlay for Lemans

[PATCH v2 0/4] remoteproc: qcom_q6v5: Misc fixes to prepare for reusing the "lite" ADSP FW
 2025-09-22 14:00 UTC  (2+ messages)

[PATCH v5 0/2] Add support for remoteprocs on Milos SoC
 2025-09-22 14:00 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: remoteproc: qcom,milos-pas: Document remoteprocs

[PATCH v4] remoteproc: qcom_q6v5_mss: support loading MBN file on msm8974
 2025-09-22 14:00 UTC  (2+ messages)

[PATCH v2] rpmsg: qcom_smd: Fix fallback to qcom,ipc parse
 2025-09-22 14:00 UTC  (2+ messages)

[PATCH v19 0/6] Introduction of a remoteproc tee to load signed firmware
 2025-09-22  8:57 UTC  (8+ messages)
` [PATCH v19 4/6] dt-bindings: remoteproc: Add compatibility for TEE support

[PATCH v7] remoteproc: Add device awake calls in rproc boot and shutdown path
 2025-09-21  3:00 UTC  (2+ messages)

[PATCH 0/5] remoteproc: imx_rproc: misc clean up
 2025-09-19 14:52 UTC  (16+ messages)
` [PATCH 1/5] remoteproc: imx_rproc: Simplify clock enable logic using dcfg flags
` [PATCH 2/5] remoteproc: imx_rproc: Make detach operation platform-specific
` [PATCH 3/5] remoteproc: imx_rproc: Enable PM runtime support unconditionally
` [PATCH 4/5] remoteproc: imx_rproc: Remove the assignement to method
` [PATCH 5/5] MAINTAINERS: Add an entry for i.MX remoteproc driver


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox