Linux-remoteproc Archive mirror
 help / color / mirror / Atom feed
[PATCH 0/5] remoteproc: Simplify few things: omap, keystone, st
 2025-01-11 18:42 UTC  (6+ messages)
` [PATCH 1/5] remoteproc: keystone: Simplify returning syscon PTR_ERR
` [PATCH 2/5] remoteproc: omap: "
` [PATCH 3/5] remoteproc: st: Simplify with dev_err_probe
` [PATCH 4/5] remoteproc: keystone: Use syscon_regmap_lookup_by_phandle_args
` [PATCH 5/5] remoteproc: st: "

[PATCH V3 0/8] Add new driver for WCSS secure PIL loading
 2025-01-11 13:46 UTC  (25+ messages)
` [PATCH V3 1/8] firmware: qcom_scm: ipq5332: add support to pass metadata size
` [PATCH V3 2/8] dt-bindings: remoteproc: qcom: document hexagon based WCSS secure PIL
` [PATCH V3 3/8] dt-bindings: mailbox: qcom: Add IPQ5424 APCS compatible
` [PATCH V3 4/8] remoteproc: qcom: add hexagon based WCSS secure PIL driver
` [PATCH V3 5/8] mailbox: qcom: Add support for IPQ5424 APCS IPC
` [PATCH V3 6/8] arm64: dts: qcom: ipq5332: add nodes to bringup q6
` [PATCH V3 7/8] arm64: dts: qcom: ipq9574: add nodes to bring up q6
` [PATCH V3 8/8] arm64: dts: qcom: ipq5424: "

[PATCH] dt-bindings: remoteproc: qcom,sm6115-pas: Use recommended MBN firmware format in DTS example
 2025-01-10 16:01 UTC  (2+ messages)

[PATCH v8 00/20] Refactor TI K3 DSP and M4 Drivers
 2025-01-10 14:56 UTC  (25+ messages)
` [PATCH v8 01/20] remoteproc: k3-m4: Prevent Mailbox level IPC with detached core
` [PATCH v8 02/20] remoteproc: k3: Refactor shared data structures
` [PATCH v8 03/20] remoteproc: k3: Refactor mailbox rx_callback functions into common driver
` [PATCH v8 04/20] remoteproc: k3: Refactor .kick rproc ops "
` [PATCH v8 05/20] remoteproc: k3-m4: Use k3_rproc_mem_data structure for memory info
` [PATCH v8 06/20] remoteproc: k3: Refactor rproc_reset() implementation into common driver
` [PATCH v8 07/20] remoteproc: k3: Refactor rproc_release() "
` [PATCH v8 08/20] remoteproc: k3: Refactor rproc_request_mbox() implementations "
` [PATCH v8 09/20] remoteproc: k3: Refactor .prepare rproc ops "
` [PATCH v8 10/20] remoteproc: k3: Refactor .unprepare "
` [PATCH v8 11/20] remoteproc: k3: Refactor .start "
` [PATCH v8 12/20] remoteproc: k3: Refactor .stop "
` [PATCH v8 13/20] remoteproc: k3: Refactor .attach "
` [PATCH v8 14/20] remoteproc: k3: Refactor .detach "
` [PATCH v8 15/20] remoteproc: k3: Refactor .get_loaded_rsc_table "
` [PATCH v8 16/20] remoteproc: k3: Refactor .da_to_va rproc "
` [PATCH v8 17/20] remoteproc: k3: Refactor of_get_memories() functions "
` [PATCH v8 18/20] remoteproc: k3: Refactor mem_release() "
` [PATCH v8 19/20] remoteproc: k3: Refactor reserved_mem_init() "
` [PATCH v8 20/20] remoteproc: k3: Refactor release_tsp() "

[PATCH v15 0/8] Introduction of a remoteproc tee to load signed firmware
 2025-01-10  8:51 UTC  (18+ messages)
` [PATCH v15 2/8] remoteproc: Add TEE support
` [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation
` [PATCH v15 4/8] remoteproc: Rename load() operation to load_segments() in rproc_ops struct
` [PATCH v15 5/8] remoteproc: Make load_segments and load_fw ops exclusive and optional

[PATCH v11 0/9] TI K3 M4F support on AM62 and AM64 SoCs
 2025-01-08 15:49 UTC  (4+ messages)
` [PATCH v11 9/9] arm64: defconfig: Enable TI K3 M4 remoteproc driver
` (subset) [PATCH v11 0/9] TI K3 M4F support on AM62 and AM64 SoCs

[PATCH v2 0/3] Rework TI K3 R5F remoteproc driver
 2025-01-08  6:37 UTC  (4+ messages)
` [PATCH v2 1/3] remoteproc: k3-r5: Fix checks in k3_r5_rproc_{mbox_callback/kick}
` [PATCH v2 2/3] remoteproc: k3-dsp: Fix checks in k3_dsp_rproc_{mbox_callback/kick}
` [PATCH v3 3/3] remoteproc: k3-r5: Refactor sequential core power up/down operations

[PATCH V3 0/8] Add new driver for WCSS secure PIL loading
 2025-01-07 10:13 UTC  (2+ messages)
` [PATCH V3 1/8] firmware: qcom_scm: ipq5332: add support to pass metadata size

[PATCH v3] dt-bindings: remoteproc: qcom,sa8775p-pas: Document QCS8300 remoteproc
 2025-01-06 18:56 UTC  (3+ messages)

[PATCH v2 0/5] Use Device Lifecycle managed functions in TI R5 Remoteproc driver
 2025-01-06 16:56 UTC  (9+ messages)
` [PATCH v2 1/5] remoteproc: k3-r5: Add devm action to release reserved memory
` [PATCH v2 2/5] remoteproc: k3-r5: Use devm_kcalloc() helper
` [PATCH v2 3/5] remoteproc: k3-r5: Use devm_ioremap_wc() helper
` [PATCH v2 4/5] remoteproc: k3-r5: Use devm_rproc_add() helper
` [PATCH v2 5/5] remoteproc: k3-r5: Add devm action to release tsp

[PATCH 0/3] Rework TI K3 R5F remoteproc driver
 2025-01-03 13:04 UTC  (12+ messages)
` [PATCH 1/3] remoteproc: k3-r5: Fix checks in k3_r5_rproc_{mbox_callback/kick}
` [PATCH 2/3] remoteproc: k3-dsp: Fix checks in k3_dsp_rproc_{mbox_callback/kick}
` [PATCH v2 3/3] remoteproc: k3-r5: Refactor sequential core power up/down operations

[PATCH V2 0/4] Add new driver for WCSS secure PIL loading
 2025-01-03 12:08 UTC  (4+ messages)
` [PATCH V2 2/4] remoteproc: qcom: add hexagon based WCSS secure PIL driver

[PATCH v4 00/11] driver core: Constify API device_find_child()
 2025-01-03  0:29 UTC  (32+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v4 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v4 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v4 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v4 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v4 06/11] driver core: Remove match_any()
` [PATCH v4 07/11] slimbus: core: Remove of_slim_match_dev()
` [PATCH v4 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v4 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v4 10/11] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v4 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH v5 00/12] driver core: Constify API device_find_child()
 2024-12-24 16:25 UTC  (16+ messages)
` [PATCH v5 01/12] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v5 02/12] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v5 03/12] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v5 04/12] driver core: Constify API device_find_child() and adapt for various usages
` [PATCH v5 05/12] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v5 06/12] driver core: Remove match_any()
` [PATCH v5 07/12] slimbus: core: Remove of_slim_match_dev()
` [PATCH v5 08/12] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v5 09/12] driver core: Introduce an device matching API device_match_type()
` [PATCH v5 10/12] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v5 11/12] cxl/pmem: Remove is_cxl_nvdimm_bridge()
` [PATCH v5 12/12] usb: typec: class: Remove both cable_match() and partner_match()

Query: DMA device assigned to remoteproc usage by Linux
 2024-12-23 17:57 UTC 

[PATCH 0/5] Use Device Lifecycle managed functions in TI R5 Remoteproc
 2024-12-18  8:23 UTC  (11+ messages)
` [PATCH 1/5] remoteproc: k3-r5: Add devm action to release reserved memory
` [PATCH 2/5] remoteproc: k3-r5: Use devm_kcalloc() helper
` [PATCH 3/5] remoteproc: k3-r5: Add devm action to release tsp
` [PATCH 4/5] remoteproc: k3-r5: Use devm_ioremap_wc() helper
` [PATCH 5/5] remoteproc: k3-r5: Use devm_rproc_add() helper

[PATCH v2] remoteproc: mtk_scp: Only populate devices for SCP cores
 2024-12-16 16:51 UTC  (2+ messages)

[PATCH] hwspinlock: Remove unused hwspin_lock_get_id
 2024-12-16  6:10 UTC  (2+ messages)

[PATCH v3 00/11] driver core: Constify API device_find_child()
 2024-12-08 13:18 UTC  (30+ messages)
` [PATCH v3 01/11] libnvdimm: Simplify nd_namespace_store() implementation
` [PATCH v3 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v3 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v3 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v3 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v3 06/11] driver core: Remove match_any()
` [PATCH v3 07/11] slimbus: core: Simplify of_find_slim_device() implementation
` [PATCH v3 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v3 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v3 10/11] cxl/pmem: Remove match_nvdimm_bridge()
` [PATCH v3 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH 0/4] Fix omap-iommu bitrot
 2024-12-06 17:00 UTC  (3+ messages)
` [PATCH 1/4] remoteproc/omap: Handle ARM dma_iommu_mapping

[PATCH] remoteproc: mtk_scp: Only populate devices SCP cores
 2024-12-05 16:47 UTC  (2+ messages)

[PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
 2024-12-05  0:07 UTC  (12+ messages)

[PATCH AUTOSEL 6.12 11/15] remoteproc: qcom: pas: enable SAR2130P audio DSP support
 2024-12-04 15:59 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).