linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-28 10:37:29 to 2025-08-21 18:51:16 UTC [more...]

[PATCH 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2025-08-21 18:51 UTC  (11+ 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 v2 00/11] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
 2025-08-21 17:41 UTC  (45+ 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 v5 0/3] remoteproc: imx_rproc: Support i.MX95
 2025-08-21  9:05 UTC  (4+ 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] 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 1/3] remoteproc: da8xx: Use devm_rproc_alloc() helper
 2025-08-14 13:55 UTC  (3+ messages)
` [PATCH 2/3] remoteproc: da8xx: Use devm action to release reserved memory
` [PATCH 3/3] remoteproc: da8xx: Use devm_rproc_add() helper

[PATCH 0/3] EDITME: cover title for mdtloader-changes
 2025-08-12  8:31 UTC  (17+ messages)
` [PATCH 1/3] soc: qcom: mdt_loader: Remove unused parameter
` [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)

[PATCH 0/3] Add support for MT8189 SCP and device tree bindings
 2025-08-04 10:45 UTC  (11+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: mediatek: Add binding for mt8189 scp
` [PATCH 2/3] arm64: dts: mt8189: Add scp node
` [PATCH 3/3] remoteproc: mediatek: Support MT8189 SCP

[PATCH 00/38] MediaTek devicetree/bindings warnings sanitization
 2025-08-04  9:08 UTC  (9+ messages)
` [PATCH 04/38] ASoC: dt-bindings: mt8192-afe-pcm: Fix clocks and clock-names
` [PATCH 14/38] dt-bindings: media: mediatek,mt8195-jpeg: Allow range number in node address

[PATCH AUTOSEL 6.1 09/51] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
 2025-08-04  0:36 UTC 

[PATCH AUTOSEL 6.6 12/59] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
 2025-08-04  0:33 UTC 

[PATCH AUTOSEL 6.12 13/69] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
 2025-08-04  0:30 UTC 

[PATCH AUTOSEL 6.15 16/80] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
 2025-08-04  0:26 UTC 

[PATCH AUTOSEL 6.16 17/85] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
 2025-08-04  0:22 UTC 

[GIT PULL] remoteproc updates for v6.17
 2025-08-01 23:30 UTC  (2+ messages)

[RFC PATCH] remoteproc: core: Do not process carveout and devmem rsc in attach mode
 2025-08-01 16:31 UTC  (4+ messages)

[PATCH 0/4] mmc: sdhci-brcmstb: rpmb sharing by claiming host for TZOS
 2025-07-31 16:43 UTC  (3+ messages)

[PATCH v2 0/2] remoteproc: cv1800b: Add initial support for C906L processor
 2025-07-30 22:47 UTC  (19+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC
` [PATCH v2 2/2] drivers: remoteproc: Add C906L controller "

[PATCH v3] remoteproc: imx_dsp_rproc: Add support of recovery and coredump process
 2025-07-29 12:33 UTC  (6+ messages)

[PATCH 0/2] Fix fallback qcom,ipc parse
 2025-07-29 11:14 UTC  (3+ messages)

[PATCH] hwspinlock: export structures that affects the KABI
 2025-07-29  7:32 UTC  (2+ 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).