messages from 2025-10-24 14:57:07 to 2025-11-06 16:12:37 UTC [more...]
[PATCH 00/11] remoteproc: imx_dsp_rproc: Refactor to use new ops and remove switch-case logic
2025-11-06 16:12 UTC (16+ messages)
` [PATCH 01/11] remoteproc: imx_dsp_rproc: simplify power domain attach and error handling
` [PATCH 02/11] remoteproc: imx_dsp_rproc: Use devm_rproc_add() helper
` [PATCH 03/11] remoteproc: imx_dsp_rproc: Use devm_pm_runtime_enable() helper
` [PATCH 04/11] remoteproc: imx_dsp_rproc: Use dev_err_probe() for firmware and mode errors
` [PATCH 05/11] remoteproc: imx_dsp_rproc: Drop extra space
` [PATCH 06/11] remoteproc: imx_dsp_rproc: Use start/stop/detect_mode ops from imx_rproc_dcfg
` [PATCH 07/11] remoteproc: imx_dsp_rproc: Move imx_dsp_rproc_dcfg closer to imx_dsp_rproc_of_match
` [PATCH 08/11] remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_MMIO switch case
` [PATCH 09/11] remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_SCU_API "
` [PATCH 10/11] remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_RESET_CONTROLLER "
` [PATCH 11/11] remoteproc: imx_rproc: Remove enum imx_rproc_method
[PATCH v5 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2025-11-06 12:31 UTC (13+ messages)
` [PATCH v5 1/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v5 2/5] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode
` [PATCH v5 3/5] docs: staging: gpio-rpmsg: gpio over rpmsg bus
` [PATCH v5 4/5] gpio: imx-rpmsg: add imx-rpmsg GPIO driver
` [PATCH v5 5/5] arm64: dts: imx8ulp: Add rpmsg node under imx_rproc
[PATCH 0/5] Define VDD_MXC for SC8280XP
2025-11-06 9:14 UTC (13+ messages)
` [PATCH 1/5] dt-bindings: power: qcom,rpmpd: Add SC8280XP_MXC_AO
` [PATCH 2/5] dt-bindings: remoteproc: qcom,sc8280xp-pas: Fix CDSP power desc
` [PATCH 3/5] dt-bindings: clock: qcom: Allow MXC on SC8280XP CAMCC
` [PATCH 4/5] pmdomain: qcom: rpmhpd: Add MXC to SC8280XP
` [PATCH 5/5] arm64: dts: qcom: sc8280xp: Add missing VDD_MXC links
[PATCH 00/11] remoteproc: imx_dsp_rproc: Refactor to use new ops and remove switch-case logic
2025-11-05 9:31 UTC (28+ messages)
` [PATCH 01/11] remoteproc: imx_dsp_rproc: simplify power domain attach and error handling
` [PATCH 02/11] remoteproc: imx_dsp_rproc: Use devm_rproc_add() helper
` [PATCH 03/11] remoteproc: imx_dsp_rproc: Use devm_pm_runtime_enable() helper
` [PATCH 04/11] remoteproc: imx_dsp_rproc: Use dev_err_probe() for firmware and mode errors
` [PATCH 05/11] remoteproc: imx_dsp_rproc: Drop extra space
` [PATCH 06/11] remoteproc: imx_dsp_rproc: Use start/stop/detect_mode ops from imx_rproc_dcfg
` [PATCH 07/11] remoteproc: imx_dsp_rproc: Move imx_dsp_rproc_dcfg closer to imx_dsp_rproc_of_match
` [PATCH 08/11] remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_MMIO switch case
` [PATCH 09/11] remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_SCU_API "
` [PATCH 10/11] remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_RESET_CONTROLLER "
` [PATCH 11/11] remoteproc: imx_rproc: Remove enum imx_rproc_method
[PATCH v6 00/14] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
2025-11-05 9:10 UTC (26+ messages)
` [PATCH v6 01/14] dt-bindings: remoteproc: qcom,pas: Add iommus property
` [PATCH v6 02/14] firmware: qcom_scm: Remove redundant piece of code
` [PATCH v6 03/14] firmware: qcom_scm: Rename peripheral as pas_id
` [PATCH v6 04/14] firmware: qcom_scm: Introduce PAS context initialization helper function
` [PATCH v6 05/14] remoteproc: pas: Replace metadata context with PAS context structure
` [PATCH v6 06/14] soc: qcom: mdtloader: Add PAS context aware qcom_mdt_pas_load() function
` [PATCH v6 07/14] soc: qcom: mdtloader: Remove qcom_mdt_pas_init() from exported symbols
` [PATCH v6 08/14] firmware: qcom_scm: Add a prep version of auth_and_reset function
` [PATCH v6 09/14] firmware: qcom_scm: Simplify qcom_scm_pas_init_image()
` [PATCH v6 10/14] firmware: qcom_scm: Add SHM bridge handling for PAS when running without QHEE
` [PATCH v6 11/14] firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get resource table
` [PATCH v6 12/14] remoteproc: pas: Extend parse_fw callback to fetch resources via SMC call
` [PATCH v6 13/14] remoteproc: qcom: pas: Enable Secure PAS support with IOMMU managed by Linux
` [PATCH v6 14/14] arm64: dts: qcom: Add EL2 overlay for Lemans
[PATCH v2 0/5] remoteproc: imx_rproc: Support i.MX95
2025-11-05 8:51 UTC (14+ messages)
` [PATCH v2 1/5] dt-bindings: remoteproc: fsl,imx-rproc: Add support for i.MX95
` [PATCH v2 2/5] remoteproc: imx_rproc: Add runtime ops copy to support dynamic behavior
` [PATCH v2 3/5] remoteproc: imx_rproc: Introduce prepare ops for imx_rproc_dcfg
` [PATCH v2 4/5] remoteproc: imx_rproc: Add support for System Manager API
` [PATCH v2 5/5] remoteproc: imx_rproc: Add support for i.MX95
[PATCH V2 0/2] soc: qcom: smp2p: Add support for remoteproc early attach
2025-11-04 2:01 UTC (6+ messages)
` [PATCH V2 1/2] soc: qcom: smp2p: Add irqchip state support
` [PATCH V2 2/2] soc: qcom: smp2p: Add support for smp2p v2
[PATCH 0/3] remoteproc: xlnx: remote crash recovery
2025-11-03 17:22 UTC (12+ messages)
` [PATCH 1/3] remoteproc: xlnx: enable boot recovery
` [PATCH 2/3] remoteproc: core: full attach detach during recovery
` [PATCH 3/3] remoteproc: xlnx: add crash detection mechanism
[PATCH v2 0/7] Add initial remoteproc support for Kaanapali and Glymur SoCs
2025-11-01 18:34 UTC (25+ messages)
` [PATCH v2 1/7] dt-bindings: remoteproc: qcom,sm8550-pas: Add Kaanapali ADSP
` [PATCH v2 2/7] dt-bindings: remoteproc: qcom,sm8550-pas: Add Kaanapali CDSP
` [PATCH v2 3/7] dt-bindings: remoteproc: qcom,pas: Document pas for SoCCP on Kaanapali and Glymur platforms
` [PATCH v2 4/7] remoteproc: qcom: pas: Add late attach support for subsystems
` [PATCH v2 5/7] remoteproc: qcom_q6v5_pas: Add SoCCP node on Kaanapali
` [PATCH v2 6/7] dt-bindings: remoteproc: qcom,sm8550-pas: Document Glymur ADSP
` [PATCH v2 7/7] dt-bindings: remoteproc: qcom,sm8550-pas: Document Glymur CDSP
[PATCH] rpmsg: virtio: EPOLLOUT support
2025-10-31 21:28 UTC (7+ messages)
[PATCH v6] remoteproc: Use of_reserved_mem_region_* functions for "memory-region"
2025-10-31 17:59 UTC
[PATCH] dt-bindings: Remove extra blank lines
2025-10-31 6:46 UTC (8+ messages)
[PATCH v4 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2025-10-30 15:44 UTC (10+ messages)
` [PATCH v4 1/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v4 2/5] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode
` [PATCH v4 3/5] docs: admin-guide: gpio: rpmsg: gpio over rpmsg bus
` [PATCH v4 4/5] gpio: imx-rpmsg: add imx-rpmsg GPIO driver
` [PATCH v4 5/5] arm64: dts: imx8ulp: Add rpmsg node under imx_rproc
[PATCH 0/4] remoteproc: imx_rproc: Support i.MX95
2025-10-30 11:12 UTC (11+ messages)
` [PATCH 1/4] dt-bindings: remoteproc: fsl,imx-rproc: Add support for i.MX95
` [PATCH 2/4] remoteproc: imx_rproc: Add runtime ops copy to support dynamic behavior
` [PATCH 3/4] remoteproc: imx_rproc: Add support for System Manager API
` [PATCH 4/4] remoteproc: imx_rproc: Add support for i.MX95
[PATCH v2] remoteproc: mtk_scp: Construct FW path if firmware-name not present
2025-10-30 9:33 UTC (7+ messages)
[PATCH v3 0/4] remoteproc: core: misc update
2025-10-27 15:31 UTC (2+ messages)
[PATCH v2] remoteproc: mtk_scp: change the snprintf() checking
2025-10-27 11:55 UTC (3+ messages)
[PATCH AUTOSEL 6.17-6.12] rpmsg: char: Export alias for RPMSG ID rpmsg-raw from table
2025-10-25 15:57 UTC (3+ messages)
` [PATCH AUTOSEL 6.17-6.6] remoteproc: wkup_m3: Use devm_pm_runtime_enable() helper
` [PATCH AUTOSEL 6.17-5.4] remoteproc: qcom: q6v5: Avoid handling handover twice
[PATCH v4 0/4] remoteproc: imx_rproc: misc clean up
2025-10-24 14:57 UTC (2+ messages)
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