Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
 messages from 2025-04-17 18:21:21 to 2025-04-28 21:40:47 UTC [more...]

[PATCH v2 0/4] of: Common "memory-region" parsing
 2025-04-28 21:40 UTC  (11+ messages)
` [PATCH v2 1/4] of: reserved_mem: Add functions to parse "memory-region"
` [PATCH v2 2/4] of: Simplify of_dma_set_restricted_buffer() to use of_for_each_phandle()
` [PATCH v2 3/4] devres: Export devm_ioremap_resource_wc()
` [PATCH v2 4/4] remoteproc: Use of_reserved_mem_region_* functions for "memory-region"

[PATCH] remoteproc: imx_rproc: replace devm_clk_get() with devm_clk_get_optional()
 2025-04-28 17:12 UTC  (9+ messages)

[PATCH V2 0/2] Fix two memory leaks in rproc_attach()
 2025-04-28 16:49 UTC  (9+ messages)
` [PATCH V2 1/2] remoteproc: imx_rproc: release carveout under imx_rproc after rproc_attach() fails
` [PATCH V2 2/2] remoteproc: core: release rproc->clean_table "

[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
 2025-04-28 16:21 UTC  (22+ messages)
` [PATCH 01/33] dt-bindings: arm: cpus: Add Kryo 470 CPUs
` [PATCH 02/33] dt-bindings: cpufreq: qcom-hw: Add the SM7150 compatible
` [PATCH 03/33] dt-bindings: watchdog: qcom-wdt: "
` [PATCH 04/33] dt-bindings: mailbox: qcom: Add the SM7150 APCS compatible
` [PATCH 05/33] dt-bindings: sram: qcom,imem: Add the SM7150 compatible
` [PATCH 06/33] dt-bindings: soc: qcom: aoss-qmp: "
` [PATCH 07/33] dt-bindings: thermal: tsens: "
` [PATCH 08/33] dt-bindings: interrupt-controller: qcom-pdc: "
` [PATCH 09/33] dt-bindings: usb: dwc3: "
` [PATCH 10/33] dt-bindings: phy: qcom,qusb2: "
` [PATCH 11/33] dt-bindings: mmc: sdhci-msm: "
` [PATCH 12/33] dt-bindings: soc: qcom,dcc: "
` [PATCH 13/33] dt-bindings: mfd: qcom,tcsr: "
` [PATCH 14/33] dt-bindings: net: qcom,ipa: "
` [PATCH 15/33] dt-bindings: ufs: qcom: "
` [PATCH 16/33] dt-bindings: dmaengine: qcom: gpi: "

[PATCH] dt-bindings: remoteproc: qcom,sm8150-pas: Add missing SC8180X compatible
 2025-04-28  7:52 UTC 

[PATCH 0/6] arm64: dts: qcom: qcs615: enable remoteprocs - ADSP and CDSP
 2025-04-28  7:52 UTC  (18+ messages)
` [PATCH 1/6] dt-bindings: remoteproc: qcom,sm8150-pas: Document QCS615 remoteproc
` [PATCH 2/6] dt-bindings: soc: qcom: add qcom,qcs615-imem compatible
` [PATCH 3/6] arm64: dts: qcom: qcs615: Add mproc node for SEMP2P
` [PATCH 4/6] arm64: dts: qcom: qcs615: Add IMEM and PIL info region
` [PATCH 5/6] arm64: dts: qcom: qcs615: add ADSP and CDSP nodes
` [PATCH 6/6] arm64: dts: qcom: qcs615-ride: enable remoteprocs

[PATCH 1/2] remoteproc: imx_rproc: release carveout under imx_rproc after rproc_attach() fails
 2025-04-26  0:07 UTC  (4+ messages)
` [PATCH 2/2] remoteproc: core: release rproc->clean_table "

[PATCH v11 00/35] Refactor TI K3 R5, DSP and M4 Remoteproc Drivers
 2025-04-25 22:42 UTC  (37+ messages)
` [PATCH v11 01/35] remoteproc: k3-r5: Drop check performed in k3_r5_rproc_{mbox_callback/kick}
` [PATCH v11 02/35] remoteproc: k3-dsp: Drop check performed in k3_dsp_rproc_{mbox_callback/kick}
` [PATCH v11 03/35] remoteproc: k3-r5: Refactor sequential core power up/down operations
` [PATCH v11 04/35] remoteproc: k3-r5: Re-order internal memory initialization functions
` [PATCH v11 05/35] remoteproc: k3-r5: Re-order k3_r5_release_tsp() function
` [PATCH v11 06/35] remoteproc: k3-r5: Refactor Data Structures to Align with DSP and M4
` [PATCH v11 07/35] remoteproc: k3-r5: Use k3_r5_rproc_mem_data structure for memory info
` [PATCH v11 08/35] remoteproc: k3-{m4/dsp}: Add a void ptr member in rproc internal struct
` [PATCH v11 09/35] remoteproc: k3-m4: Add pointer to rproc struct within k3_m4_rproc
` [PATCH v11 10/35] remoteproc: k3-m4: Use k3_rproc_mem_data structure for memory info
` [PATCH v11 11/35] remoteproc: k3: Refactor shared data structures
` [PATCH v11 12/35] remoteproc: k3: Refactor mailbox rx_callback functions into common driver
` [PATCH v11 13/35] remoteproc: k3: Refactor .kick rproc ops "
` [PATCH v11 14/35] remoteproc: k3-dsp: Correct Reset logic for devices without lresets
` [PATCH v11 15/35] remoteproc: k3-m4: Introduce central function to put rproc into reset
` [PATCH v11 16/35] remoteproc: k3: Refactor rproc_reset() implementation into common driver
` [PATCH v11 17/35] remoteproc: k3-dsp: Correct Reset deassert logic for devices w/o lresets
` [PATCH v11 18/35] remoteproc: k3-m4: Introduce central function to release rproc from reset
` [PATCH v11 19/35] remoteproc: k3: Refactor rproc_release() implementation into common driver
` [PATCH v11 20/35] remoteproc: k3-m4: Ping the mbox while acquiring the channel
` [PATCH v11 21/35] remoteproc: k3: Refactor rproc_request_mbox() implementations into common driver
` [PATCH v11 22/35] remoteproc: k3-dsp: Don't override rproc ops in IPC-only mode
` [PATCH v11 23/35] remoteproc: k3-dsp: Assert local reset during .prepare callback
` [PATCH v11 24/35] remoteproc: k3: Refactor .prepare rproc ops into common driver
` [PATCH v11 25/35] remoteproc: k3: Refactor .unprepare "
` [PATCH v11 26/35] remoteproc: k3: Refactor .start "
` [PATCH v11 27/35] remoteproc: k3: Refactor .stop "
` [PATCH v11 28/35] remoteproc: k3: Refactor .attach "
` [PATCH v11 29/35] remoteproc: k3: Refactor .detach "
` [PATCH v11 30/35] remoteproc: k3: Refactor .get_loaded_rsc_table "
` [PATCH v11 31/35] remoteproc: k3: Refactor .da_to_va rproc "
` [PATCH v11 32/35] remoteproc: k3: Refactor of_get_memories() functions "
` [PATCH v11 33/35] remoteproc: k3: Refactor mem_release() "
` [PATCH v11 34/35] remoteproc: k3: Refactor reserved_mem_init() "
` [PATCH v11 35/35] remoteproc: k3: Refactor release_tsp() "

[PATCH V5 0/6] Add new driver for WCSS secure PIL loading
 2025-04-25 20:29 UTC  (11+ messages)
` [PATCH V5 2/6] dt-bindings: remoteproc: qcom: document hexagon based WCSS secure PIL
` [PATCH V5 3/6] remoteproc: qcom: add hexagon based WCSS secure PIL driver
` [PATCH V5 4/6] arm64: dts: qcom: ipq5332: add nodes to bringup q6
` [PATCH V5 5/6] arm64: dts: qcom: ipq5424: add nodes to bring up q6
` [PATCH V5 6/6] arm64: dts: qcom: ipq9574: "

[PATCH] rpmsg: qcom_smd: Fix uninitialized return variable in __qcom_smd_send()
 2025-04-25  8:17 UTC  (4+ messages)

[PATCH] rpmsg: core: Remove deadcode
 2025-04-24 14:29 UTC  (4+ messages)

[PATCH v2 0/3] rpmsg offchannel deadcoding
 2025-04-24 14:27 UTC  (4+ messages)
` [PATCH v2 1/3] rpmsg: core: Remove deadcode
` [PATCH v2 2/3] rpmsg: virtio: Remove uncallable offchannel functions
` [PATCH v2 3/3] rpmsg: Remove unused method pointers *send_offchannel

[PATCH 0/2] Fix fallback qcom,ipc parse
 2025-04-24 11:16 UTC  (7+ messages)
` [PATCH 1/2] rpmsg: qcom_smd: Fix fallback to "
` [PATCH 2/2] soc: qcom: smp2p: "

[PATCH v10 00/33] Refactor TI K3 R5, DSP and M4 Remoteproc Drivers
 2025-04-24  3:48 UTC  (27+ messages)
` [PATCH v10 13/33] remoteproc: k3: Refactor .kick rproc ops into common driver
` [PATCH v10 15/33] remoteproc: k3: Refactor rproc_reset() implementation "
` [PATCH v10 18/33] remoteproc: k3-m4: Ping the mbox while acquiring the channel
` [PATCH v10 19/33] remoteproc: k3: Refactor rproc_request_mbox() implementations into common driver
` [PATCH v10 20/33] remoteproc: k3-dsp: Don't override rproc ops in IPC-only mode
` [PATCH v10 21/33] remoteproc: k3-dsp: Assert local reset during .prepare callback
` [PATCH v10 22/33] remoteproc: k3: Refactor .prepare rproc ops into common driver
` [PATCH v10 23/33] remoteproc: k3: Refactor .unprepare "
` [PATCH v10 24/33] remoteproc: k3: Refactor .start "
` [PATCH v10 25/33] remoteproc: k3: Refactor .stop "
` [PATCH v10 26/33] remoteproc: k3: Refactor .attach "
` [PATCH v10 27/33] remoteproc: k3: Refactor .detach "
` [PATCH v10 28/33] remoteproc: k3: Refactor .get_loaded_rsc_table "
` [PATCH v10 29/33] remoteproc: k3: Refactor .da_to_va rproc "
` [PATCH v10 30/33] remoteproc: k3: Refactor of_get_memories() functions "
` [PATCH v10 31/33] remoteproc: k3: Refactor mem_release() "
` [PATCH v10 32/33] remoteproc: k3: Refactor reserved_mem_init() "
` [PATCH v10 33/33] remoteproc: k3: Refactor release_tsp() "

[PATCH v2 0/5] Describe MT8188's SCP as dual-core
 2025-04-23 15:51 UTC  (10+ messages)
` [PATCH v2 1/5] dt-bindings: remoteproc: mediatek: Add missing minItems for 8192/8195
` [PATCH v2 2/5] dt-bindings: remoteproc: mediatek: Remove l1tcm for dual-core MT8188 SCP
` [PATCH v2 3/5] dt-bindings: remoteproc: mediatek: Drop redundant maxItems for mt8192/95
` [PATCH v2 4/5] arm64: dts: mediatek: mt8188: Describe SCP as a cluster with two cores
` [PATCH v2 5/5] arm64: dts: mediatek: mt8390-genio-common: Add firmware-name for scp0
` (subset) [PATCH v2 0/5] Describe MT8188's SCP as dual-core

[PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible
 2025-04-23 13:43 UTC  (21+ messages)
` [PATCH 18/33] dt-bindings: crypto: qcom,inline-crypto-engine: "
` [PATCH 19/33] dt-bindings: interconnect: qcom-bwmon: "
` [PATCH 20/33] dt-bindings: i2c: qcom-cci: "
` [PATCH 21/33] dt-bindings: clock: qcom-rpmhcc: "
` [PATCH 22/33] dt-bindings: interconnect: OSM L3: "
` [PATCH 23/33] dt-bindings: arm-smmu: "
` [PATCH 24/33] dt-bindings: clock: qcom,gpucc: "
` [PATCH 25/33] dt-bindings: remoteproc: qcom: sc7180-pas: "
` [PATCH 26/33] remoteproc: qcom: pas: Add SM7150 remoteproc support
` [PATCH 27/33] soc: qcom: pd-mapper: Add support for SM7150
` [PATCH 28/33] cpufreq: Add SM7150 to cpufreq-dt-platdev blocklist
` [PATCH 29/33] firmware: qcom: tzmem: disable sm7150 platform
` [PATCH 30/33] arm64: dts: qcom: Add dtsi for Snapdragon 730/730g/732g (SM7150) SoCs
` [PATCH 31/33] dt-bindings: arm: qcom: Add SM7150 Google Pixel 4a
` [PATCH 32/33] dt-bindings: display: panel: samsung,ams581vf01: Add google,sunfish

[PATCH v5] remoteproc: Add device awake calls in rproc boot and shutdown path
 2025-04-23  6:26 UTC  (2+ messages)

[PATCH] remoteproc: xlnx: avoid RPU force power down
 2025-04-22 19:21 UTC  (7+ messages)

[PATCH v5] remoteproc: imx_dsp_rproc: Add support for DSP-specific features
 2025-04-22 15:26 UTC  (2+ messages)

[PATCH v7 0/5] Configure imx8mp dsp node for rproc usage
 2025-04-22  3:07 UTC  (2+ messages)

[PATCH 0/4] Describe MT8188's SCP as dual-core
 2025-04-18  8:43 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: remoteproc: mediatek: Add missing minItems for 8192/8195


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