Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
 messages from 2022-05-12 10:00:38 to 2022-05-24 13:14:46 UTC [more...]

[PATCH 0/7] Miscellaneous PAS fixes
 2022-05-24 13:13 UTC  (8+ messages)
` [PATCH 1/7] remoteproc: qcom: pas: Fixup the elf class for SM8450 remoteprocs
` [PATCH 2/7] remoteproc: qcom: pas: Add decrypt shutdown support for modem
` [PATCH 3/7] remoteproc: qcom: pas: Mark va as io memory
` [PATCH 4/7] remoteproc: qcom: pas: Mark devices as wakeup capable
` [PATCH 5/7] remoteproc: qcom: pas: Check if coredump is enabled
` [PATCH 6/7] remoteproc: qcom: Check elf class before minidump
` [PATCH 7/7] remoteproc: q6v5: Set q6 state to offline on receiving wdog irq

[V4 0/2] Add modem debug features
 2022-05-24 12:45 UTC  (3+ messages)
` [V4 1/2] remoteproc: qcom_q6v5_mss: Update MBA log info
` [V4 2/2] remoteproc: qcom_q6v5: Introduce panic handler for MSS

[PATCH 00/30] The panic notifiers refactor
 2022-05-24 10:18 UTC  (84+ messages)
` [PATCH 05/30] misc/pvpanic: Convert regular spinlock into trylock on panic path
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock on panic path
` [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

Hello Sir, I seek your urgent consideration
 2022-05-24  9:25 UTC 

[PATCH 1/2 V2] remoteproc: core: Export the rproc coredump APIs
 2022-05-24 10:03 UTC  (5+ messages)
` [PATCH 2/2 V2] remoteproc: qcom: Add full coredump fallback mechanism

[PATCH v5 0/6] Add Xilinx RPU subsystem support
 2022-05-24  9:19 UTC  (12+ 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 v4 0/3] Add support for proxy interconnect bandwidth votes
 2022-05-24  2:22 UTC  (17+ messages)
` [PATCH v4 1/3] arm64: dts: qcom: sc7280: Add proxy interconnect requirements for modem
` [PATCH v4 2/3] dt-bindings: remoteproc: qcom: Convert SC7280 MSS bindings to YAML
` [PATCH v4 3/3] dt-bindings: remoteproc: qcom: Convert SC7180 "

[PATCH 0/2] dma-mapping, remoteproc: Fix dma_mem leak after rproc_shutdown
 2022-05-23 12:27 UTC  (4+ messages)

[PATCH V2] remoteproc: qcom: pas: Add elf64 support to coredump
 2022-05-21  6:06 UTC  (2+ messages)

[RESEND PATCH] rpmsg: char: Add mutex protection for rpmsg_eptdev_open()
 2022-05-21  3:35 UTC 

[RFC PATCH 00/10] Introduction of rpmsg flow control service
 2022-05-20  8:29 UTC  (11+ messages)
` [RFC PATCH 01/10] rpmsg: core: Add signal API support
` [RFC PATCH 02/10] rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support
` [RFC PATCH 03/10] rpmsg: core: Add rpmsg device remote flow control announcement ops
` [RFC PATCH 04/10] rpmsg: virtio: Implement the announce_remote_fc ops
` [RFC PATCH 05/10] rpmsg: Introduce flow control channel driver
` [RFC PATCH 06/10] rpmsg: virtio: Add support of the VIRTIO_RPMSG_F_FC feature
` [RFC PATCH 07/10] rpmsg: virtio: Implement the set_flow_control ops
` [RFC PATCH 08/10] rpmsg: Add the destination address in rpmsg_set_flow_control
` [RFC PATCH 09/10] rpmsg: tty : Add the support of the flow control
` [RFC PATCH 10/10] rpmsg: virtio: Set default dst address on "

[PATCH] remoteproc: qcom: pas: Add decrypt shutdown support for modem
 2022-05-20  7:28 UTC 

[PATCH v2 1/3] rpmsg: qcom: glink: replace strncpy() with strscpy_pad()
 2022-05-19 22:13 UTC  (4+ messages)
` [PATCH v2 2/3] rpmsg: qcom: glink: remove unused name
` [PATCH v2 3/3] rpmsg: qcom: correct kerneldoc

[PATCH v2] remoteproc: qcom: correct kerneldoc
 2022-05-19  7:33 UTC 

[PATCH 1/8] clk: qcom: alpha-pll: correct kerneldoc
 2022-05-19  7:23 UTC  (21+ 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] remoteproc: core: check state in rproc_boot
 2022-05-19  6:41 UTC 

[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  (6+ messages)
` [PATCH v5 1/2] dt-bindings: remoteproc: mediatek: Make l1tcm reg exclusive to mt819x

[PATCH 00/12] dt-bindings: remoteproc: qcom: cleanups and improvements
 2022-05-16 15:25 UTC  (18+ messages)
` [PATCH 01/12] dt-bindings: soc: qcom,wcnss: remove unneeded ref for names
` [PATCH 02/12] dt-bindings: remoteproc: "
` [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  (24+ 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 4/9] dt-bindings: remoteproc: qcom: wcnss: Convert to YAML
` [PATCH 6/9] dt-bindings: remoteproc: qcom: mss: Convert bindings "
` [PATCH 9/9] arm64: dts: qcom: msm8953: Add remote processor nodes


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