messages from 2025-09-03 14:19:59 to 2025-09-23 05:16:56 UTC [more...]
[PATCH v2 0/6] remoteproc: imx_rproc: Use device managed API to clean up the driver
2025-09-23 5:16 UTC
[PATCH 0/6] remoteproc: imx_rproc: Use device managed API to clean up the driver
2025-09-23 4:33 UTC (18+ messages)
` [PATCH 1/6] remoteproc: imx_rproc: Fix runtime PM cleanup order and error handling
` [PATCH 2/6] remoteproc: imx_rproc: Use devm_add_action_or_reset() for workqueue cleanup
` [PATCH 3/6] remoteproc: imx_rproc: Use devm_add_action_or_reset() for mailbox cleanup
` [PATCH 4/6] remoteproc: imx_rproc: Use devm_clk_get_enabled() and simplify cleanup
` [PATCH 5/6] remoteproc: imx_rproc: Use devm_add_action_or_reset() for scu cleanup
` [PATCH 6/6] remoteproc: imx_rproc: Use devm_rproc_add() helper
[PATCH v3 00/12] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
2025-09-22 20:29 UTC (33+ messages)
` [PATCH v3 01/12] dt-bindings: remoteproc: qcom,pas: Add iommus property
` [PATCH v3 02/12] firmware: qcom_scm: Rename peripheral as pas_id
` [PATCH v3 03/12] firmware: qcom_scm: Introduce PAS context initialization and destroy helper
` [PATCH v3 04/12] soc: qcom: mdtloader: Add context aware qcom_mdt_pas_load() helper
` [PATCH v3 05/12] remoteproc: pas: Use PAS context awareness in smc and mdt functions
` [PATCH v3 06/12] firmware: qcom_scm: Add a prep version of auth_and_reset function
` [PATCH v3 07/12] firmware: qcom_scm: Simplify qcom_scm_pas_init_image()
` [PATCH v3 08/12] firmware: qcom_scm: Add shmbridge support to pas_init/release function
` [PATCH v3 09/12] firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get resource table
` [PATCH v3 10/12] remoteproc: pas: Extend parse_fw callback to fetch resources via SMC call
` [PATCH v3 11/12] remoteproc: qcom: pas: Enable Secure PAS support with IOMMU managed by Linux
` [PATCH v3 12/12] arm64: dts: qcom: Add EL2 overlay for Lemans
[PATCH v2 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
2025-09-22 20:04 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v2 2/4] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode
` [PATCH v2 3/4] gpio: imx-rpmsg: add imx-rpmsg GPIO driver
` [PATCH v2 4/4] arm64: dts: imx8ulp: Add rpmsg node under imx_rproc
[PATCH v2 0/4] remoteproc: qcom_q6v5: Misc fixes to prepare for reusing the "lite" ADSP FW
2025-09-22 14:00 UTC (2+ messages)
[PATCH v5 0/2] Add support for remoteprocs on Milos SoC
2025-09-22 14:00 UTC (5+ messages)
` [PATCH v5 1/2] dt-bindings: remoteproc: qcom,milos-pas: Document remoteprocs
` [PATCH v5 2/2] remoteproc: qcom: pas: Add Milos remoteproc support
[PATCH v4] remoteproc: qcom_q6v5_mss: support loading MBN file on msm8974
2025-09-22 14:00 UTC (3+ messages)
[PATCH v2] rpmsg: qcom_smd: Fix fallback to qcom,ipc parse
2025-09-22 14:00 UTC (2+ messages)
[PATCH v2 0/5] remoteproc: imx_rproc: misc clean up
2025-09-22 11:56 UTC (7+ messages)
` [PATCH v2 1/5] remoteproc: imx_rproc: Simplify clock enable logic using dcfg flags
` [PATCH v2 2/5] remoteproc: imx_rproc: Make detach operation platform-specific
` [PATCH v2 3/5] remoteproc: imx_rproc: Enable PM runtime support unconditionally
` [PATCH v2 4/5] remoteproc: imx_rproc: Remove the assignement to method
` [PATCH v2 5/5] MAINTAINERS: Add an entry for i.MX remoteproc driver
[PATCH v19 0/6] Introduction of a remoteproc tee to load signed firmware
2025-09-22 8:57 UTC (10+ messages)
` [PATCH v19 4/6] dt-bindings: remoteproc: Add compatibility for TEE support
[PATCH v7] remoteproc: Add device awake calls in rproc boot and shutdown path
2025-09-21 3:00 UTC (2+ messages)
[PATCH 0/5] remoteproc: imx_rproc: misc clean up
2025-09-19 14:52 UTC (16+ messages)
` [PATCH 1/5] remoteproc: imx_rproc: Simplify clock enable logic using dcfg flags
` [PATCH 2/5] remoteproc: imx_rproc: Make detach operation platform-specific
` [PATCH 3/5] remoteproc: imx_rproc: Enable PM runtime support unconditionally
` [PATCH 4/5] remoteproc: imx_rproc: Remove the assignement to method
` [PATCH 5/5] MAINTAINERS: Add an entry for i.MX remoteproc driver
[PATCH] remoteproc: mtk_scp: Construct FW path if firmware-name not present
2025-09-16 17:31 UTC (7+ messages)
[PATCH v2 0/6] remoteproc: imx_proc: Simplify driver by removing the switch-case
2025-09-15 16:27 UTC (14+ messages)
` [PATCH v2 1/6] remoteproc: imx_rproc: Introduce start/stop/detect_mode ops for imx_rproc_dcfg
` [PATCH v2 2/6] remoteproc: imx_rproc: Move imx_rproc_dcfg closer to imx_rproc_of_match
` [PATCH v2 3/6] remoteproc: imx_rproc: Simplify IMX_RPROC_MMIO switch case
` [PATCH v2 4/6] remoteproc: imx_rproc: Simplify IMX_RPROC_SCU_API "
` [PATCH v2 5/6] remoteproc: imx_rproc: Simplify IMX_RPROC_SMC "
` [PATCH v2 6/6] remoteproc: imx_rproc: Clean up after ops introduction
[PATCH v4 0/3] rpmsg: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI
2025-09-15 15:36 UTC (2+ messages)
[PATCH v2 0/4] ASoC: mediatek: Add support of VCP on Mediatek mt8196 SoC
2025-09-15 9:14 UTC (12+ messages)
` [PATCH v2 1/4] dt-bindings: remoteproc: Add VCP support for mt8196
` [PATCH v2 2/4] remoterpoc: mediatek: vcp: Add vcp remoteproc driver
` [PATCH v2 3/4] remoterpoc: mediatek: vcp: Add ipi-mbox communication
` [PATCH v2 4/4] remoterpoc: mediatek: vcp: Add vcp suspned and resume feature
[PATCH v2 00/11] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
2025-09-13 14:54 UTC (16+ messages)
` [PATCH v2 02/11] soc: qcom: mdtloader: Add context aware qcom_mdt_pas_load() helper
` [PATCH v2 01/11] firmware: qcom_scm: Introduce PAS context initialization helper
[PATCH 00/38] MediaTek devicetree/bindings warnings sanitization
2025-09-12 14:23 UTC (56+ messages)
` [PATCH 03/38] dt-bindings: mailbox: mediatek,gce-mailbox: Make clock-names optional
` [PATCH 04/38] ASoC: dt-bindings: mt8192-afe-pcm: Fix clocks and clock-names
` [PATCH 06/38] dt-bindings: timer: mediatek: Add compatible for MT6795 GP Timer
` [PATCH 14/38] dt-bindings: media: mediatek,mt8195-jpeg: Allow range number in node address
` [PATCH 16/38] arm64: dts: mediatek: mt6331: Fix pmic, regulators, rtc, keys node names
` [PATCH 17/38] arm64: dts: mediatek: mt6797: Fix pinctrl "
` [PATCH 18/38] arm64: dts: mediatek: mt6797: Remove bogus id property in i2c nodes
` [PATCH 19/38] arm64: dts: mediatek: mt6795: Add mediatek,infracfg to iommu node
` [PATCH 20/38] arm64: dts: mediatek: mt6795-xperia-m5: Fix mmc0 latch-ck value
` [PATCH 21/38] arm64: dts: mediatek: mt6795-sony-xperia-m5: Add pinctrl for mmc1/mmc2
` [PATCH 22/38] arm64: dts: mediatek: Fix node name for SYSIRQ controller on all SoCs
` [PATCH 23/38] arm64: dts: mediatek: mt7986a: Fix PCI-Express T-PHY node address
` [PATCH 24/38] arm64: dts: mediatek: mt7986a-bpi-r3: Fix SFP I2C node names
` [PATCH 25/38] arm64: dts: mediatek: mt7986a-bpi-r3: Set interrupt-parent to mdio switch
` [PATCH 26/38] arm64: dts: mediatek: acelink-ew-7886cax: Remove unnecessary cells in spi-nand
` [PATCH 29/38] arm64: dts: mediatek: mt8183: Fix pinctrl node names
` [PATCH 30/38] arm64: dts: mediatek: pumpkin-common: "
` [PATCH 31/38] arm64: dts: mediatek: mt8183-pumpkin: Add power supply for CCI
` [PATCH 32/38] arm64: dts: mediatek: mt8183: Migrate to display controller OF graph
` [PATCH 33/38] arm64: dts: mediatek: mt8183-kukui: Move DSI panel node to machine dtsis
` [PATCH 34/38] arm64: dts: mediatek: mt8195: Fix ranges for jpeg enc/decoder nodes
` [PATCH 35/38] arm64: dts: mediatek: mt8195-cherry: Move VBAT-supply to Tomato R1/R2
` [PATCH 36/38] arm64: dts: mediatek: mt8195-cherry: Add missing regulators to rt5682
` [PATCH 37/38] arm64: dts: mediatek: mt8395-kontron-i1200: Fix MT6360 regulator nodes
` [PATCH 38/38] arm64: dts: mediatek: mt8516-pumpkin: Fix machine compatible
[PATCH] remoteproc: mediatek: Use for_each_available_child_of_node_scoped()
2025-09-11 8:43 UTC (4+ messages)
[PATCH 0/6] remoteproc: imx_proc: Simplify driver by removing the switch-case
2025-09-09 16:15 UTC (17+ messages)
` [PATCH 1/6] remoteproc: imx_rproc: Introduce start/stop/detect_mode ops for imx_rproc_dcfg
` [PATCH 2/6] remoteproc: imx_rproc: Move imx_rproc_dcfg closer to imx_rproc_of_match
` [PATCH 3/6] remoteproc: imx_rproc: Simplify IMX_RPROC_MMIO switch case
` [PATCH 4/6] remoteproc: imx_rproc: Simplify IMX_RPROC_SCU_API "
` [PATCH 5/6] remoteproc: imx_rproc: Simplify IMX_RPROC_SMC "
` [PATCH 6/6] remoteproc: imx_rproc: Clean up after ops introduction
[PATCH v2 11/11] media: iris: Enable Secure PAS support with IOMMU managed by Linux
2025-09-09 14:03 UTC (13+ messages)
[PATCH RESEND v2] rpmsg: qcom_smd: Fix fallback to qcom,ipc parse
2025-09-08 13:55 UTC (2+ messages)
[PATCH v4 0/2] Add support for remoteprocs on Milos SoC
2025-09-05 23:18 UTC (5+ messages)
` [PATCH v4 1/2] dt-bindings: remoteproc: qcom,milos-pas: Document remoteprocs
` [PATCH v4 2/2] remoteproc: qcom: pas: Add Milos remoteproc support
[PATCH net-next v2 0/8] Add RPMSG Ethernet Driver
2025-09-05 8:56 UTC (10+ messages)
` [PATCH net-next v2 2/8] dt-bindings: remoteproc: k3-r5f: Add rpmsg-eth subnode
[PATCH v5 0/3] remoteproc: imx_rproc: Support i.MX95
2025-09-03 15:08 UTC (10+ messages)
` [PATCH v5 2/3] remoteproc: imx_rproc: Add support for System Manager API
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