Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
 messages from 2022-05-10 14:33:42 to 2022-05-19 07:04:05 UTC [more...]

[PATCH 00/30] The panic notifiers refactor
 2022-05-19  7:03 UTC  (93+ messages)
` [PATCH 01/30] x86/crash,reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 17/30] tracing: Improve "
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 20/30] panic: Add the panic informational "
` [PATCH 21/30] panic: Introduce the panic pre-reboot "
` [PATCH 22/30] panic: Introduce the panic post-reboot "
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path
` [PATCH 25/30] panic, printk: Add console flush parameter and convert panic_print to a notifier

[PATCH] remoteproc: core: check state in rproc_boot
 2022-05-19  6:41 UTC 

[PATCH 1/8] clk: qcom: alpha-pll: correct kerneldoc
 2022-05-19  4:30 UTC  (17+ messages)
` [PATCH 2/8] firmware: qcom_scm-legacy: "
` [PATCH 3/8] remoteproc: qcom: "
` [PATCH 5/8] rpmsg: qcom: glink: remove unused name
` [PATCH 6/8] rpmsg: qcom: correct kerneldoc
` [PATCH 7/8] soc: qcom: cmd-db: replace strncpy() with strscpy_pad()
` [PATCH 8/8] soc: qcom: correct kerneldoc

[PATCH v5 0/6] Add Xilinx RPU subsystem support
 2022-05-18 19:44 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: remoteproc: Add Xilinx RPU subsystem bindings
` [PATCH v5 2/6] arm64: dts: xilinx: zynqmp: Add RPU subsystem device node
` [PATCH v5 3/6] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v5 4/6] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v5 5/6] firmware: xilinx: Add RPU configuration APIs
` [PATCH v5 6/6] drivers: remoteproc: Add Xilinx r5 remoteproc driver

[PATCH v2 00/12] dt-bindings: remoteproc: qcom: cleanups and improvements
 2022-05-18  0:58 UTC  (16+ messages)
` [PATCH v2 01/12] dt-bindings: soc: qcom,wcnss: remove unneeded ref for names
` [PATCH v2 02/12] dt-bindings: remoteproc: "
` [PATCH v2 03/12] dt-bindings: remoteproc: qcom,adsp: add interconnects
` [PATCH v2 04/12] dt-bindings: remoteproc: qcom,adsp: simplify interrupts
` [PATCH v2 05/12] dt-bindings: remoteproc: qcom,adsp: simplify SM8150 power domains
` [PATCH v2 06/12] dt-bindings: remoteproc: qcom,adsp: use GIC_SPI defines in example
` [PATCH v2 07/12] dt-bindings: remoteproc: qcom,glink-edge: define re-usable schema for glink-edge
` [PATCH v2 08/12] dt-bindings: remoteproc: qcom,smd-edge: define re-usable schema for smd-edge
` [PATCH v2 09/12] arm64: dts: qcom: ipq6018: add label to remoteproc node
` [PATCH v2 10/12] arm64: dts: qcom: sdm630: remove unneeded address/size cells in glink-edge
` [PATCH v2 11/12] arm64: dts: qcom: sm8350: remove duplicated glink-edge interrupt
` [PATCH v2 12/12] arm64: dts: qcom: sm8450: "

[PATCH 0/4] remoteproc: qcom: Add support for CDSP and MSS on SDM630/660
 2022-05-18  0:50 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: remoteproc: qcom: Add SDM660 modem PAS compatible
` [PATCH 2/4] dt-bindings: remoteproc: qcom: pas: Add SDM660 CDSP "
` [PATCH 3/4] remoteproc: qcom: q6v5-mss: Add support for SDM630/636/660 MSS remoteproc
` [PATCH 4/4] remoteproc: qcom: pas: Add SDM660 CDSP PAS support

New collaboration
 2022-05-17 15:45 UTC 

Proposal
 2022-05-17 15:24 UTC 

[PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
 2022-05-17 15:19 UTC  (9+ messages)
` [PATCH V3 1/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QXP
` [PATCH V3 2/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QM
` [PATCH V3 3/6] remoteproc: imx_rproc: support attaching to i.MX8QXP M4
` [PATCH V3 4/6] remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP
` [PATCH V3 5/6] remoteproc: imx_rproc: support i.MX8QM
` [PATCH V3 6/6] remoteproc: imx_rproc: request mbox channel later

[PATCH V4 0/2] remoteproc: support self recovery
 2022-05-17  9:41 UTC  (2+ messages)

[PATCH v5 0/2] Mediatek SCP dt-binding tweaks
 2022-05-17  9:04 UTC  (7+ messages)
` [PATCH v5 1/2] dt-bindings: remoteproc: mediatek: Make l1tcm reg exclusive to mt819x
` [PATCH v5 2/2] dt-bindings: remoteproc: mediatek: Add optional memory-region to mtk,scp

[PATCH 00/12] dt-bindings: remoteproc: qcom: cleanups and improvements
 2022-05-16 15:25 UTC  (19+ messages)
` [PATCH 01/12] dt-bindings: soc: qcom,wcnss: remove unneeded ref for names
` [PATCH 02/12] dt-bindings: remoteproc: "
` [PATCH 03/12] dt-bindings: remoteproc: qcom,adsp: add interconnects
` [PATCH 04/12] dt-bindings: remoteproc: qcom,adsp: simplify interrupts
` [PATCH 05/12] dt-bindings: remoteproc: qcom,adsp: simplify SM8150 power domains
` [PATCH 06/12] dt-bindings: remoteproc: qcom,adsp: use GIC_SPI defines in example
` [PATCH 07/12] dt-bindings: remoteproc: qcom,glink-edge: define re-usable schema for glink-edge
` [PATCH 08/12] dt-bindings: remoteproc: qcom,smd-edge: define re-usable schema for smd-edge
` [PATCH 09/12] arm64: dts: qcom: ipq6018: add label to remoteproc node
` [PATCH 10/12] arm64: dts: qcom: sdm630: remove unneeded address/size cells in glink-edge
` [PATCH 11/12] arm64: dts: qcom: sm8350: remove duplicated glink-edge interrupt
` [PATCH 12/12] arm64: dts: qcom: sm8450: "

[PATCH 0/2] remoteproc: pru: Enable PRU cores on K3 AM62x SoCs
 2022-05-16 15:17 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: pru: Update bindings for "

[PATCH 0/9] Add support for remoteprocs on the MSM8953 platform
 2022-05-12 15:15 UTC  (32+ messages)
` [PATCH 1/9] remoteproc: qcom: pas: Add MSM8953 ADSP PIL support
` [PATCH 2/9] remoteproc: qcom: q6v5-mss: Add modem support on MSM8953
` [PATCH 3/9] remoteproc: qcom: qcom_wcnss: Add support for pronto-v3
` [PATCH 4/9] dt-bindings: remoteproc: qcom: wcnss: Convert to YAML
` [PATCH 5/9] dt-bindings: remoteproc: qcom: wcnss: Add compatible for pronto v3
` [PATCH 6/9] dt-bindings: remoteproc: qcom: mss: Convert bindings to YAML
` [PATCH 7/9] dt-bindings: remoteproc: qcom: mss: Add MSS on MSM8953
` [PATCH 8/9] dt-bindings: remoteproc: qcom: adsp: Add ADSP "
` [PATCH 9/9] arm64: dts: qcom: msm8953: Add remote processor nodes

[PATCH 0/2] remoteproc: qcom: Fix handling of WCNSS IRQs
 2022-05-12  9:37 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc node

[PATCH v3 0/2] Add support for proxy interconnect bandwidth votes
 2022-05-12  7:11 UTC  (8+ messages)
` [PATCH v3 1/2] arm64: dts: qcom: sc7280: Add proxy interconnect requirements for modem
` [PATCH v3 2/2] dt-bindings: remoteproc: qcom: Add SC7280 MSS bindings

[PATCH] remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init
 2022-05-12  4:55 UTC 

[PATCH v4 0/2] Mediatek SCP dt-binding tweaks
 2022-05-11 19:58 UTC  (7+ messages)
` [PATCH v4 1/2] dt-bindings: remoteproc: mediatek: Make l1tcm reg exclusive to mt819x

[PATCH] rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge
 2022-05-11 12:07 UTC 

[PATCH v2] remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use
 2022-05-11  5:57 UTC 

[PATCH] remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use
 2022-05-11  5:51 UTC  (3+ messages)

[PATCH] rpmsg: virtio: set dst address on first message received
 2022-05-10 14:45 UTC  (4+ messages)

[RFC PATCH 0/2] Make qcom-ngd-ctrl not wait indefinitely for already booted ADSP
 2022-05-10 14:42 UTC  (3+ messages)
` [RFC PATCH 1/2] remoteproc: qcom: Report last event on SSR notifier registration
` [RFC PATCH 2/2] slimbus: qcom-ngd-ctrl: Initialize ngd_up_work before it can be scheduled


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