messages from 2025-09-15 07:48:14 to 2025-10-01 01:46:26 UTC [more...]
[PATCH 0/3] Adding brcmstb-hwspinlock support
2025-10-01 2:58 UTC (12+ 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] 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/4] Enable Remote GPIO over RPMSG on i.MX Platform
2025-09-29 14:59 UTC (9+ 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
[PATCH v3 0/6] remoteproc: imx_rproc: Use device managed API to clean up the driver
2025-09-29 13:09 UTC (8+ 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 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 0/5] dt-bindings: remoteproc: Document Glymur ADSP/CDSP PAS
2025-09-24 18:37 UTC (6+ 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 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 (18+ messages)
` [PATCH 1/6] remoteproc: imx_rproc: Fix runtime PM cleanup order and error handling
` [PATCH 2/6] remoteproc: imx_rproc: Use devm_add_action_or_reset() for workqueue cleanup
` [PATCH 3/6] remoteproc: imx_rproc: Use devm_add_action_or_reset() for mailbox cleanup
` [PATCH 4/6] remoteproc: imx_rproc: Use devm_clk_get_enabled() and simplify cleanup
` [PATCH 5/6] remoteproc: imx_rproc: Use devm_add_action_or_reset() for scu 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 (5+ messages)
` [PATCH v5 1/2] dt-bindings: remoteproc: qcom,milos-pas: Document remoteprocs
` [PATCH v5 2/2] remoteproc: qcom: pas: Add Milos remoteproc support
[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 (10+ 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
[PATCH] remoteproc: mtk_scp: Construct FW path if firmware-name not present
2025-09-16 17:31 UTC (6+ messages)
[PATCH v2 0/6] remoteproc: imx_proc: Simplify driver by removing the switch-case
2025-09-15 16:27 UTC (2+ messages)
[PATCH v4 0/3] rpmsg: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI
2025-09-15 15:36 UTC (2+ messages)
[PATCH v2 0/4] ASoC: mediatek: Add support of VCP on Mediatek mt8196 SoC
2025-09-15 9:14 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: remoteproc: Add VCP support for mt8196
` [PATCH v2 2/4] remoterpoc: mediatek: vcp: Add vcp remoteproc driver
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