Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
 messages from 2025-05-07 10:26:56 to 2025-05-29 03:54:50 UTC [more...]

[PATCH v2 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
 2025-05-29  3:54 UTC  (29+ messages)
` [PATCH v2 1/3] firmware: imx: move get power mode function from scu-pd.c to misc.c
` [PATCH v2 2/3] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
` [PATCH v2 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment

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

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

[PATCH v3 0/3] rpmsg: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI
 2025-05-23 10:03 UTC  (5+ messages)
` [PATCH v3 1/3] rpmsg: char: Reuse eptdev logic for anonymous device
` [PATCH v3 2/3] rpmsg: char: Implement eptdev based on anonymous inode
` [PATCH v3 3/3] rpmsg: ctrl: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI

[PATCH] remoteproc: mediatek: Add SCP watchdog handler in IRQ processing
 2025-05-22 14:47 UTC  (3+ messages)

[PATCH v5] remoteproc: Add device awake calls in rproc boot and shutdown path
 2025-05-22  6:46 UTC  (4+ messages)

[PATCH v2 0/5] SC8280XP SLPI
 2025-05-21  7:11 UTC  (14+ messages)
` [PATCH v2 1/5] dt-bindings: remoteproc: qcom,sm8350-pas: Add SC8280XP
` [PATCH v2 2/5] arm64: dts: qcom: sc8280xp: Fix node order
` [PATCH v2 3/5] arm64: dts: qcom: sc8280xp: Add SLPI
` [PATCH v2 4/5] arm64: dts: qcom: sc8280xp-lenovo-thinkpad-x13s: enable sensors DSP
` [PATCH v2 5/5] arm64: dts: qcom: sc8280xp-crd: Enable SLPI
` (subset) [PATCH v2 0/5] SC8280XP SLPI

[GIT PULL] remoteproc fix for v6.15
 2025-05-21  3:15 UTC  (2+ messages)

[PATCH v3 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
 2025-05-21  4:22 UTC  (5+ messages)
` [PATCH v3 1/3] firmware: imx: introduce imx_sc_pm_get_resource_power_mode()
` [PATCH v3 2/3] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
` [PATCH v3 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment

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

[PATCH v2 0/3] rpmsg: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI
 2025-05-16 12:07 UTC  (7+ messages)
` [PATCH v2 1/3] rpmsg: char: Reuse eptdev logic for anon device
` [PATCH v2 2/3] rpmsg: char: Implement eptdev based on anon inode
` [PATCH v2 3/3] rpmsg: ctrl: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI

[PATCH] Revert "remoteproc: core: Clear table_sz when rproc_shutdown"
 2025-05-15 19:16 UTC  (4+ messages)

[PATCH V5 0/6] Add new driver for WCSS secure PIL loading
 2025-05-15 15:32 UTC  (6+ messages)
` [PATCH V5 4/6] arm64: dts: qcom: ipq5332: add nodes to bringup q6

[PATCH 1/1] remoteproc: qcom_wcnss: Fix on platforms without fallback regulators
 2025-05-13 20:42 UTC  (3+ messages)
` (subset) "

[PATCH v3] rpmsg: qcom_smd: Improve error handling for qcom_smd_parse_edge
 2025-05-13 20:42 UTC  (2+ messages)

[PATCH] dt-bindings: remoteproc: qcom,sm8150-pas: Add missing SC8180X compatible
 2025-05-13 20:42 UTC  (3+ messages)

[PATCH 0/3] SC8280XP SLPI
 2025-05-13 20:42 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: qcom,sm8350-pas: Add SC8280XP
` (subset) [PATCH 0/3] SC8280XP SLPI

[PATCH] remoteproc: qcom_wcnss_iris: Add missing put_device() on error in probe
 2025-05-13 20:42 UTC  (2+ messages)

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

[PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible
 2025-05-12 23:35 UTC  (15+ messages)
` [PATCH 20/33] dt-bindings: i2c: qcom-cci: "
` [PATCH 21/33] dt-bindings: clock: qcom-rpmhcc: "
` [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
` (subset) [PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible

[linux-next regression] remoteproc seems to be broken
 2025-05-12 19:05 UTC  (2+ messages)

[PATCH v2] remoteproc: xlnx: avoid RPU force power down
 2025-05-12 15:38 UTC  (2+ messages)

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-05-12  9:55 UTC  (3+ messages)

[PATCH v11 00/35] Refactor TI K3 R5, DSP and M4 Remoteproc Drivers
 2025-05-12  4:08 UTC  (11+ messages)
` [PATCH v11 07/35] remoteproc: k3-r5: Use k3_r5_rproc_mem_data structure for memory info
` [PATCH v11 10/35] remoteproc: k3-m4: Use k3_rproc_mem_data "
` [PATCH v11 12/35] remoteproc: k3: Refactor mailbox rx_callback functions into common driver

[PATCH 0/2] Fix fallback qcom,ipc parse
 2025-05-09 22:13 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] rpmsg: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI
 2025-05-08 23:21 UTC  (6+ messages)
` [PATCH 1/3] rpmsg: char: Reuse eptdev logic for anon device
` [PATCH 2/3] rpmsg: char: Implement eptdev based on anon inode
` [PATCH 3/3] rpmsg: ctrl: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI

[PATCH] rpmsg: qcom_smd: Fix uninitialized return variable in __qcom_smd_send()
 2025-05-08  6:50 UTC  (5+ messages)

[PATCH 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
 2025-05-07 15:52 UTC  (4+ messages)
` [PATCH 2/3] firmware: imx: move get power mode function from scu-pd.c to misc.c


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