public inbox for linux-remoteproc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-03 19:31:58 to 2026-03-10 15:29:07 UTC [more...]

[PATCH 0/3] remoteproc: xlnx: enhancements and new features
 2026-03-10 15:29 UTC  (5+ messages)
` [PATCH 1/3] remoteproc: xlnx: avoid mailbox setup
` [PATCH 2/3] remoteproc: xlnx: Only access buffer information if IPI is buffered
` [PATCH 3/3] remoteproc: zynqmp: release mailbox channels on shutdown

[PATCH v2 0/5] ASoC / rpmsg / remoteproc / soc: qcom: Constify buffer passed to send functions
 2026-03-10 15:19 UTC  (13+ messages)
` [PATCH v2 1/5] remoteproc: mtp_scp_ipi: Constify buffer passed to scp_ipi_send()
` [PATCH v2 2/5] remoteproc: mtp_scp: Constify buffer passed to scp_send_ipi()
` [PATCH v2 3/5] rpmsg: Constify buffer passed to send API
` [PATCH v2 4/5] ASoC: qcom:: Constify GPR packet being send over GPR interface
` [PATCH v2 5/5] media: platform: mtk-mdp3: Constify buffer passed to mdp_vpu_sendmsg()

[PATCH v3 00/15] mailbox: Stop sending NULL mailbox messages
 2026-03-10 15:08 UTC  (5+ messages)
` [PATCH v3 01/15] mailbox: Deprecate NULL mbox messages; Introduce mbox_ring_doorbell()

[PATCH 1/2] remoteproc: qcom: pas: Fix the dtb PAS context creation
 2026-03-10 13:52 UTC  (2+ messages)
` [PATCH 2/2] remoteproc: qcom: pas: Map/unmap subsystem region before auth_and_reset

[PATCH v4 0/7] Add binding and driver for Kaanapali SoCCP
 2026-03-10 13:50 UTC  (9+ messages)
` [PATCH v4 1/7] dt-bindings: remoteproc: qcom: cleanup qcom,adsp.yaml
` [PATCH v4 2/7] dt-bindings: remoteproc: qcom: move interrupts and interrupt-names list out of pas-common
` [PATCH v4 3/7] dt-bindings: remoteproc: qcom: Add smem properties in documents that reference to pas-common
` [PATCH v4 4/7] dt-bindings: remoteproc: qcom: Document pas for SoCCP on Kaanapali and Glymur platforms
` [PATCH v4 5/7] remoteproc: core: set recovery_disabled when doing rproc_add()
` [PATCH v4 6/7] remoteproc: qcom: pas: Add late attach support for subsystems
` [PATCH v4 7/7] remoteproc: qcom_q6v5_pas: Add SoCCP node on Kaanapali

[PATCH 1/2] remoteproc: qcom: pas: Fix the dtb PAS context creation
 2026-03-10 13:40 UTC  (2+ messages)

[PATCH v1 0/8] Group QMI service IDs into the QMI header
 2026-03-10 13:23 UTC  (23+ messages)
` [PATCH v1 1/8] soc: qcom: qmi: Enumerate the service IDs of QMI
` [PATCH v1 2/8] net: ipa: Use the unified QMI service ID instead of defining it locally
` [PATCH v1 3/8] net: drivers: wireless: ath: "
` [PATCH v1 4/8] remoteproc: qcom: "
` [PATCH v1 5/8] slimbus: qcom-ngd-ctrl: "
` [PATCH v1 6/8] soc: qcom: pdr: "
` [PATCH v1 7/8] ALSA: usb-audio: qcom: "
` [PATCH v1 8/8] samples: qmi: "

[PATCH 00/14] firmware: qcom: Add OP-TEE PAS service support
 2026-03-10 11:18 UTC  (36+ messages)
` [PATCH 01/14] arm64: dts: qcom: kodiak: Add EL2 overlay
` [PATCH 02/14] firmware: qcom: Add a generic PAS service
` [PATCH 03/14] firmware: qcom_scm: Migrate to "
` [PATCH 04/14] firmware: qcom: Add a PAS TEE service
` [PATCH 05/14] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
` [PATCH 06/14] remoteproc: qcom_q6v5_mss: Switch "
` [PATCH 07/14] soc: qcom: mdtloader: "
` [PATCH 08/14] remoteproc: qcom_wcnss: "
` [PATCH 09/14] remoteproc: qcom: Select QCOM_PAS_TEE service backend
` [PATCH 10/14] drm/msm: Switch to generic PAS TZ APIs
` [PATCH 11/14] media: qcom: "
` [PATCH 12/14] net: ipa: "
` [PATCH 13/14] wifi: ath12k: "
` [PATCH 14/14] firmware: qcom_scm: Remove SCM PAS wrappers

[PATCH v4 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-10 10:22 UTC  (19+ messages)
` [PATCH v4 01/15] hwspinlock: u8500: delete driver
` [PATCH v4 03/15] hwspinlock: add helpers to retrieve core data
` [PATCH v4 04/15] hwspinlock: add callback to fill private data of a hwspinlock
` [PATCH v4 05/15] hwspinlock: omap: use new callback to initialize hwspinlock priv
` [PATCH v4 06/15] hwspinlock: qcom: "
` [PATCH v4 07/15] hwspinlock: sprd: "
` [PATCH v4 08/15] hwspinlock: stm32: "
` [PATCH v4 09/15] hwspinlock: sun6i: "
` [PATCH v4 10/15] hwspinlock: handle hwspinlock device allocation in the core
` [PATCH v4 11/15] hwspinlock: move entries from internal to public header
` [PATCH v4 12/15] hwspinlock: remove internal header
` [PATCH v4 13/15] hwspinlock: sort include and update copyright
` [PATCH v4 14/15] hwspinlock: refactor provider.h from public header
` [PATCH v4 15/15] hwspinlock/treewide: refactor consumer.h "

[PATCH V4 0/5] Enable ADSP and CDSP for Glymur SoC
 2026-03-10  9:17 UTC  (9+ messages)
` [PATCH V4 1/5] dt-bindings: remoteproc: qcom,sm8550-pas: Add Glymur ADSP
` [PATCH V4 2/5] dt-bindings: remoteproc: qcom,sm8550-pas: Add Glymur CDSP
` [PATCH V4 3/5] dt-bindings: misc: qcom,fastrpc: Add compatible for Glymur
` [PATCH V4 4/5] arm64: dts: qcom: glymur: Add ADSP and CDSP for Glymur SoC
` [PATCH V4 5/5] arm64: dts: qcom: glymur-crd: Enable ADSP and CDSP

[PATCH v10 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-03-09 22:24 UTC  (7+ messages)
` [PATCH v10 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus
` [PATCH v10 2/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v10 3/5] gpio: rpmsg: add generic rpmsg GPIO driver
` [PATCH v10 4/5] gpio: rpmsg: add support for NXP legacy firmware protocol
` [PATCH v10 5/5] arm64: dts: imx8ulp: Add rpmsg node under imx_rproc

[PATCH v2] dt-bindings: remoteproc: qcom: Drop types for firmware-name
 2026-03-09 15:35 UTC  (2+ messages)

[PATCH] drivers: rpmsg: class_destroy() is deprecated
 2026-03-09 14:37 UTC  (3+ messages)

[PATCH] remoteproc: keystone: Request IRQs in probe()
 2026-03-09 14:26 UTC  (4+ messages)

[PATCH] ti: sci: Drop fake 'const' on handle pointer
 2026-03-09 13:39 UTC  (8+ messages)

[PATCH v3 0/3] Add support for Qualcomm WCN3610
 2026-03-06 18:05 UTC  (8+ messages)
` [PATCH v3 1/3] dt-bindings: remoteproc: qcom,wcnss-pil: Add wcn3610 compatible
` [PATCH v3 2/3] remoteproc: qcom_wcnss_iris: Add support for WCN3610
` [PATCH v3 3/3] wifi: wcn36xx: "

[PATCH 1/2] remoteproc: pru: Use rproc_of_parse_firmware() to get firmware name
 2026-03-06 17:35 UTC  (2+ messages)

[PATCH 1/3] remoteproc: da8xx: Use dev_err_probe()
 2026-03-06 17:34 UTC  (2+ messages)

[PATCH v9 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-03-06 16:56 UTC  (13+ messages)
` [PATCH v9 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus
` [PATCH v9 2/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v9 3/5] gpio: rpmsg: add generic rpmsg GPIO driver
` [PATCH v9 4/5] gpio: rpmsg: add support for NXP legacy firmware protocol
` [PATCH v9 5/5] arm64: dts: imx8ulp: Add rpmsg node under imx_rproc

[PATCH] remoteproc: qcom: Add missing space before closing bracket
 2026-03-06 14:56 UTC 

[PATCH] dt-bindings: remoteproc: qcom: Drop types for firmware-name
 2026-03-06 14:12 UTC  (2+ messages)

[PATCH v3 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-06 11:29 UTC  (12+ messages)
` [PATCH v3 06/15] hwspinlock: qcom: use new callback to initialize hwspinlock priv
` [PATCH v3 09/15] hwspinlock: sun6i: "
` [PATCH v3 11/15] hwspinlock: move entries from internal to public header
` [PATCH v3 12/15] hwspinlock: remove internal header
` [PATCH v3 13/15] hwspinlock: sort include and update copyright
` [PATCH v3 14/15] hwspinlock: refactor provider.h from public header
` [PATCH v3 15/15] hwspinlock/treewide: refactor consumer.h "

[PATCH v6 0/3] Adding brcmstb-hwspinlock support
 2026-03-05 20:08 UTC  (4+ messages)

[PATCH v2 0/3] Add support for Qualcomm WCN3610
 2026-03-05 19:33 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: remoteproc: qcom,wcnss-pil: add WCN3610 compatible
` [PATCH v2 2/3] remoteproc: qcom_wcnss_iris: add support for WCN3610
` [PATCH v2 3/3] wifi: wcn36xx: "

[PATCH 1/3] wifi: wcn36xx: add support for WCN3610
 2026-03-04 23:45 UTC  (5+ messages)
` [PATCH 2/3] remoteproc: qcom_wcnss_iris: "
` [PATCH 3/3] dt-bindings: remoteproc: qcom,wcnss-pil: add WCN3610 compatible

[PATCH v2] remoteproc: sysmon: Correct subsys_name_len type in QMI request
 2026-03-04 19:27 UTC  (2+ messages)

[PATCH] mailbox: add API to query available TX queue slots
 2026-03-04 15:09 UTC  (5+ messages)

[PATCH 0/6] arm64: dts: ti: k3-am62a7-sk: Split r5f memory region
 2026-03-04 13:38 UTC  (5+ messages)
` [PATCH 2/6] dt-bindings: remoteproc: k3-r5f: Add memory-region-names

[PATCH v4 0/2] remoteproc: xlnx: remote crash recovery
 2026-03-03 23:35 UTC  (3+ messages)
` [PATCH v4 1/2] remoteproc: core: full attach detach during recovery
` [PATCH v4 2/2] remoteproc: xlnx: add crash detection mechanism


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox