messages from 2024-10-25 08:10:55 to 2024-12-05 00:07:55 UTC [more...]
[PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
2024-12-05 0:07 UTC (24+ messages)
` [PATCH v2 01/32] driver core: Constify API device_find_child()
` [PATCH v2 02/32] driver core: Introduce device_match_type() to match device with a device type
` [PATCH v2 03/32] drm/mediatek: Adapt for constified device_find_child()
` [PATCH v2 04/32] hwmon: "
` [PATCH v2 05/32] media: pci: mgb4: "
` [PATCH v2 06/32] thunderbolt: "
` [PATCH v2 07/32] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v2 08/32] net: dsa: Adapt for constified device_find_child()
` [PATCH v2 09/32] pwm: "
` [PATCH v2 10/32] nvdimm: "
` [PATCH v2 11/32] libnvdimm: Simplify nd_namespace_store() implementation
[PATCH v15 0/8] Introduction of a remoteproc tee to load signed firmware
2024-12-04 18:02 UTC (14+ messages)
` [PATCH v15 1/8] remoteproc: core: Introduce rproc_pa_to_va helper
` [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 v15 6/8] dt-bindings: remoteproc: Add compatibility for TEE support
` [PATCH v15 7/8] remoteproc: stm32: Create sub-functions to request shutdown and release
` [PATCH v15 8/8] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware
[PATCH AUTOSEL 6.12 11/15] remoteproc: qcom: pas: enable SAR2130P audio DSP support
2024-12-04 15:59 UTC
[PATCH 0/5] Use Device Lifecycle managed functions in TI R5 Remoteproc
2024-12-04 11:11 UTC (6+ 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
(no subject)
2024-12-04 5:30 UTC
[PATCH] rpmsg_ns: Work around TI non-standard message
2024-12-03 16:40 UTC (7+ messages)
[PATCH] rpmsg: char: Export alias for RPMSG ID rpmsg-raw from table
2024-12-03 16:33 UTC (3+ messages)
[PATCH 1/4] remoteproc: wkup_m3: Use devm_pm_runtime_enable() helper
2024-12-02 22:19 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 v2 1/5] remoteproc: keystone: Use devm action to release reserved memory
2024-12-02 21:51 UTC (5+ messages)
` [PATCH v2 2/5] remoteproc: keystone: Use devm_pm_runtime_enable() helper
` [PATCH v2 3/5] remoteproc: keystone: Use devm action to call PM runtime put sync
` [PATCH v2 4/5] remoteproc: keystone: Use devm_gpiod_get() helper
` [PATCH v2 5/5] remoteproc: keystone: Use devm_rproc_add() helper
[PATCH v2 1/3] remoteproc: da8xx: Use devm_rproc_alloc() helper
2024-12-02 21:29 UTC (3+ messages)
` [PATCH v2 2/3] remoteproc: da8xx: Use devm action to release reserved memory
` [PATCH v2 3/3] remoteproc: da8xx: Use devm_rproc_add() helper
[PATCH] remoteproc: core: Fix ida_free call while not allocated
2024-12-02 16:48 UTC (2+ messages)
[PATCH] dt-bindings: Drop Bhupesh Sharma from maintainers
2024-12-02 15:24 UTC (3+ messages)
[PATCH] remoteproc: mtk_scp: Only populate devices SCP cores
2024-12-02 6:55 UTC (2+ messages)
[PATCH v14 0/8] Introduction of a remoteproc tee to load signed firmware
2024-11-28 5:58 UTC (10+ messages)
` [PATCH v14 1/8] remoteproc: core: Introduce rproc_pa_to_va helper
` [PATCH v14 2/8] remoteproc: Add TEE support
` [PATCH v14 3/8] remoteproc: Introduce load_fw and release_fw optional operation
` [PATCH v14 4/8] remoteproc: Rename load() operation to load_segments() in rproc_ops struct
` [PATCH v14 5/8] remoteproc: Make load_segments and load_fw ops exclusive and optional
` [PATCH v14 6/8] dt-bindings: remoteproc: Add compatibility for TEE support
` [PATCH v14 7/8] remoteproc: stm32: Create sub-functions to request shutdown and release
` [PATCH v14 8/8] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware
[GIT PULL] rpmsg updates for v6.13
2024-11-27 2:41 UTC (2+ messages)
[GIT PULL] remoteproc updates for v6.13
2024-11-27 2:41 UTC (2+ messages)
[PATCH 1/2] dt-bindings: remoteproc: Add SM8750 MPSS and CDSP
2024-11-25 18:50 UTC (3+ messages)
` [PATCH 2/2] remoteproc: qcom: pas: Add SM8750 MPSS
[PATCH v13 0/7] Introduction of a remoteproc tee to load signed firmware
2024-11-21 15:54 UTC (19+ messages)
` [PATCH v13 1/7] remoteproc: core: Introduce rproc_pa_to_va helper
` [PATCH v13 2/7] remoteproc: Add TEE support
` [PATCH v13 3/7] remoteproc: core: Refactor resource table cleanup into rproc_release_fw
` [PATCH v13 4/7] remoteproc: Introduce release_fw optional operation
` [PATCH v13 5/7] dt-bindings: remoteproc: Add compatibility for TEE support
` [PATCH v13 6/7] remoteproc: stm32: Create sub-functions to request shutdown and release
` [PATCH v13 7/7] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware
[PATCH] dt-bindings: remoteproc: Consolidate SC8180X and SM8150 PAS files
2024-11-19 17:14 UTC (3+ messages)
[PATCH 0/3] remoteproc: qcom: pas: enable ADSP support on Qualcomm SAR2130P
2024-11-15 8:03 UTC (8+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: qcom,sm8350-pas: add SAR2130P aDSP compatible
` [PATCH 2/3] remoteproc: qcom: pas: add minidump_id to SM8350 resources
` [PATCH 3/3] remoteproc: qcom: pas: enable SAR2130P audio DSP support
[PATCH v3] dt-bindings: remoteproc: qcom,sa8775p-pas: Document QCS8300 remoteproc
2024-11-14 9:23 UTC (2+ messages)
[RESEND PATCH V6 0/3] remoteproc documentation update
2024-11-13 17:13 UTC (7+ messages)
` [RESEND PATCH V6 1/3] Documentation: remoteproc: update introduction section
` [RESEND PATCH V6 2/3] Documentation: remoteproc: add overview section
` [RESEND PATCH V6 3/3] Documentation: remoteproc: add a note to rproc_add
qrtr/mhi: NULL-deref with in-kernel pd-mapper
2024-11-08 10:10 UTC (6+ messages)
[PATCH v3 0/3] Fix the error path of probe functions in
2024-11-08 4:13 UTC (4+ messages)
` [PATCH 1/3] remoteproc: qcom: pas: Remove subdevs on the error path of adsp_probe()
` [PATCH 2/3] remoteproc: qcom: adsp: "
` [PATCH 3/3] remoteproc: qcom: wcss: Remove subdevs on the error path of q6v5_wcss_probe()
[PATCH v2 0/2] Fix the error path of probe functions in
2024-11-08 3:42 UTC (3+ messages)
` [PATCH v2 1/2] remoteproc: qcom: pas: Remove subdevs on the error path of adsp_probe()
` [PATCH v2 2/2] remoteproc: qcom: adsp: "
[PATCH] remoteproc: qcom: pas: Remove subdevs on the error path of adsp_probe()
2024-11-07 2:07 UTC (2+ messages)
[PATCH 0/3] Documentation: remoteproc: update various sections
2024-11-05 14:30 UTC (6+ messages)
` [PATCH 1/3] Documentation: remoteproc: update introduction section
` [PATCH 2/3] Documentation: remoteproc: add overview section
` [PATCH 3/3] Documentation: remoteproc: add a note to rproc_add
[PATCH V5] remoteproc: Documentation: update with details
2024-11-05 8:43 UTC (6+ messages)
[PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add SM8750 ADSP
2024-11-04 15:47 UTC (3+ messages)
[PATCH] hwspinlock: Remove unused (devm_)hwspin_lock_request
2024-10-31 6:14 UTC (2+ messages)
[PATCH 0/4] Fix omap-iommu bitrot
2024-10-30 23:49 UTC (14+ messages)
` [PATCH 1/4] remoteproc/omap: Handle ARM dma_iommu_mapping
` [PATCH 2/4] media: omap3isp: "
` [PATCH 3/4] iommu/omap: Add minimal fwnode support
` [PATCH 4/4] iommu: Make bus_iommu_probe() static
Remoteproc/RPMSG patchset review order for October 30th 2024
2024-10-30 15:57 UTC
[RFC PATCH] remoteproc: core: Add support for predefined notifyids
2024-10-30 14:04 UTC (4+ messages)
[PATCH] remoteproc: qcom: pas: Make remoteproc name human friendly
2024-10-30 0:32 UTC (2+ messages)
[PATCH] remoteproc: Switch back to struct platform_driver::remove()
2024-10-29 17:38 UTC (2+ messages)
[PATCH 1/3] remoteproc: k3-r5: Use IO memset to clear TCMs
2024-10-29 17:20 UTC (2+ messages)
Question regarding optimisation of RPMsg round trip times on Xilinx ZynqMP hardware
2024-10-28 15:17 UTC (2+ messages)
[RFC] remoteproc: Clean rproc-driver-data for each instance
2024-10-28 13:48 UTC (2+ messages)
[PATCH v12 0/7] Introduction of a remoteproc tee to load signed firmware
2024-10-26 12:45 UTC (11+ messages)
` [PATCH v12 1/7] remoteproc: core: Introduce rproc_pa_to_va helper
` [PATCH v12 2/7] remoteproc: Add TEE support
` [PATCH v12 3/7] remoteproc: core: Refactor resource table cleanup into rproc_release_fw
` [PATCH v12 4/7] remoteproc: Introduce release_fw optional operation
` [PATCH v12 5/7] dt-bindings: remoteproc: Add compatibility for TEE support
` [PATCH v12 6/7] remoteproc: stm32: Create sub-functions to request shutdown and release
` [PATCH v12 7/7] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware
[PATCH 0/6] Peripheral Image Loader support for Qualcomm SoCs
2024-10-25 19:07 UTC (5+ messages)
` [PATCH 5/6] remoteproc: qcom: Add support of SHM bridge to enable memory protection
` [PATCH 6/6] remoteproc: qcom: Enable map/unmap and SHM bridge support
[PATCH v3] remoteproc: Add a new remoteproc state RPROC_DEFUNCT
2024-10-25 15:39 UTC (5+ messages)
[PATCH 0/1] remoteproc documentation changes
2024-10-25 15:18 UTC (7+ messages)
` [PATCH V4 3/7] Documentation: remoteproc: add more information
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).