messages from 2025-04-23 09:18:07 to 2025-05-08 06:40:30 UTC [more...]
[PATCH] rpmsg: qcom_smd: Fix uninitialized return variable in __qcom_smd_send()
2025-05-08 6:40 UTC (5+ messages)
[PATCH v11 00/35] Refactor TI K3 R5, DSP and M4 Remoteproc Drivers
2025-05-07 16:57 UTC (41+ 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 v2 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
2025-05-07 16:00 UTC (4+ 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 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
2025-05-07 15:52 UTC (10+ messages)
` [PATCH 1/3] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
` [PATCH 2/3] firmware: imx: move get power mode function from scu-pd.c to misc.c
` [PATCH 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment
[PATCH 0/3] rpmsg: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI
2025-05-07 14:17 UTC (4+ 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 v2 0/6] arm64: dts: qcom: qcs615: enable remoteprocs - ADSP and CDSP
2025-05-07 10:26 UTC (7+ 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 0/6] arm64: dts: qcom: qcs615: enable remoteprocs - ADSP and CDSP
2025-05-07 6:24 UTC (19+ 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 v2 0/4] of: Common "memory-region" parsing
2025-05-07 4:42 UTC (16+ 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 v3 0/3] rpmsg offchannel deadcoding
2025-05-06 17:57 UTC (7+ messages)
` [PATCH v3 1/3] rpmsg: core: Remove deadcode
` [PATCH v3 2/3] rpmsg: virtio: Remove uncallable offchannel functions
` [PATCH v3 3/3] rpmsg: Remove unused method pointers *send_offchannel
[PATCH v3 0/2] Fix two memory leaks in rproc_attach()
2025-05-06 17:28 UTC (5+ messages)
` [PATCH v3 1/2] remoteproc: cleanup acquired resources when rproc_handle_resources() fails "
` [PATCH v3 2/2] remoteproc: core: release rproc->clean_table after rproc_attach() fails
[PATCH v2] remoteproc: xlnx: avoid RPU force power down
2025-05-06 16:59 UTC
[PATCH v2 00/57] irqdomain: Cleanups and Documentation
2025-05-06 13:41 UTC (2+ messages)
[PATCH V2] remoteproc: core: Clear table_sz when rproc_shutdown
2025-05-06 4:19 UTC (11+ messages)
[PATCH AUTOSEL 5.15 065/153] remoteproc: qcom_wcnss: Handle platforms with only single power domain
2025-05-05 23:11 UTC
[PATCH AUTOSEL 6.1 091/212] remoteproc: qcom_wcnss: Handle platforms with only single power domain
2025-05-05 23:04 UTC
[PATCH AUTOSEL 6.6 117/294] remoteproc: qcom_wcnss: Handle platforms with only single power domain
2025-05-05 22:53 UTC
[PATCH AUTOSEL 6.12 195/486] remoteproc: qcom_wcnss: Handle platforms with only single power domain
2025-05-05 22:34 UTC
[PATCH AUTOSEL 6.14 244/642] remoteproc: qcom_wcnss: Handle platforms with only single power domain
2025-05-05 22:07 UTC
[PATCH V5 0/6] Add new driver for WCSS secure PIL loading
2025-05-05 13:53 UTC (18+ 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 0/3] SC8280XP SLPI
2025-05-05 9:55 UTC (9+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: qcom,sm8350-pas: Add SC8280XP
` [PATCH 2/3] arm64: dts: qcom: sc8280xp: Fix node order
` [PATCH 3/3] arm64: dts: qcom: sc8280xp: Add SLPI
[PATCH] remoteproc: imx_rproc: replace devm_clk_get() with devm_clk_get_optional()
2025-04-30 17:52 UTC (11+ messages)
[RESEND PATCH] rpmsg: Use strscpy() instead of strscpy_pad()
2025-04-30 14:59 UTC (2+ messages)
[PATCH v2 0/3] rpmsg offchannel deadcoding
2025-04-29 23:47 UTC (7+ 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 V2 0/2] Fix two memory leaks in rproc_attach()
2025-04-29 22:47 UTC (13+ 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 (5+ messages)
` [PATCH 11/33] dt-bindings: mmc: sdhci-msm: Add the SM7150 compatible
[PATCH] dt-bindings: remoteproc: qcom,sm8150-pas: Add missing SC8180X compatible
2025-04-28 7:52 UTC
[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] rpmsg: core: Remove deadcode
2025-04-24 14:29 UTC (4+ messages)
[PATCH 0/2] Fix fallback qcom,ipc parse
2025-04-24 11:16 UTC (5+ messages)
` [PATCH 1/2] rpmsg: qcom_smd: Fix fallback to "
[PATCH v10 00/33] Refactor TI K3 R5, DSP and M4 Remoteproc Drivers
2025-04-24 3:48 UTC (3+ messages)
[PATCH v2 0/5] Describe MT8188's SCP as dual-core
2025-04-23 15:51 UTC (5+ messages)
` [PATCH v2 1/5] dt-bindings: remoteproc: mediatek: Add missing minItems for 8192/8195
` [PATCH v2 3/5] dt-bindings: remoteproc: mediatek: Drop redundant maxItems for mt8192/95
[PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible
2025-04-23 13:43 UTC (11+ messages)
` [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 32/33] dt-bindings: display: panel: samsung,ams581vf01: Add google,sunfish
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